Skip to content

Releases: opengisch/XLSFormConverter

v1.5.1

12 Mar 03:16

Choose a tag to compare

What's Changed

  • Increase QGIS's maximum version supported by the plugin

v1.5.0

07 Dec 09:23
fab84b1

Choose a tag to compare

What's Changed

  • Use xlsform2qgis as a library and drop the XLSFormConverter.py by @suricactus in #19

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

30 Nov 10:10

Choose a tag to compare

What's Changed

  • Add hasProcessingProvider to metadata.txt
  • Convert string-length() to QGIS expression's length()
  • Toggle digitize by default in QField when opening converted surveys for the first time

New Contributors

v1.3.0

30 Aug 09:26

Choose a tag to compare

What's Changed

  • Implement support for image question's max-pixels parameter
  • Implement a new parameter to define the generated project CRS
  • Implement a new parameter to define the generated project initial extent
  • Better default initial extent derived from pre-filled feature geometries when the initial extent is not manually defined by the newly-introduced parameter above
  • Implement the ability to transform root groups into tabs fro the generated survey feature form
  • Be more flexible in parsing parameters by using case insensitive expression matching

v1.2.0

06 Aug 09:44

Choose a tag to compare

What's Changed

  • Implement mechanism to populate survey with preexisting geometries

v1.1.1

22 Jul 01:16

Choose a tag to compare

  • Implement ODK Collect's start-geo* parameter types
  • Fix regular expression string error

v1.1.0

19 Jul 08:42

Choose a tag to compare

  • Implement support for select_{one,multiple}_from_file

v1.0.3

16 Jul 04:35

Choose a tag to compare

  • Improve automated label detection and make project language match case insensitive

v1.0.2

09 Jun 06:09

Choose a tag to compare

  • Move away from lxml in favor of HTMLParser to avoid crashes on Windows

v1.0.1

07 Jun 08:10

Choose a tag to compare

Qt6 support and windows crasher fix.