Skip to content

Commit d497168

Browse files
committed
chore: release v1.10.0
1 parent 42cad6c commit d497168

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,15 @@ RELEASING:
4040
14. Create new release in GitHub with tag version and release title of `vX.X.X`
4141
-->
4242

43-
## Unreleased
43+
## [Unreleased]
44+
45+
## [1.10.0] - 2024-11-21
4446

4547
### Added
46-
- Exit digitization on right click or Escape key press ([#285](https://github.com/GIScience/orstools-qgis-plugin/issues/285))
48+
- Exit digitization on right click or Escape key press ([#285](https://github.com/GIScience/orstools-qgis-plugin/issues/285))
49+
50+
### Fixed:
51+
- Error with adding waypoints after calculating routes ([#288](https://github.com/GIScience/orstools-qgis-plugin/issues/288))
4752

4853
## [1.9.0] - 2024-10-29
4954

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

285290

286-
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.9.0...HEAD
291+
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.10.0...HEAD
292+
[1.10.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.9.0...v1.10.0
287293
[1.9.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.4...v1.9.0
288294
[1.8.4]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.3...v1.8.4
289295
[1.8.3]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...v1.8.3

ORStools/metadata.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,18 @@ name=ORS Tools
33
qgisMinimumVersion=3.4.8
44
description=openrouteservice routing, isochrones and matrix calculations for QGIS
55

6-
version=1.9.0
6+
version=1.10.0
77
author=HeiGIT gGmbH
88
99

1010
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.
1111

12-
changelog=2024/10/29 v1.9.0
12+
changelog=2024/11/21 v1.10.0
1313
Fixed
14-
- error with canvas when deleting vertices in list
14+
- Error with adding waypoints after calculating routes ([#288](https://github.com/GIScience/orstools-qgis-plugin/issues/288))
1515

1616
Added
17-
- processing algorithm for the export endpoint
18-
- updates to german translation
19-
20-
Changed
21-
- remove config.yml for QgsSettings to avoid deletion of providers on update
17+
- Exit digitization on right click or Escape key press ([#285](https://github.com/GIScience/orstools-qgis-plugin/issues/285))
2218

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

0 commit comments

Comments
 (0)