Releases: 3liz/qgis-wfsOutputExtension
Releases · 3liz/qgis-wfsOutputExtension
1.8.0
- Some Python cleanup
- Raise the QGIS minimum version to QGIS 3.22 and Python 3.7
- Add FlatGeobuf support
1.7.1
- Add the CPG file when a shapefile is created
- Modernize Python by using fstrings everywhere. Python 3.6 required.
1.7.0
- Fix the field type detection when exporting the layer
- Fix removing files when a Python exception occurs during the request
- Removing files by default when the export is done
1.6.2
- Fix error on deployment on our CI
1.6.1
- Fix error in some deployments environment, regression from 1.6.0
1.6.0
- Add some logs in the plugin to make it easier to debug
- Add a new environment variable
DEBUG_WFSOUTPUTEXTENSION
to not remove temporary files if needed
- Set chmod 755 on the plugin directory
- Some refactoring in the code
v1.5.3
- Upgrade the plugin as not experimental in its metadata.txt
- Upgrade PyQGIS functions which are deprecated in newer QGIS versions
- Remove some excessive logging
- Add more unit tests about trailing "0" in data
v1.5.2
- Remove all files associated with a request after the process
- Add more unit tests
- Switch from Travis to GitHub Actions