@@ -23,16 +23,94 @@ Navit follows the semantic versioning:
23
23
usually tends to occur along with larger changes which would warrant a new major
24
24
version anyway
25
25
26
-
27
- ## [ Unreleased]
26
+ ## [ Unreleased] ( https://github.com/navit-gps/navit/compare/v0.5.6...HEAD )
28
27
29
28
To get the list of all the unreleased commits, see:
30
- [ Full Changelog] ( https://github.com/navit-gps/navit/compare/v0.5.5...HEAD )
29
+ [ Full Changelog] ( https://github.com/navit-gps/navit/compare/v0.5.6...HEAD )
30
+
31
+ ## [ v0.5.6] ( https://github.com/navit-gps/navit/compare/v0.5.5...v0.5.6 ) - 2021-03-06
31
32
33
+ ### Added
32
34
33
- ## [ 0.5.5] - 2020-08-08
35
+ * Add:traffic: Log class/type of unrecognized events during XML parsing. [ mvglasow]
36
+ * Add:traffic: Log ID for messages discarded as invalid. [ mvglasow]
37
+ * Add:graphics: svg \_ debug: Add svg\_ debugging plugin (#1061 ) [ jkoan]
38
+ * Add:vehicle: Add first Prototype of the geoclue Plugin. [ jkoan]
39
+ * Add: port /android: Adaptive app icon. [ mvglasow]
40
+ * Added license information to fix #1048 (#1060 ) [ Patrick Höhn]
41
+ * Add: traffic /traff\_ android: Process heartbeat requests. [ mvglasow]
42
+ * Add: traffic /traff\_ android: Log subscription operations in detail. [ mvglasow]
43
+ * Add: port /android: Adaptive app icon. [ mvglasow]
44
+ * Add:traffic: Complete TraFF 0.8 subscription suport. [ mvglasow]
45
+ * Add:traffic: Add basic TraFF 0.8 support. [ mvglasow]
46
+
47
+ ### Changed
34
48
35
- ## Added
49
+ * Update macos\_ development.rst. [ Patrick Höhn]
50
+ * Change:android: Remove map download size limit on modern Android versions (#1029 ) [ Johan Fitié]
51
+
52
+ ### Fixed
53
+
54
+ * Build: Use NDK libraries when building for Android. [ mvglasow]
55
+ * Build: Keep generated Android resource files in build dir. [ mvglasow]
56
+ * Build: Reduce source tree pollution by Android build CMake output now moved to android-builddir Generated XML, PNG and translations still get written to source tree. [ mvglasow]
57
+ * Vehicle:gpsd: Fix #1090 , plugin\_ init not found. [ jkoan]
58
+ * Fixed:android:build: Fixed the apk outputname and the corresponding locations within the scripts. [ jkoan]
59
+ * Build: do not request CXX if explicitly disabled. [ mvglasow]
60
+ * Build/android: do not double-define getcwd on recent NDK versions. [ mvglasow]
61
+ * Build:android: Fix VersionCode after 31.12.2020 (#1082 ) [ jkoan]
62
+ * Fix Link to full Changelog. [ jkoan]
63
+ * Build: Remove install of git as the baseimage already has it. [ jkoan]
64
+ * Builds: Revert baseimage back and oly set merge\_ trunk\_ in\_ master to cimg/base. [ jkoan]
65
+ * Core: Prevent crash if destination is set before acquiring a location. [ mvglasow]
66
+ * Vehicle\_ geoclue: Fix speed and direction and do some cleanup. [ jkoan]
67
+ * Vehicle: Fix codestyle. [ jkoan]
68
+ * Android: Add possibility to use background position usage. [ jkoan]
69
+ * Build: Prevent try\_ compile() from choking on CXX. [ mvglasow]
70
+ * Plugin/j1850: Replace graphic\_ fg\_ white with graphic\_ fg. [ James Hilliard]
71
+ * Build:core: Fix two issues where the wrong enum type is used, but both have the same value of 0. [ jkoan]
72
+ * Core:osd: Altitude in metric with imperial defined. [ Patrick Höhn]
73
+ * Build:android: Add extra security check for gradle. [ jkoan]
74
+ * Android: Add possibility to use background position usage. [ jkoan]
75
+ * Vehicle:gpsd: minor comment fix. [ jkoan]
76
+ * Fix:graphics:win32: Fix build with newer libpng versions. Thx @bignaux fixes #984 . [ jkoan]
77
+ * Build: Fix usage of inkscape 1.0 commandline usage. [ jkoan]
78
+ * Build: Fix Codesigning with newer ndk image versions. [ jkoan]
79
+ * Maptool: Add missing external, fixes #1045 . [ barbeque-squared]
80
+ * Graphics/qt5: Add missing include. [ barbeque-squared]
81
+ * Vehicle:gpsd: Add Support for Gpsd 3.21. [ jkoan]
82
+ * Core: Optimize log message for required vehicle attributes. [ jkoan]
83
+ * Traffic/traff\_ android: Get subscription ID from request where applicable. [ mvglasow]
84
+ * Traffic/traff\_ android: Fix log messages when subscription ID is missing. [ mvglasow]
85
+ * Traffic/traff\_ android: Fix log messages when content URI is missing. [ mvglasow]
86
+ * Traffic/traff\_ android: Fix subscription lookup. [ mvglasow]
87
+ * Core: Prevent crash if destination is set before acquiring a location. [ mvglasow]
88
+ * Core: Fix invalid pointer which would cause unpredictable crashes. [ mvglasow]
89
+ * Core: set destination before firing callbacks. [ mvglasow]
90
+ * Build: Prevent try\_ compile() from choking on CXX. [ mvglasow]
91
+
92
+ ### Other
93
+
94
+ * Refactor:fdroid: Remove build.xml generation. [ mvglasow]
95
+ * Refactor:core: Documentation update (#1095 ) [ mvglasow]
96
+ * Refactor:build: merge into one single build.gradle. [ mvglasow]
97
+ * Refactor: traffic /traff\_ android: remove TODO comment. [ mvglasow]
98
+ * Refactor:traffic: Make sanity check happy. [ mvglasow]
99
+ * Docs: fix simple typo, useage -\> usage. [ Tim Gates]
100
+ * Refactor:core: Fix documentation for route\_ graph\_ build() [ mvglasow]
101
+ * Refactor:core: make sanity\_ check happy (sort of, see #1041 ) [ mvglasow]
102
+ * Refactor:core: Fix documentation for route\_ graph\_ build() [ mvglasow]
103
+ * Refactor: traffic /traff\_ android: Fix checkstyle issues. [ mvglasow]
104
+ * Refactor: traffic /traff\_ android: Fix Javadoc formatting. [ mvglasow]
105
+ * Refactor: traffic /traff\_ android: More sanity check fixes. [ mvglasow]
106
+ * Refactor:traffic: Make sanity check happy. [ mvglasow]
107
+ * Refactor:core: Add documentation. [ mvglasow]
108
+ * Refactor:core: Add documentation. [ mvglasow]
109
+
110
+
111
+ ## [ v0.5.5] ( https://github.com/navit-gps/navit/compare/v0.5.4...v0.5.5 ) - 2020-08-08
112
+
113
+ ### Added
36
114
37
115
* Add poly\_ swimming\_ pool. [ Stefan Wildemann]
38
116
* Add:maptool: enhance leisure=track handling and add poi\_ archeaological\_ site (#1005 ) [ Stefan Wildemann]
@@ -44,7 +122,7 @@ To get the list of all the unreleased commits, see:
44
122
* Add:build: Android build and signing. Also add fastlane for metadata. Set execute on scripts/\* .sh. [ jkoan]
45
123
* Add:cmake: add compilation flags to harden the security of navit (#969 ) [ Joseph Herlant]
46
124
47
- ## Changed
125
+ ### Changed
48
126
49
127
* Change:core: Remove unused argument from attr\_ search. [ jkoan]
50
128
* Change\_ layout: Make sure park, meadow, scrub, and wood render in correct order (#1017 ) [ Johan Fitié]
@@ -54,7 +132,7 @@ To get the list of all the unreleased commits, see:
54
132
* Change:android:build: Fix empty Variable handling. [ jkoan]
55
133
* Change:metadata: Rename Title to "Navit" only because everybody knows that its for Android when found within F-Droid or Google Play store. [ jkoan]
56
134
57
- ## Fixed
135
+ ### Fixed
58
136
59
137
* Android: Remove old, confusing AndroidManifest.xml. [ jkoan]
60
138
* Android: Readd android: sharedUserId to allow for Updates. [ jkoan]
@@ -79,7 +157,7 @@ To get the list of all the unreleased commits, see:
79
157
* Plugins: too few arguments to functions navit\_ attr\_ iter\_ new and config\_ attr\_ iter\_ new (#966 ) [ Joseph Herlant]
80
158
* Port/android: Use new icon for notification (#963 ) [ mvglasow]
81
159
82
- ## Other
160
+ ### Other
83
161
84
162
* Android: Activate downloaded maps automatically (#1027 ) [ Johan Fitié]
85
163
* Improvement:layout: car-dark Improve Car-Dark layout colors (#1028 ) [ Johan Fitié]
@@ -94,7 +172,7 @@ To get the list of all the unreleased commits, see:
94
172
* Improve layout (#1002 ) [ Johan Fitié]
95
173
* Use debian: latest in the CI to get more up-to-date tools (#971 ) [ Joseph Herlant]
96
174
97
- ## [ 0 .5.4] - 2020-01-18
175
+ ## [ v0 .5.4] ( https://github.com/navit-gps/navit/compare/v0.5.3...v0.5.4 ) - 2020-01-18
98
176
99
177
### Added
100
178
@@ -191,7 +269,7 @@ To get the list of all the unreleased commits, see:
191
269
- Refactoring:mingw: simplify toolchain [ \# 659] ( https://github.com/navit-gps/navit/pull/659 ) ([ bignaux] ( https://github.com/bignaux ) )
192
270
- Refactoring:cmake: from 2.6 to 3.2 [ \# 651] ( https://github.com/navit-gps/navit/pull/651 ) ([ bignaux] ( https://github.com/bignaux ) )
193
271
194
- ## [ v0.5.3] - 2018-08-31
272
+ ## [ v0.5.3] ( https://github.com/navit-gps/navit/compare/v0.5.2...v0.5.3 ) - 2018-08-31
195
273
196
274
Release 0.5.2 had issues with the version not properly updated in the ` CMakeLists.txt ` . This release fixes that issue.
197
275
@@ -200,7 +278,7 @@ Release 0.5.2 had issues with the version not properly updated in the `CMakeList
200
278
* Update Sailfish spec for release 0.5.3. [ Joseph Herlant]
201
279
* Update Patch version for release 0.5.3. [ Joseph Herlant]
202
280
203
- ## [ v0.5.2] - 2018-08-30
281
+ ## [ v0.5.2] ( https://github.com/navit-gps/navit/compare/v0.5.1...v0.5.2 ) - 2018-08-30
204
282
205
283
### Added
206
284
@@ -300,7 +378,7 @@ Release 0.5.2 had issues with the version not properly updated in the `CMakeList
300
378
* Android:Fix: remove unused dependency libpng (#592 ) [ jandegr]
301
379
302
380
303
- ## [ v0.5.1] - 2018-04-19
381
+ ## [ v0.5.1] ( https://github.com/navit-gps/navit/compare/v0.5.0...v0.5.1 ) - 2018-04-19
304
382
305
383
### Added
306
384
@@ -751,7 +829,7 @@ Release 0.5.2 had issues with the version not properly updated in the `CMakeList
751
829
* We always want the failed code from bash not from tee. [ jkoan]
752
830
* Little quick change to make it working fast. [ jkoan]
753
831
* Auto pitch and orientation (#306 ) [ Johan Fitié]
754
- * #1352 workaround. [ mdankov]
832
+ * \ # 1352 workaround. [ mdankov]
755
833
* Smaller Android screenshot for README.md. [ Johan Fitié]
756
834
* Pitch correction (#303 ) [ Johan Fitié]
757
835
* [ POI] Resize SVG icons to 22x22 (#304 ) [ Johan Fitié]
@@ -899,29 +977,20 @@ Release 0.5.2 had issues with the version not properly updated in the `CMakeList
899
977
* Trac-1064 render OSM shop=mall as poi\_ mall. [ Pierre GRANDIN]
900
978
* Bumping the trunk to 0.5.1. [ Pierre GRANDIN]
901
979
902
- ## [ v0.5.0] - 2015-12-31
980
+ ## [ v0.5.0] ( https://github.com/navit-gps/navit/compare/v0.5.0-rc.2...v0.5.0 ) - 2015-12-31
903
981
904
982
This release was done before the adoption of this changelog format. Use
905
983
[ this v0.5.0-rc.2 to v0.5.0 comparison link] ( https://github.com/navit-gps/navit/compare/v0.5.0-rc.2...v0.5.0 )
906
984
to view the corresponding changes.
907
985
908
- ## [ v0.5.0-rc2] - 2015-09-02
986
+ ## [ v0.5.0-rc2] ( https://github.com/navit-gps/navit/compare/v0.5.0-rc.1...v0.5.0-rc.2 ) - 2015-09-02
909
987
910
988
This release was done before the adoption of this changelog format. Use
911
989
[ this v0.5.0-rc.1 to v0.5.0-rc.2 comparison link] ( https://github.com/navit-gps/navit/compare/v0.5.0-rc.1...v0.5.0-rc.2 )
912
990
to view the corresponding changes.
913
991
914
- ## [ v0.5.0-rc1] - 2015-08-08
992
+ ## [ v0.5.0-rc1] ( https://github.com/navit-gps/navit/compare/v0.5.0-beta.1...v0.5.0-rc.1 ) - 2015-08-08
915
993
916
994
This release was done before the adoption of this changelog format. Use
917
995
[ this v0.5.0-beta.1 to v0.5.0-rc.1 comparison link] ( https://github.com/navit-gps/navit/compare/v0.5.0-beta.1...v0.5.0-rc.1 )
918
996
to view the corresponding changes.
919
-
920
- [ Unreleased ] : https://github.com/navit-gps/navit/compare/v0.5.4...HEAD
921
- [ v0.5.4 ] : https://github.com/navit-gps/navit/compare/v0.5.3...v0.5.4
922
- [ v0.5.3 ] : https://github.com/navit-gps/navit/compare/v0.5.2...v0.5.3
923
- [ v0.5.2 ] : https://github.com/navit-gps/navit/compare/v0.5.1...v0.5.2
924
- [ v0.5.1 ] : https://github.com/navit-gps/navit/compare/v0.5.0...v0.5.1
925
- [ v0.5.0 ] : https://github.com/navit-gps/navit/compare/v0.5.0-rc.2...v0.5.0
926
- [ v0.5.0-rc.2 ] : https://github.com/navit-gps/navit/compare/v0.5.0-rc.1...v0.5.0-rc.2
927
- [ v0.5.0-rc.1 ] : https://github.com/navit-gps/navit/compare/v0.5.0-beta.1...v0.5.0-rc.1
0 commit comments