All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Restore
_is_extraction_data
var, fix #136 - Update SQL views, fix #135
- Update deps
- Change wiki link to github pages
- Update various dependencies (almost on github actions scripts)
- Migrate wiki docs to github pages using sphinx
- Update github workflows
- Update plugin name
- Move refresh data from plugin menu to plugin settings window
- Load plugin menu on plugin startup
- Update queries
- New pre-commit SQL formatter
- Update tester github workflow
- Fix typing error on windows installs
- Migrate startup tasks to a processing algorithm
- Update metadata
- Change experimental status to false
- fix error on empty layer check
- update Changelog.md for
qgis-plugin-ci
- fix translation environment
- test de changelog
Nothing
- Code refactoring, plugin is now using a QgsProcessing generic class, shared with all algorithms.
- Repository architecture is now based on QGIS Plugins templater.