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
+15-3Lines changed: 15 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,18 @@ 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.0.2...HEAD).
7
+
A list of unreleased changes can be found [here](https://github.com/treee111/wahooMapsCreator/compare/v4.1.0...HEAD).
8
+
9
+
<aname="4.1.0"></a>
10
+
## [4.1.0] - 2023-07-11
11
+
### Features
12
+
- Include amenity/shelter and tourism/alpine_hut ([#206](https://github.com/treee111/wahooMapsCreator/issues/206)) [`b8f4d16`](https://github.com/treee111/wahooMapsCreator/commit/b8f4d1635175f680aa16044088568ca3efb6aada)
13
+
14
+
### Bug Fixes
15
+
- Use process.run instead of process.Popen to avoid deadlock ([#208](https://github.com/treee111/wahooMapsCreator/issues/208)) [`5e29dc1`](https://github.com/treee111/wahooMapsCreator/commit/5e29dc1ede9138c7b4976507977b41c5a9a83d89)
16
+
- Search for existing elevation data based on requested type [`b49330a`](https://github.com/treee111/wahooMapsCreator/commit/b49330a78acb80b9d0534a9db2fcdb4ddcfdad21)
17
+
- Log calculation of border countries based on argument [`b6fd62d`](https://github.com/treee111/wahooMapsCreator/commit/b6fd62d5414b154527b14a25796e94d0b9be1de2)
18
+
8
19
9
20
<aname="4.0.2"></a>
10
21
## [4.0.2] - 2023-05-06
@@ -57,12 +68,12 @@ Processing is now only based on Geofabrik .json file which is downloaded both fo
57
68
Input should now be in Geofabrik style. The hardcoded translation to geofabrik countries has been removed.
58
69
The size of generated maps for X/Y coordinates should remain exactly the same as before. The size of generated maps for countries should roughly be the same as before.
59
70
60
-
You need to create a new Anaconda environment with Python v3.10 for this version. These are the steps:
71
+
You need to create a new Anaconda environment with Python v3.11 for this versino. These are the steps:
0 commit comments