Skip to content

Commit

Permalink
chore: release v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Oct 29, 2024
1 parent 29418f9 commit 880dad6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 33 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
36 changes: 6 additions & 30 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 880dad6

Please sign in to comment.