[general]
name=Universal Search Bar
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=A compact search bar in your QGIS toolbar — instantly find any menu, tool or processing algorithm by name or synonym.
version=1.2.3
author=Shyam Mishra
email=mxhyam@gmail.com

about=Adds a persistent search bar directly to the QGIS toolbar, allowing users to quickly find and launch tools, menus, and plugins without navigating through multiple menus. The plugin uses intelligent fuzzy matching and an extensive synonym database, making it easy to discover tools even when you don't know their exact names.

changelog=1.2.3
    * Added genuine typo-tolerant fuzzy matching (e.g. "meausre" now finds "Measure Line", "buferr" finds "Buffer") using rapidfuzz when available, with an automatic built-in fallback so it works identically even without rapidfuzz installed
    * Fuzzy matches only ever appear below exact/substring/synonym matches, so existing search results and their ranking are unchanged
    * Fixed a bug where clicking on a QGIS panel, tool window, or properties dialog that was visually on top of the search bar would instead pass through to the (hidden) search bar or its results popup underneath
    * The results popup no longer forces itself to stay above every other window on screen, so it now properly respects normal window stacking with other QGIS/OS windows
    * The results popup now also closes automatically if QGIS loses focus to another application, instead of potentially being left visible


license=GPL version 3
tracker=https://github.com/mellow2334/qgis-universal-search-bar/issues
repository=https://github.com/mellow2334/qgis-universal-search-bar
homepage=https://github.com/mellow2334/qgis-universal-search-bar
tags=search,tools,universal,toolbar,processing,menu,fuzzy
category=Plugins
icon=icon.png
experimental=False
deprecated=False
