Skip to content

v3.15.0

Compare
Choose a tag to compare
@dennisguse dennisguse released this 12 Feb 22:31
· 2174 commits to main since this release

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