-
-
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
fa12086
commit 418f092
Showing
2 changed files
with
24 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,22 @@ | ||
v3.15.0: OpenTracks | ||
|
||
WARNING: | ||
This release applies database changes that CANNOT BE REVERTED. | ||
As KMZ/KML export/import behaviour changes as well, it is recommended to (A) take a backup BEFORE upgrading and (B) afterwards. | ||
Recommended format: KMZ. | ||
|
||
BREAKING CHANGES: | ||
- Internal storage of track segments is changed | ||
(user generated events are now considered trackpoints without a location but with timestamp) | ||
- Device time instead of GPS time is stored | ||
(existing data is not modified) | ||
- Dashboard API v2 | ||
(please upgrade OSMDashboard 2.10.0) | ||
|
||
Changes: | ||
- KML/KMZ can used to backup and restore exactly (incl. statistics) | ||
|
||
Developer: | ||
- Reworked track segmentation and it's storage (formerly PAUSE/RESUME marker) | ||
- TrackStatistics are computed solely using TrackPoints | ||
- Replaced long with Instant/Duration |