[general]
name=Plugin Info Browser
qgisMinimumVersion=3.16
description=Browse and filter QGIS plugins by metadata and compatibility.
version=0.1.3
author=Hideharu Masai
email=hideharumasai@void.mints.ne.jp

about=Plugin Info Browser fetches the official QGIS plugin repository and displays all available plugins in a filterable table. You can filter by name, author, rating, QGIS minimum version, category, creation date, and experimental/deprecated status. Double-clicking a plugin opens the Plugin Manager and copies the plugin name to your clipboard for easy search. Installed plugins are highlighted in the list. Support: https://paypal.me/rawslnc

tracker=https://github.com/raw-slnc/plugin_info/issues
repository=https://github.com/raw-slnc/plugin_info
# End of mandatory metadata

changelog=0.1.3
    - Fix bandit security scan warnings: replace xml.etree.ElementTree with defusedxml for network XML parsing (B405/B314); suppress intentional bare-except patterns with nosec B110/B112
    0.1.2
    - Renamed UI title to "Plugin Info Browser"
    - Moved toolbar and menu registration from Vector to General (Plugins toolbar/menu)
    - Updated plugin icon
    0.1.1
    - Fixed toolbar icon loading using filesystem path
    - Updated icon design
    0.1.0
    - Initial release

hasProcessingProvider=no

tags=plugins, browser, metadata, filter, repository

homepage=https://github.com/raw-slnc/plugin_info
category=General
icon=icon.png
experimental=False
deprecated=False
server=False
