[general]
name=Profile Manager
description=Makes handling profiles easy by giving you an UI to easily import settings from one profile to another
about=A QGIS Plugin that provides an UI to easily manage your profiles and import various settings from one profile to another. Compatible with QGIS Deployment Toolbelt (QDT).
category=Plugins
tags=profilemanager, manager, profiles, QDT, deployment, customization
icon=icon.png

# credits and contact
author=WhereGroup GmbH, Oslandia
email=info@wheregroup.com
homepage=https://wheregroup.com/
repository=https://github.com/WhereGroup/profile-manager/
tracker=https://github.com/WhereGroup/profile-manager/issues

# QGIS extensions manager flags
deprecated=False
experimental=True
hasProcessingProvider=no
qgisMinimumVersion=3.28
qgisMaximumVersion=3.99
server=False

# versioning
version=0.5.0-beta2
changelog=
 Version 0.5.0-beta2:
 - First version after plugin's folder renaming under the hood (`profile-manager` --> `profile_manager` to comply with Python guidelines)
 - Fix parameter order (broken import/removal of data sources) by @kannes in <https://github.com/WhereGroup/profile_manager/pull/33>
 - Switch dialog tabs to back sensible defaults by @kannes in <https://github.com/WhereGroup/profile_manager/pull/32>
 - update(ci): rm deprecated `set-output` command by @Guts in <https://github.com/WhereGroup/profile_manager/pull/31>

 Version 0.5.0-beta1:
 - add tab to export profile ready for [QGIS Deployment Toolbelt](https://github.com/Guts/qgis-deployment-cli/) - See related [issue](https://github.com/WhereGroup/profile-manager/issues/10)
 - add modern plugin's packaging using [QGIS Plugin CI](https://github.com/opengisch/qgis-plugin-ci/)
 - apply Python coding rules to whole codebase (PEP8)
 - remove dead code and every Plugin builder related files
 - add Git hooks (pre-commit) and quality tooling
 - ships the big refactoring started in 2023


