Skip to content

Commit

Permalink
chore: release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Nov 21, 2024
1 parent 42cad6c commit d497168
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@ RELEASING:
14. Create new release in GitHub with tag version and release title of `vX.X.X`
-->

## Unreleased
## [Unreleased]

## [1.10.0] - 2024-11-21

### Added
- Exit digitization on right click or Escape key press ([#285](https://github.com/GIScience/orstools-qgis-plugin/issues/285))
- Exit digitization on right click or Escape key press ([#285](https://github.com/GIScience/orstools-qgis-plugin/issues/285))

### Fixed:
- Error with adding waypoints after calculating routes ([#288](https://github.com/GIScience/orstools-qgis-plugin/issues/288))

## [1.9.0] - 2024-10-29

Expand Down Expand Up @@ -283,7 +288,8 @@ RELEASING:
- first working version of ORS Tools, after replacing OSM Tools plugin


[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.9.0...HEAD
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.10.0...HEAD
[1.10.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.4...v1.9.0
[1.8.4]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.3...v1.8.4
[1.8.3]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...v1.8.3
Expand Down
12 changes: 4 additions & 8 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@ name=ORS Tools
qgisMinimumVersion=3.4.8
description=openrouteservice routing, isochrones and matrix calculations for QGIS

version=1.9.0
version=1.10.0
author=HeiGIT gGmbH
email=support@smartmobility.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/10/29 v1.9.0
changelog=2024/11/21 v1.10.0
Fixed
- error with canvas when deleting vertices in list
- Error with adding waypoints after calculating routes ([#288](https://github.com/GIScience/orstools-qgis-plugin/issues/288))

Added
- processing algorithm for the export endpoint
- updates to german translation

Changed
- remove config.yml for QgsSettings to avoid deletion of providers on update
- Exit digitization on right click or Escape key press ([#285](https://github.com/GIScience/orstools-qgis-plugin/issues/285))

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 d497168

Please sign in to comment.