Skip to content

Commit 61899ab

Browse files
committed
chore: release v2.0.0
1 parent f158c2a commit 61899ab

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

CHANGELOG.md

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

43-
## [Unreleased]
43+
## [2.0.0] - 2025-05-23
4444
### Added
4545
- Prepare plugin for Qt6 ([#303](github.com/GIScience/orstools-qgis-plugin/issues/303))
4646
- Keep the selected provider when closing/reopening ([#168](github.com/GIScience/orstools-qgis-plugin/issues/168))
@@ -55,8 +55,8 @@ RELEASING:
5555
- Move comments and link about signup to new link ([#311](https://github.com/GIScience/orstools-qgis-plugin/issues/311))
5656
- Improve naming of batch jobs tab ([#321](github.com/GIScience/orstools-qgis-plugin/issues/321))
5757
- Less than two vertices not accepted with optimization and live preview ([#317](github.com/GIScience/orstools-qgis-plugin/issues/317))
58-
- Have Readme.md badges change on merge only ([#291](https://github.com/GIScience/orstools-qgis-plugin/issues/291))
59-
- Error with route calculation without vertices (No Issue)
58+
- Have Readme.md badges change on merge only ([#291](https://github.com/GIScience/orstools-qgis-plugin/issues/291))
59+
- Error with route calculation without vertices (no Issue)
6060

6161
## [1.10.0] - 2024-11-21
6262

@@ -304,7 +304,8 @@ RELEASING:
304304
- first working version of ORS Tools, after replacing OSM Tools plugin
305305

306306

307-
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.10.0...HEAD
307+
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v2.0.0...HEAD
308+
[1.10.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.10.0...v2.0.0
308309
[1.10.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.9.0...v1.10.0
309310
[1.9.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.4...v1.9.0
310311
[1.8.4]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.3...v1.8.4

ORStools/metadata.txt

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,27 @@ qgisMinimumVersion=3.4.8
44
description=openrouteservice routing, isochrones and matrix calculations for QGIS
55
supportsQt6=True
66

7-
version=1.10.0
7+
version=2.0.0
88
author=HeiGIT gGmbH
99
1010

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

13-
changelog=2024/11/21 v1.10.0
14-
Fixed
15-
- Error with adding waypoints after calculating routes ([#288](https://github.com/GIScience/orstools-qgis-plugin/issues/288))
16-
13+
changelog=2025/05/23 v2.0.0
1714
Added
18-
- Exit digitization on right click or Escape key press ([#285](https://github.com/GIScience/orstools-qgis-plugin/issues/285))
15+
- Prepare plugin for Qt6
16+
- Keep the selected provider when closing/reopening
17+
- Allow endpoint configuration for processing algorithms
18+
- Support for Snap endpoint
19+
- Make vertex marker on map drag and droppable, add live preview
20+
- Test correctness of processing algorithm output
21+
22+
Fixed
23+
- Improve error handling with radius error
24+
- Rename output names of procs and append date and time
25+
- Move comments and link about signup to new link
26+
- Improve naming of batch jobs tab
27+
- Less than two vertices not accepted with optimization and live preview
1928

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

0 commit comments

Comments
 (0)