CHANGELOG#
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0-beta1 - 2025-04-29#
first version deployed on plugins.qgis.org
feat(tile creation): no upload remove after creation by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#26
fix(datastore selection): disable signal connection during update by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#25
fix(tile publish): invalid levels used by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#28
fix(endpoint): invalid search of endpoint by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#30
update(ui): use logo proposed by @IGNF-Xavier by @Guts in Geoplateforme/plugin-qgis-geoplateforme#27
0.2.0-beta2 - 2025-04-29#
fix(plugin): Qt6 flag is supportsQt6 not qt6_compatible by @Guts in Geoplateforme/plugin-qgis-geoplateforme#22
feature(tile creation): restore tile creation wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#17
feature(vector tile publish): restore publication wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#20
feat(network manager): get error from request reply by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#21
feature(upload) : refactor upload creation by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#23
0.2.0-beta1 - 2025-04-23#
feature(auth): Add OAuth2 authentication by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#2
feature(dasboard) : add combobox to filter datastore by dataset by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#7
feature(dashboard): add new UI to fit IGNGPF-4830 by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#8
feature(packaging): include oAuth credentials from GH Actions secrets during packaging steps by @Guts in Geoplateforme/plugin-qgis-geoplateforme#14
feature(vector db): restore vector db creation wizard by @jmkerloch in Geoplateforme/plugin-qgis-geoplateforme#16
refactor(network): Nettoyage et refactoring du Network Manager by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#6
refactor(stored data): optimize stored data for better load by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#9
refactor(upload): refactor upload to optimize and use network manager by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#10
fix(auth): make QGIS auth configuration map JSON compliant before loading it as JSON by @Guts in Geoplateforme/plugin-qgis-geoplateforme#13
fix(ci): fix packaged plugin and repository was missing in documentation by @Guts in Geoplateforme/plugin-qgis-geoplateforme#11
fix(init): plg_settings.qgis_auth_id can be None and so have no length by @Guts in Geoplateforme/plugin-qgis-geoplateforme#12
fix(quality): apply Qt6 migration script by @Guts in Geoplateforme/plugin-qgis-geoplateforme#4
fix(user): fix community without user by @Ducarouge in Geoplateforme/plugin-qgis-geoplateforme#18
update(plugin): cleanup, remove and rename from geotuileur to geoplateforme by @Guts in Geoplateforme/plugin-qgis-geoplateforme#1
update(tooling): replace black with ruff formatter by @Guts in Geoplateforme/plugin-qgis-geoplateforme#3
update(tooling): set ruff as Python formatter in VS Code by @Guts in Geoplateforme/plugin-qgis-geoplateforme#5
0.1.0 - 2025-04-10#
First release
Generated with the QGIS Plugins templater