[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.github.io/profile_manager/
repository=https://github.com/WhereGroup/profile_manager/
tracker=https://github.com/WhereGroup/profile_manager/issues

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

# versioning
version=0.6.0
changelog=
 Version 0.6.0:

 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


    Version 0.6.0:
    - Another huge refactor, many bug fixes
    Version 0.5:
    - Support for exporting profiles for QGIS Deployment Toolbelt (QDT)
    Version 0.4:
    - Fairly big refactoring and cleanup
    - Better and more verbose error handling
    - Improve performance
    - Reduce backup size, change backup directory
    - Improve dialogs and messages
    - Add support for Vector Tiles connections
    - Fix a crash (thanks Ivano Giuliano!)
    - ...
    Version 0.3:
    - ... Tales of prehistoric times ...
