Version 0.17.0: * fix(provider): display subset editor only when WFS layer is valid by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/362 * fix(tile_generation): fix regression for select zoom level by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/381 * fix(dashboard): add button to delete open upload by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/383 * fix(metadata): fix regex for metadata unique id by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/363 * fix(logs): add log pagination by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/387 * fix(upload): fix display name and multigeom name for layer upload from files by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/384 * fix(TMS): fix regex for valid table by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/392 * fix(upload): fix upload associed files when shp is selected by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/393 * fix(ui): better ui for table, selection and navigation by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/394 * fix(translation): add missing translation by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/395 * feat(upload): add checkbox to deactivate local checks before upload by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/366 * feat(processing): add nodata param in create_raster_tules_from_wms by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/376 * feat(generate tile): add advanced parameters for tile generation from wms by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/379 * feat(document): add double click to open document in browser by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/382 * feat(wfs): add subset selector when loading WFS in dashboard by @Ducarouge in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/386 * feat(external plugins): add minimum version by @jmkerloch in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/388 * feat(optim): avoid data load for publication by @jmkerloch in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/389 * Feat/no freeze for check layer by @jmkerloch in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/391 * build(deps): bump actions/labeler from 5 to 6 by @dependabot in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/365 * build(deps): bump actions/setup-python from 5 to 6 by @dependabot in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/364 * Update integration.md by @IGNF-Xavier in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/368 * Update geoplateforme_fr.ts by @IGNF-Xavier in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/370 * Update geoplateforme_fr.ts by @IGNF-Xavier in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/371 * Update dlg_stored_data_details.py by @IGNF-Xavier in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/372 * feat(external plugins): add BD TOPO® Extractor plugin to Geoplateforme plugin V2 by @JulesGrillot in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/390 * build(deps-dev): update ruff requirement from <0.13.0,>=0.11.5 to >=0.11.5,<0.14.0 in /requirements by @dependabot in https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/358 Version 0.16.0: * fix(metadata): avoid ui block if dataset has a document by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/329> * fix(wfs): load wfs abd select available style by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/340> * feat(user): close dashboard after disconnection or settings reset by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/343> * fix(dashboard): fix loading regression for WMS and TMS by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/346> * fix(tms): fix reading zoom level in capabilities by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/347> * fix(metadata): fix autorized characters in metadata unique_id by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/348> * feat(document): display documents in dashboard and add logic for metadata by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/339> * Feat/add zoom selection for table by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/341> * feat(tiles_generation): desactivate incompatibles tables on tiles creation by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/344> * feat(refacto): add constant dict for cartes.gouv url by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/349> * feat(styles): add link to cartes.gouv for visualise or create style by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/351> * feat(style): avoid freeze for style creation by using processing dialog by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/352> * typo(form): remove trailing slash by @Guts in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/333> * Update metadata.txt by @IGNF-Xavier in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/337> Version 0.15.0: * fix(wait processing): invalid exception used for error during stored data read by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/285> * fix(dashboard): Insensitive sort for dataset by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/286> * fix(metadata): fix metadata url generation and display by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/288> * fix(docs): hyperlink to issue form to submit a third-party plugin was wrong by @Guts in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/300> * fix(docs): typo in 3rd party criterias by @vpicavet in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/301> * fix(style): must check offering type to display styles by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/302> * Fix/no UI freeze during unpublish by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/304> * fix/(metadata): add /1.0.0 to TMS url by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/305> * fix(search): remove thematics field in advanced search by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/306> * fix(tranlations): fix some translations by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/307> * fix(dashboard): fix column size in dashboard tables by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/309> * feat(provider): add better metadata UI and add pagination for advanced search by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/283> * Feat/add api key param for private wms vector by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/284> * Feat/add option to define multigeom layers by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/287> * feat(check): use all layers for check before upload and add some checks by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/289> * feat(menu): add separator before external plugin actions by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/292> * feat(offering): delete style associated with configuration by @jmkerloch in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/295> * update(packaging): declare plugin ready for QGIS 4 by @Guts in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/296> * improve(i18n): minor translation harmonization by @Guts in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/297> * feat(provider): add link on metadata for secured services by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/298> * update(docs): complete integration criteria and a dedicated issue form by @Guts in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/299> * feat(TMS): add available style selector when loading TMS by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/303> * feat(provider): add SubsetStringEditor before loading WFS by @Ducarouge in <https://github.com/Geoplateforme/plugin-qgis-geoplateforme/pull/308>
yes
slafayign
2025-10-06T19:39:22.292334+00:00
3.40.4
4.10.20
None
yes
Plugin Tags