Version 0.8 switches to a different way of distributing the program. Previous versions used a PyInstaller single file executable. This mode of operation is slightly slower than the alternative, with the program and supporting files placed in a directory. Version 0.8 starts using the latter way of distributing.
Further changes in this release:
- Add an option to use a built-in UDL to XML converter, using iris-udl-to-xml. This can be especially useful in CI/CD pipelines, as an IRIS server is no longer required.
- Add a sort setting, allowing to sort items in the export file.
- Bugfix: actually use https if so configured.
- The embedded Python is upgraded to version 3.12.