-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48b6438
commit ae30783
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
v3.18.0: OpenTracks | ||
|
||
Changes: | ||
- Altitude is shown in EGM2008 (stored/exported as WGS84) | ||
|
||
Bugfix: | ||
- Fixed memory leak (introduced in v3.17.0) | ||
- Charts: altitude should be in M/FT (introduced in v3.17.1) | ||
- Charts: while recording was not correctly updated (introduced in v3.17.3) | ||
- TrackDataHub did not account for recordingDistanceInterval (introduced in v3.17.2) | ||
|
||
Developer: | ||
- Disable PNG crunching (reproducible build) | ||
- Refactored TrackImporter and optimized KMZ import | ||
- Use LiveData for TrackRecordingService to UI communication (removing memory leak) |