Skip to content

Commit 83c1bfe

Browse files
committed
update:release:Update Changelog for release of 0.5.6
1 parent 8f91605 commit 83c1bfe

File tree

1 file changed

+94
-25
lines changed

1 file changed

+94
-25
lines changed

CHANGELOG.md

Lines changed: 94 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,94 @@ Navit follows the semantic versioning:
2323
usually tends to occur along with larger changes which would warrant a new major
2424
version anyway
2525

26-
27-
## [Unreleased]
26+
## [Unreleased](https://github.com/navit-gps/navit/compare/v0.5.6...HEAD)
2827

2928
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
3132

33+
### Added
3234

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
3448

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
36114

37115
* Add poly\_swimming\_pool. [Stefan Wildemann]
38116
* 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:
44122
* Add:build:Android build and signing. Also add fastlane for metadata. Set execute on scripts/\*.sh. [jkoan]
45123
* Add:cmake: add compilation flags to harden the security of navit (#969) [Joseph Herlant]
46124

47-
## Changed
125+
### Changed
48126

49127
* Change:core:Remove unused argument from attr\_search. [jkoan]
50128
* 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:
54132
* Change:android:build:Fix empty Variable handling. [jkoan]
55133
* Change:metadata:Rename Title to "Navit" only because everybody knows that its for Android when found within F-Droid or Google Play store. [jkoan]
56134

57-
## Fixed
135+
### Fixed
58136

59137
* Android:Remove old, confusing AndroidManifest.xml. [jkoan]
60138
* Android:Readd android:sharedUserId to allow for Updates. [jkoan]
@@ -79,7 +157,7 @@ To get the list of all the unreleased commits, see:
79157
* Plugins: too few arguments to functions navit\_attr\_iter\_new and config\_attr\_iter\_new (#966) [Joseph Herlant]
80158
* Port/android:Use new icon for notification (#963) [mvglasow]
81159

82-
## Other
160+
### Other
83161

84162
* Android: Activate downloaded maps automatically (#1027) [Johan Fitié]
85163
* 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:
94172
* Improve layout (#1002) [Johan Fitié]
95173
* Use debian:latest in the CI to get more up-to-date tools (#971) [Joseph Herlant]
96174

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
98176

99177
### Added
100178

@@ -191,7 +269,7 @@ To get the list of all the unreleased commits, see:
191269
- Refactoring:mingw:simplify toolchain [\#659](https://github.com/navit-gps/navit/pull/659) ([bignaux](https://github.com/bignaux))
192270
- Refactoring:cmake:from 2.6 to 3.2 [\#651](https://github.com/navit-gps/navit/pull/651) ([bignaux](https://github.com/bignaux))
193271

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
195273

196274
Release 0.5.2 had issues with the version not properly updated in the `CMakeLists.txt`. This release fixes that issue.
197275

@@ -200,7 +278,7 @@ Release 0.5.2 had issues with the version not properly updated in the `CMakeList
200278
* Update Sailfish spec for release 0.5.3. [Joseph Herlant]
201279
* Update Patch version for release 0.5.3. [Joseph Herlant]
202280

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
204282

205283
### Added
206284

@@ -300,7 +378,7 @@ Release 0.5.2 had issues with the version not properly updated in the `CMakeList
300378
* Android:Fix:remove unused dependency libpng (#592) [jandegr]
301379

302380

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
304382

305383
### Added
306384

@@ -751,7 +829,7 @@ Release 0.5.2 had issues with the version not properly updated in the `CMakeList
751829
* We always want the failed code from bash not from tee. [jkoan]
752830
* Little quick change to make it working fast. [jkoan]
753831
* Auto pitch and orientation (#306) [Johan Fitié]
754-
* #1352 workaround. [mdankov]
832+
* \#1352 workaround. [mdankov]
755833
* Smaller Android screenshot for README.md. [Johan Fitié]
756834
* Pitch correction (#303) [Johan Fitié]
757835
* [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
899977
* Trac-1064 render OSM shop=mall as poi\_mall. [Pierre GRANDIN]
900978
* Bumping the trunk to 0.5.1. [Pierre GRANDIN]
901979

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
903981

904982
This release was done before the adoption of this changelog format. Use
905983
[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)
906984
to view the corresponding changes.
907985

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
909987

910988
This release was done before the adoption of this changelog format. Use
911989
[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)
912990
to view the corresponding changes.
913991

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
915993

916994
This release was done before the adoption of this changelog format. Use
917995
[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)
918996
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

Comments
 (0)