Skip to content

Commit

Permalink
chore: release v1.8.1
Browse files Browse the repository at this point in the history
Bugfix release to maintain compatibility with python<3.10
  • Loading branch information
koebi committed May 17, 2024
1 parent 5d9bc7e commit f5631f4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 24 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RELEASING:
14. Create new release in GitHub with tag version and release title of `vX.X.X`
-->

## Unreleased
## [1.8.1] - 2024-05-17

### Fixed
- use if-else instead of structural pattern matching
Expand Down Expand Up @@ -246,7 +246,8 @@ RELEASING:
- first working version of ORS Tools, after replacing OSM Tools plugin


[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...HEAD
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.6.0...v1.7.0
Expand Down
48 changes: 26 additions & 22 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,37 @@ name=ORS Tools
qgisMinimumVersion=3.4.8
description=openrouteservice routing, isochrones and matrix calculations for QGIS

version=1.8.0
version=1.8.1
author=HeiGIT gGmbH
[email protected]

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/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

### 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

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
changelog=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

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

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

tracker=https://github.com/GIScience/orstools-qgis-plugin/issues
repository=https://github.com/GIScience/orstools-qgis-plugin.git
Expand Down

0 comments on commit f5631f4

Please sign in to comment.