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
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,29 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.1.1...HEAD).
7
+
A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.2.0...HEAD).
8
+
9
+
<aname="4.2.0"></a>
10
+
## [4.2.0] - 2024-09-12
11
+
### Features
12
+
- Add logging of timing for total time, each main section and for each tile generation step ([#225](https://github.com/treee111/wahooMapsCreator/issues/225)) [`e5baae0`](https://github.com/treee111/wahooMapsCreator/commit/e5baae02758f16588fb3ced857dec1928120c149)
13
+
- Use proper tool name in error message, reference Osmium or osmconvert ([#232](https://github.com/treee111/wahooMapsCreator/issues/232)) [`41fdbf7`](https://github.com/treee111/wahooMapsCreator/commit/41fdbf7be4e18d923258b8796d16707de211e675)
14
+
15
+
### Bug Fixes
16
+
- include elevation data only if requested by the user, i.e. if `-con` is given ([#223](https://github.com/treee111/wahooMapsCreator/issues/223)) [`4b53962`](https://github.com/treee111/wahooMapsCreator/commit/4b53962cddbd3a3aa2ed1d312e3a396ff9a93489)
17
+
- Return error code of failed subprocess instead of success (which is the default) ([#254](https://github.com/treee111/wahooMapsCreator/issues/254)) [`85b8617`](https://github.com/treee111/wahooMapsCreator/commit/85b86176c7b74f5ef35ef6e147eeb2106b9c9b84)
18
+
- Draw highways/streets over paths in VTM theme ([#250](https://github.com/treee111/wahooMapsCreator/issues/250)) [`083f247`](https://github.com/treee111/wahooMapsCreator/commit/083f247ba23bfa0dfb4d283ffb3f177e87130faf)
19
+
- Fix invalid color for bolt2-track-raw-cycle ways in VTM theme ([#242](https://github.com/treee111/wahooMapsCreator/issues/242)) [`494b772`](https://github.com/treee111/wahooMapsCreator/commit/494b7728dfdc8bdce71cc7e938cb5936e0b28083)
- move OsmData classes from osm_maps_functions.py to osm_data.py ([#233](https://github.com/treee111/wahooMapsCreator/issues/233)) [`ad2828e`](https://github.com/treee111/wahooMapsCreator/commit/ad2828edbad9e21288f8b1fc7c5edb4a5add45ec)
0 commit comments