[general]
name=PyQGIS Resource Browser
about=Helper plugin for developers to browse, preview and get the embedded icons in QGIS.
category=None
hasProcessingProvider=no
description=A Qt resource browser right into QGIS.
icon=resources/images/pyqgis.png
tags=development,plugin,PyQGIS,icon,resource

# credits and contact
author=Julien Moura, Benjamin Jakimow
email=dev@ingeoveritas.com
homepage=https://guts.github.io/qgis-plugin-resource-browser/
repository=https://github.com/Guts/qgis-plugin-resource-browser
tracker=https://github.com/Guts/qgis-plugin-resource-browser/issues

# experimental flag
deprecated=False
experimental=False
qgisMinimumVersion=3.28
qgisMaximumVersion=3.99

# versioning
version=0.3.0
changelog=
 Version 0.3.0:
 * Add option to enable/disable a toolbar icon by @Guts in <https://github.com/Guts/qgis-plugin-resource-browser/pull/25>
 * Feature: add context menu to graphical preview by @Guts in <https://github.com/Guts/qgis-plugin-resource-browser/pull/26>
 * CI: update release workflows by @Guts in <https://github.com/Guts/qgis-plugin-resource-browser/pull/27>

 Version 0.2.0:
 * Add settings shortcut in main UI
 * Minor improvments

 Version 0.1.1:
 * Fix icon
 * Fix deployment through GitHub Actions


