Skip to content

Commit 880dad6

Browse files
committed
chore: release v1.9.0
1 parent 29418f9 commit 880dad6

File tree

2 files changed

+13
-33
lines changed

2 files changed

+13
-33
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,14 @@ RELEASING:
4242

4343
## Unreleased
4444

45+
## [1.9.0] - 2024-10-29
46+
4547
### Fixed
4648
- Error with canvas scenes when deleting selected vertices in list ([#278](https://github.com/GIScience/orstools-qgis-plugin/pull/278))
47-
-
49+
4850
### Added
49-
- Processing algorithms for the Network Export endpoint ([#210](https://github.com/GIScience/orstools-qgis-plugin/issues/210))
51+
- Processing algorithm for the Export endpoint ([#210](https://github.com/GIScience/orstools-qgis-plugin/issues/210))
52+
- Updates to german translation ([#280](https://github.com/GIScience/orstools-qgis-plugin/pull/280))
5053

5154
### Changed
5255
- Use QgsSettings instead of config.yml file to avoid deletion of providers on update ([#108](https://github.com/GIScience/orstools-qgis-plugin/issues/108))
@@ -277,7 +280,8 @@ RELEASING:
277280
- first working version of ORS Tools, after replacing OSM Tools plugin
278281

279282

280-
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.4...HEAD
283+
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.9.0...HEAD
284+
[1.9.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.4...v1.9.0
281285
[1.8.4]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.3...v1.8.4
282286
[1.8.3]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...v1.8.3
283287
[1.8.2]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...v1.8.2

ORStools/metadata.txt

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

6-
version=1.8.4
6+
version=1.9.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/07/29 v1.8.4
12+
changelog=2024/10/29 v1.9.0
1313
Fixed
14-
- issue with missing locale value
14+
- error with canvas when deleting vertices in list
1515

16-
2024/05/29 v1.8.3
17-
Fixed
18-
- issues with extra_info in polylines/two point layer algorithms
19-
20-
2024/05/20 v1.8.2
21-
Fixed
22-
- use python 3.9-compatible type hint
23-
24-
2024/05/17 v1.8.1
25-
Fixed
26-
- remove structural pattern matching for compatibility with python<3.10
27-
28-
2024/05/17 v1.8.0
2916
Added
30-
- Add support for decimal ranges with isochrones
31-
- Add hint for joining with `Layer ID Field`
32-
- Add option to export order of optimization route points
33-
- Add `extra_info` parameter to directions processing algorithms
17+
- processing algorithm for the export endpoint
18+
- updates to german translation
3419

3520
Changed
36-
- Rename `Ok` button in configuration window to `Save` for clarification
37-
- Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds
38-
39-
Fixed
40-
- QGis crashes when selecting more than two vertices for deletion
41-
- Vertices on canvas not depicted fully with n having more than one digit in length
42-
- Replace qt QSettings with QgsSettings for centralized configuration management
43-
- Point Annotations stay after saving project and not deleting them manually
44-
- Issue with MultiPoint-layers and optimization
45-
- Improved type hints
21+
- remove config.yml for QgsSettings to avoid deletion of providers on update
4622

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

0 commit comments

Comments
 (0)