From 880dad69a6ce36887f57e854d0cccb771ed45851 Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Tue, 29 Oct 2024 08:31:30 +0100 Subject: [PATCH] chore: release v1.9.0 --- CHANGELOG.md | 10 +++++++--- ORStools/metadata.txt | 36 ++++++------------------------------ 2 files changed, 13 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2b1359..8f47491f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,11 +42,14 @@ RELEASING: ## Unreleased +## [1.9.0] - 2024-10-29 + ### Fixed - Error with canvas scenes when deleting selected vertices in list ([#278](https://github.com/GIScience/orstools-qgis-plugin/pull/278)) -- + ### Added -- Processing algorithms for the Network Export endpoint ([#210](https://github.com/GIScience/orstools-qgis-plugin/issues/210)) +- Processing algorithm for the Export endpoint ([#210](https://github.com/GIScience/orstools-qgis-plugin/issues/210)) +- Updates to german translation ([#280](https://github.com/GIScience/orstools-qgis-plugin/pull/280)) ### Changed - 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: - first working version of ORS Tools, after replacing OSM Tools plugin -[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.4...HEAD +[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.9.0...HEAD +[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 [1.8.2]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...v1.8.2 diff --git a/ORStools/metadata.txt b/ORStools/metadata.txt index cd6ec805..b802988f 100644 --- a/ORStools/metadata.txt +++ b/ORStools/metadata.txt @@ -3,46 +3,22 @@ name=ORS Tools qgisMinimumVersion=3.4.8 description=openrouteservice routing, isochrones and matrix calculations for QGIS -version=1.8.4 +version=1.9.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/07/29 v1.8.4 +changelog=2024/10/29 v1.9.0 Fixed - - issue with missing locale value + - error with canvas when deleting vertices in list - 2024/05/29 v1.8.3 - Fixed - - issues with extra_info in polylines/two point layer algorithms - - 2024/05/20 v1.8.2 - Fixed - - use python 3.9-compatible type hint - - 2024/05/17 v1.8.1 - Fixed - - remove structural pattern matching for compatibility with python<3.10 - - 2024/05/17 v1.8.0 Added - - Add support for decimal ranges with isochrones - - Add hint for joining with `Layer ID Field` - - Add option to export order of optimization route points - - Add `extra_info` parameter to directions processing algorithms + - processing algorithm for the export endpoint + - updates to german translation Changed - - Rename `Ok` button in configuration window to `Save` for clarification - - Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds - - Fixed - - QGis crashes when selecting more than two vertices for deletion - - Vertices on canvas not depicted fully with n having more than one digit in length - - Replace qt QSettings with QgsSettings for centralized configuration management - - Point Annotations stay after saving project and not deleting them manually - - Issue with MultiPoint-layers and optimization - - Improved type hints + - remove config.yml for QgsSettings to avoid deletion of providers on update 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