Skip to content

Commit

Permalink
Release: v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Feb 12, 2021
1 parent fa12086 commit 418f092
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 3823
versionName "v3.14.3"
versionCode 3855
versionName "v3.15.0"

buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\""

Expand Down
22 changes: 22 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3855.txt
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

0 comments on commit 418f092

Please sign in to comment.