Skip to content

Releases: 3liz/qgis-wfsOutputExtension

1.8.1

05 Jun 16:32
8e5d6b2
Compare
Choose a tag to compare
  • Minor code cleanup

1.8.0

04 Aug 14:12
fa816dd
Compare
Choose a tag to compare
  • Some Python cleanup
  • Raise the QGIS minimum version to QGIS 3.22 and Python 3.7
  • Add FlatGeobuf support

1.7.1

05 Oct 12:38
2cbc732
Compare
Choose a tag to compare
  • Add the CPG file when a shapefile is created
  • Modernize Python by using fstrings everywhere. Python 3.6 required.

1.7.0

24 Mar 10:48
d94b53f
Compare
Choose a tag to compare
  • 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

17 Sep 08:01
abc36c2
Compare
Choose a tag to compare
  • Fix error on deployment on our CI

1.6.1

17 Sep 06:27
2584efe
Compare
Choose a tag to compare
  • Fix error in some deployments environment, regression from 1.6.0

1.6.0

15 Sep 09:50
eeaceb0
Compare
Choose a tag to compare
  • 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

05 May 02:24
dd03528
Compare
Choose a tag to compare
  • 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

26 Feb 08:14
904a7ba
Compare
Choose a tag to compare
  • Remove all files associated with a request after the process
  • Add more unit tests
  • Switch from Travis to GitHub Actions

1.5.1

19 Jan 08:39
7c22f19
Compare
Choose a tag to compare
  • Fix error when writing and closing file with QTemporaryFile
  • Review the GPX export
  • Improve tests, logging, release process