diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e58d90..d46e9da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> -## Unreleased +## [1.8.3] - 2024-05-29 ### Fixed - Add csv\_column parameter to request made by points\_layers\_proc([#260](https://github.com/GIScience/orstools-qgis-plugin/issues/260)) @@ -257,7 +257,8 @@ RELEASING: - first working version of ORS Tools, after replacing OSM Tools plugin -[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...HEAD +[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.3...HEAD +[1.8.3]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...v1.8.3 [1.8.2]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...v1.8.0 diff --git a/ORStools/metadata.txt b/ORStools/metadata.txt index 9a0e0647..2aa2d214 100644 --- a/ORStools/metadata.txt +++ b/ORStools/metadata.txt @@ -3,13 +3,17 @@ name=ORS Tools qgisMinimumVersion=3.4.8 description=openrouteservice routing, isochrones and matrix calculations for QGIS -version=1.8.2 +version=1.8.3 author=HeiGIT gGmbH email=support@openrouteservice.heigit.org about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations. -changelog=2024/05/20 v1.8.2 +changelog=2024/05/29 v1.8.3 + Fixed + - issues with extra_info in polylines/two point layer algorithms + + 2024/05/20 v1.8.2 Fixed - use python 3.9-compatible type hint