Skip to content

Commit

Permalink
chore: release v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed May 29, 2024
1 parent 85d4f76 commit 2b981c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b981c1

Please sign in to comment.