Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Releases: OpenTracksApp/OpenTracks

v3.17.0

Choose a tag to compare

@dennisguse dennisguse released this 13 Apr 18:41

v3.17.0: OpenTracks

Changes:

  • Add icon for kayaking
  • Charts draw missing sensor data properly
  • Default: show coordinates while recording

Bugfixes:

  • GPX schema corrected
  • GPX exported altitude loss as sensor distance
  • Statistics not computed correctly if using a speed/distance sensor

Developer:

  • Distance/speed value objects
  • Replaced communication via SharedPreferences
  • Use non-static service binder
  • Use altitude in the code base (instead of elevation)

v3.16.0

Choose a tag to compare

@dennisguse dennisguse released this 24 Mar 21:36

v3.16.0: OpenTracks

Changes:

  • Cycling: get distance from BLE speed sensor
  • Reworked UI presented while recording
  • UI performance optimizations
  • Exported filenames: <First 32bits UUID>_<track's name>.
  • Import multiple files via Intent (e.g., from Gadgetbridge)
  • GPX: export power data
  • Updated translations

Bugfix:

  • Voice announcement use minutes correctly

v3.15.4

Choose a tag to compare

@dennisguse dennisguse released this 09 Mar 20:44

v3.15.4: OpenTracks

Bugfix:

  • Voice annoucements interval should be in minutes (introduced in v3.15.0)

v3.15.3

Choose a tag to compare

@dennisguse dennisguse released this 08 Mar 17:16

v3.15.3: OpenTracks

Changes:

  • Computation avg/max: heart rate, cadence, and power

Bugfix:

  • KML/KMZ do not export #start/#end placemarks anymore
  • While recording: Speed/location was sometimes falsly shown as 0.

v3.15.2

Choose a tag to compare

@dennisguse dennisguse released this 01 Mar 18:43

v3.15.2: OpenTracks

Changes:

  • Updated translations

Bugfix:

  • Crash on GPX export

v3.15.1

Choose a tag to compare

@dennisguse dennisguse released this 27 Feb 17:44

v3.15.1: OpenTracks

Changes:

  • After recording show sensor statistics (e.g., avg HR)

Bugfix:

  • Crash on recording start with show latitude/longitude enabled

v3.15.0

Choose a tag to compare

@dennisguse dennisguse released this 12 Feb 22:31

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

v3.14.3

Choose a tag to compare

@dennisguse dennisguse released this 30 Jan 12:56

v3.14.3: OpenTracks

Bugfix:

  • Downgrading database from upcoming release v3.15.0

v3.14.1

Choose a tag to compare

@dennisguse dennisguse released this 03 Jan 12:26

v3.14.1: OpenTracks

Changes:

  • Added elevation loss (via barometer)
  • Updated translations (cz, gl, it, nb, pl, pt, sp)
  • Markers can be shared from list
  • Actionbar icon (top left) to go back

Bugfix:

  • Potential crash on import

Developer:

  • Implemented basic EspressoUI test
  • Reference resourceIds via if rather than switch/case

v3.14.0

Choose a tag to compare

@dennisguse dennisguse released this 10 Dec 21:52

3.14.0: OpenTracks

Changes:

  • Properly support for right-to-left
  • Import: faster cleanup after import failure
  • Text in charts scales according to Android settings
  • Heart rate: support for Huami devices (requires Gadgetbridge)

Developer:

  • Import is now handled in-memory