Releases: GIScience/orstools-qgis-plugin
Releases · GIScience/orstools-qgis-plugin
v2.0.1
v2.0.0
What's Changed
- Add workflow for stale issues by @merydian in #276
Readme.mdbadges change on every action run by @merydian in #292- Also test correctness of proc output by @merydian in #284
- Make vertices draggable and droppable by @merydian in #268
- Allow endpoint configuration for processing algorithms by @merydian in #300
- Add snapping endpoint by @merydian in #267
- Prepare plugin for Qt6 by @merydian in #314
- fix: error with route calculation without vertices by @merydian in #320
- fix: less than two vertices not accepted wit optimization and live preview by @merydian in #319
- fix: improve batch jobs tab by @merydian in #321
- fix: move comments and link about signup to new link by @merydian in #322
- feat: save state of provider combobox by @merydian in #305
- refactor: rename output names of procs and append date and time by @merydian in #323
- fix: improve error handling with radius error by @merydian in #327
- docs: update changelog by @merydian in #328
Full Changelog: v1.10.0...v2.0.0
v1.10.0
v1.9.0
What's Changed
- Introduce Testing by @merydian in #233
- fix: check for duplicates in proc with traveling salesman by @merydian in #275
- Use qgs settings instead of config yml by @merydian in #249
- fix: correct badge links in readme by @merydian in #282
- Add export endpoint by @merydian in #269
- Error with canvas scenes when deleting selected vertices in list by @merydian in #278
- extend german translation by @koebi in #280
Full Changelog: v1.8.4...v1.9.0
v1.8.4
What's Changed
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
- fix issues with extra_info in directions from polyline/from two point layers algorithms
Full Changelog: v1.8.2...v1.8.3
v1.8.2
v1.8.1
What's New
Fixed
- use if-else instead of structural pattern matching for Python 3.9 compatibility
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's New
Added
- Add support for decimal ranges with isochrones(#237)
- Add hint for joining with Layer ID Field (#143)
- Add option to export order of optimization route points (#145)
- Add extra_info parameter to directions processing algorithms (#251)
Changed
- Rename Ok button in configuration window to Save for clarification (#241)
- Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds
Fixed
- QGis crashes when selecting more than two vertices for deletion (#230)
- Vertices on canvas not depicted fully with n having more than one digit in length (#235)
- Replace qt QSettings with QgsSettings for centralized configuration management (#239)
- Point Annotations stay after saving project and not deleting them manually (#229)
- Issue with MultiPoint-layers and optimization
- Improved type hints
Full Changelog: v1.7.1...v1.8.0
v1.7.1
What's New
Added
- Add hint to use batch jobs for point layers in tooltip in save vertices button (#211)
Fixed
- TypeError if no SVGPaths are set (#212)
- replace removesuffix() function with replace() function in base processing algorithm (#215)
- Replace line style with style from QGIS v3.16 to enable correct rendering in older versions (#218)
Full Changelog: v1.7.0...v1.7.1