[general]
name=Modeler Search Enhancer
qgisMinimumVersion=3.34
qgisMaximumVersion=4.99
description=Advanced search functionality for QGIS Processing Modeler algorithms and parameters
version=2.2
author=GIS Team
email=gis@eagleprojects.it

about=The Modeler Search Enhancer plugin significantly improves the user experience when working with QGIS Processing Modeler by adding powerful search capabilities. This plugin addresses one of the most common workflow bottlenecks in complex geoprocessing model development: finding and selecting the right algorithms and parameters from an ever-growing collection of processing tools.

tracker=https://github.com/AlunniEagle/modeler_search_enhancer/issues
repository=https://github.com/AlunniEagle/modeler_search_enhancer

hasProcessingProvider=no
changelog=2.2
        - Plugin name aligned with the documentation: "Modeler Search Enhancer"
        2.1
        - Removed an unused generated file that imported PyQt5 directly,
          which failed the Qt6 check of the QGIS plugin repository
        - Roughly half the download size
        2.0
        - Fixed the QGIS crash caused by the polling-based window detection
        - Detection is now event-driven and scoped to the single Modeler window
        - Fixed the filter that only applied to one field at a time
        - Fixed the selection that could wire the wrong source into the model
        - Detection no longer depends on the interface language
        - Full Qt6 and QGIS 4.0 compatibility
        - Search field styling stays readable with dark themes
        - Added an automated test suite
        1.2
        - Fixed qgis Minimum Version to 3.34
        - Updated readme
        1.1
        - Removed toolbar icon to reduce visual clutter
        - Removed main action from plugin menu, keeping only Help
        - Plugin now operates purely in background mode
        - Streamlined interface while maintaining full functionality
        1.0
        - First Release

tags=python, modeler, search

homepage=https://github.com/AlunniEagle/modeler_search_enhancer
category=Plugins
icon=icon.png
experimental=False

deprecated=False


Category of the plugin: Raster, Vector, Database or Web
# category=

server=False

