CHANGELOG
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.
## 3.3.8 - 2024-11-05
Condition attribute table display on layers containing less than 1000 data.
3.3.7 - 2024-11-04
Fix missing data when extracting from a specific date (start_date = end_date) (fix #150).
3.3.6 - 2024-09-30
Refactor query area generator (fix #148 from PR #149).
3.3.5 - 2024-09-25
Time interval script (fix #145 from PR #147) is now fixed and usable as expected
3.3.4 - 2024-09-24
Plugin menu is now correctly removed from bar when plugin is uninstalled or reloaded
3.3.3 - 2024-08-26
update documentation
3.3.2 - 2024-08-26
Restore
_is_extraction_data
var, fix #136Update SQL views, fix #135
Update deps
3.3.1 - 2024-04-03
Change wiki link to github pages
Update various dependencies (almost on github actions scripts)
3.3.0 - 2024-03-25
Migrate wiki docs to github pages using sphinx
Update github workflows
Update plugin name
Move refresh data from plugin menu to plugin settings window
3.2.2 - 2024-03-14
Load plugin menu on plugin startup
Update queries
New pre-commit SQL formatter
Update tester github workflow
3.2.1 - 2024-03-14
Fix typing error on windows installs
3.2.0 - 2024-03-14
Migrate startup tasks to a processing algorithm
3.1.3 - 2024-03-12
Update metadata
Change experimental status to false
3.1.2 - 2024-03-11
fix error on empty layer check
3.1.1 - 2024-03-07
update Changelog.md for
qgis-plugin-ci
fix translation environment
3.1.0 - 2024-02-14
test de changelog
3.0.0 - 2024-02-13
Added
Nothing
Changed
Code refactoring, plugin is now using a QgsProcessing generic class, shared with all algorithms.
Repository architecture is now based on QGIS Plugins templater.