You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,14 @@ RELEASING:
42
42
43
43
## Unreleased
44
44
45
+
## [1.9.0] - 2024-10-29
46
+
45
47
### Fixed
46
48
- Error with canvas scenes when deleting selected vertices in list ([#278](https://github.com/GIScience/orstools-qgis-plugin/pull/278))
47
-
-
49
+
48
50
### 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))
50
53
51
54
### Changed
52
55
- 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:
277
280
- first working version of ORS Tools, after replacing OSM Tools plugin
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.
11
11
12
-
changelog=2024/07/29 v1.8.4
12
+
changelog=2024/10/29 v1.9.0
13
13
Fixed
14
-
- issue with missing locale value
14
+
- error with canvas when deleting vertices in list
15
15
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
29
16
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
34
19
35
20
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
46
22
47
23
Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md
0 commit comments