Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Dec 8, 2021
1 parent 8f70200 commit 7334387
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RELEASING:
-->
## Unreleased

## [1.5.0] - 2021-12-08

### Added
- isochrone center lat and lon to isochrone attribute table ([#137](https://github.com/GIScience/orstools-qgis-plugin/issues/137))
- implement `options`-parameter for routing and isochrones
Expand Down Expand Up @@ -174,7 +176,8 @@ RELEASING:
- first working version of ORS Tools, after replacing OSM Tools plugin


[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.4.0...HEAD
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.0...HEAD
[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
[1.2.3]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.2.2...v1.2.3
Expand Down
22 changes: 7 additions & 15 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,15 @@ 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/06/15 v1.4.0
changelog=2021/12/08 v1.4.0
Added:
- 'recommended' preference
- round trip parameter to TSP-options for Advanced Directions
- all TSP-options to 'Directions (Line and 1 Layer)' algorithms
- sort waypoints by input layer field functionality in 'Directions'-Algorithms
- 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:
- parameter names of TSP-options for Advanced Directions
- help file formatting to highlight parameters and unify format
Fixed:
- author information
- repository link
- Correct isochrone computation from layer without fields
- other errors stemming from layers without fields
Removed:
- 'cycling-safe' profile
- gis-ops information
- default url for new provider entry to default ors backend url

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 7334387

Please sign in to comment.