Skip to content

Releases: OpenTracksApp/OpenTracks

v4.11.2

13 Feb 16:14
Compare
Choose a tag to compare

v4.11.2: OpenTracks

Bugfix:

  • Recording stopped when screen turned of (introduced in v4.11.1)
    (reverting da3dd29)

v4.11.1

10 Feb 20:32
Compare
Choose a tag to compare

v4.11.1: OpenTracks

Bugfix:

  • PublicAPI crashed when stopping

v4.11.0

21 Jan 15:45
Compare
Choose a tag to compare

v4.11.0: OpenTracks

Changes:

  • Location for Markers is taken opening add dialog (was save)
  • Charts: use less sprace for axes
  • Charts: do not fill when showing more than two lines
  • Voice announcements improved (skip decimal if .0)

v4.10.1

05 Jan 21:03
Compare
Choose a tag to compare

v4.10.1: OpenTracks

Changes:

  • Android 14: crash on recording start if permissions are not granted
  • Chart titles are more compact

Bugfix:

  • BLE sensor re-connect resulted in crash (introduced in v4.9.6)
  • Cycling power was not processed (introduced in v4.9.6)
  • Cycling cadence as well as distance allow for repeated data
  • BLE barometer data was not processed correctly

v4.10.0

30 Dec 12:00
Compare
Choose a tag to compare

v4.10.0: OpenTracks

Changes:

  • Support gain/loss via BLE Environmental Sensing (barometer)
  • Internal barometer can be turned off (e.g., if broken)
  • Material3 for preference switches
  • SplashScreen supports day/night mode
  • Bluetooth sensor settings: show selected sensor name (if cached by Android)

Bugfix:

  • Interval UI was misaligned

Developer:

  • Cleanup TrackRecordingServiceConnection
  • TrackRecordingService always starts as ForegroundService

v4.9.9

27 Dec 09:35
Compare
Choose a tag to compare

v4.9.9: OpenTracks

Bugfix:

  • Crash when using a BLE sensor on recording end (race condition)
    Reason: sensor subsystem was started twice and only the 2nd one was shutdown.
  • While recording, BLE sensor names are shown again

v4.9.8

17 Dec 21:39
Compare
Choose a tag to compare

v4.9.8: OpenTracks

Bugfix:

  • Cycling cadence sensor works again (introduced in v4.9.6)

v4.9.7

12 Dec 17:46
Compare
Choose a tag to compare

v4.9.7: OpenTracks

Bugfix:

  • prevent crash when stopping a recording(introduced in v4.9.6)

v4.9.6

04 Dec 19:16
Compare
Choose a tag to compare

v4.9.6: OpenTracks

Bugfix:

  • Export: existing files is now completely overwriting

Developer:

  • Refactored barometric data processing

v4.9.5

19 Nov 15:13
Compare
Choose a tag to compare

v4.9.5: OpenTracks

Bugfix:

  • idle announcement setting is working again