Skip to content

Commit

Permalink
Release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Jan 11, 2022
1 parent b4cab68 commit 224a349
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RELEASING:
12. Upload the package to https://plugins.qgis.org/plugins/ORStools/ (Manage > Add Version)
13. Create new release in GitHub with tag version and release title of `vX.X.X`
-->
## Unreleased
## [1.5.1] - 2022-01-11

### Fixed
- matrix algorithm parsing hidden options ([#164](https://github.com/GIScience/orstools-qgis-plugin/issues/164))
Expand Down Expand Up @@ -180,7 +180,8 @@ RELEASING:
- first working version of ORS Tools, after replacing OSM Tools plugin


[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.0...HEAD
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.2.3...v1.3.0
Expand Down
14 changes: 4 additions & 10 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@ name=ORS Tools
qgisMinimumVersion=3.4.8
description=openrouteservice routing, isochrones and matrix calculations for QGIS

version=1.5.0
version=1.5.1
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=2021/12/08 v1.5.0
Added:
- isochrone center lat and lon to isochrone attribute table
- implement `options`-parameter for routing and isochrones
- prepare `options`-parameter for matrix
- custom request timeouts for providers
- exception on network failures due to unresponsive provider
Changed:
- default url for new provider entry to default ors backend url
changelog=2022/01/11 v1.5.1
Fixed:
- matrix algorithm parsing hidden options

Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md
Wiki: https://github.com/GIScience/orstools-qgis-plugin/wiki
Expand Down

0 comments on commit 224a349

Please sign in to comment.