Skip to content

Commit

Permalink
chore: release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed May 17, 2024
1 parent ba8cb36 commit 7cb210c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 17 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,26 @@ RELEASING:
14. Create new release in GitHub with tag version and release title of `vX.X.X`
-->

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

### Added
- Add support for decimal ranges with isochrones([#237](https://github.com/GIScience/orstools-qgis-plugin/issues/237))
- Add hint for joining with `Layer ID Field` ([#143](https://github.com/GIScience/orstools-qgis-plugin/issues/143))
- Add option to export order of optimization route points ([#145](https://github.com/GIScience/orstools-qgis-plugin/issues/145))
- Add `extra_info` parameter to directions processing algorithms ([#251](https://github.com/GIScience/orstools-qgis-plugin/pull/251))

### Changed
- Rename `Ok` button in configuration window to `Save` for clarification ([#241](https://github.com/GIScience/orstools-qgis-plugin/issues/241))
- Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds

### Fixed
- QGis crashes when selecting more than two vertices for deletion ([#230](https://github.com/GIScience/orstools-qgis-plugin/issues/230))
- Vertices on canvas not depicted fully with n having more than one digit in length ([#235](https://github.com/GIScience/orstools-qgis-plugin/issues/235))
- Replace qt QSettings with QgsSettings for centralized configuration management ([#239](https://github.com/GIScience/orstools-qgis-plugin/issues/239))
- Fix: Point Annotations stay after saving project and not deleting them manually([#229](https://github.com/GIScience/orstools-qgis-plugin/issues/229))
- Point Annotations stay after saving project and not deleting them manually ([#229](https://github.com/GIScience/orstools-qgis-plugin/issues/229))
- Issue with MultiPoint-layers and optimization
- Improved type hints

### Added
- Add support for decimal ranges with isochrones([#237](https://github.com/GIScience/orstools-qgis-plugin/issues/237))
- Add hint for joining with `Layer ID Field` ([#143](https://github.com/GIScience/orstools-qgis-plugin/issues/143))
- Add option to export order of optimization route points ([#145](https://github.com/GIScience/orstools-qgis-plugin/issues/145))

### Changed
- Rename `Ok` button in configuration window to `Save` for clarification([#241](https://github.com/GIScience/orstools-qgis-plugin/issues/241))

## [1.7.1] - 2024-01-15

Expand Down Expand Up @@ -238,7 +241,8 @@ RELEASING:
- first working version of ORS Tools, after replacing OSM Tools plugin


[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...HEAD
[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...HEAD
[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
[1.6.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.3...v1.6.0
Expand Down
Binary file modified ORStools/i18n/orstools_de.qm
Binary file not shown.
29 changes: 22 additions & 7 deletions ORStools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,33 @@ name=ORS Tools
qgisMinimumVersion=3.4.8
description=openrouteservice routing, isochrones and matrix calculations for QGIS

version=1.7.1
version=1.8.0
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=2023/01/15 v1.7.1
Fixed
- multiple minor issues regarding compatibility with older QGIS versions

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.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 7cb210c

Please sign in to comment.