Skip to content

Releases: OpenTracksApp/OpenTracks

v4.13.1

08 Sep 10:25
Compare
Choose a tag to compare

v4.13.1: OpenTracks

Changes:

  • Aggregated stats calender' uses regional preferences (Android 14+)

Bugfix:

  • KML 2.3: use standardized field name for heartrate
  • Track list: recording status was not updated correctly
  • Material3 related UI fixes

v4.13.0

04 Aug 12:13
Compare
Choose a tag to compare

v4.13.0: OpenTracks

Changes:

  • Markers can be created via Public API
    This allows to create Markers at any location and after recording.
    Drawback: Markers are not shown in diagrams anymore.
    NOTE: OSMDashboard supports this API after version: v4.1.0

Bugfix:

  • Default activity setting should have been a dropdown
  • Back arrow not working in settings
  • Label for off trail hiking now shows "off trail hiking"

Developer:

  • Use Position instead of Android's Location

v4.12.5

06 Jul 11:34
Compare
Choose a tag to compare

v4.12.5: OpenTracks

Bugfix:

  • Moving is now computed correctly again.
    Was broken since v4.9.0 due to the introduction of idle functionality. See #1756.

Changes:

  • Support for Predictive Back

v4.12.4

25 May 20:04
Compare
Choose a tag to compare

v4.12.4: OpenTracks

Changes:

  • Announcements: units can be omitted
  • Announcements: added lap cycling power

Bugfix:

  • Delete markers from list crashed

v4.12.3

28 Apr 09:02
Compare
Choose a tag to compare

v4.12.3: OpenTracks

Bugfix:

  • Using GPS and IDLE functionality stored coordinates 0.0/0.0 and thus overestimating all statistics (distance >10.000 km). (Introduced in v4.12.0)
  • Idle: also trigger if only one location was received.

Regarding the overestimating distance bug: the stored data will not be fixed within OpenTracks.
Recommendation: export the as KML/KMZ and replace the invalid coordinates.

v4.12.2

14 Apr 11:01
Compare
Choose a tag to compare

v4.12.2.: OpenTracks

Bugfix:

  • Allow to start sensors before recording

v4.12.1

05 Apr 18:07
Compare
Choose a tag to compare

v4.12.1: OpenTracks

Bugfix:

  • Android 14: report missing permissions (instead of forced chrash with stacktrace)
  • POST_NOTIFICATION is optional

v4.12.0

10 Mar 13:01
Compare
Choose a tag to compare

v4.12.0: OpenTracks

Changes:

  • OLED friendly dark theme (requires manual restart)
  • Re-order settings (GPS is a sensor)

Developer:

  • Added scripts for Fastlane to PlayStore upload (translations)

v4.11.3

28 Feb 17:09
Compare
Choose a tag to compare

v4.11.3: OpenTracks

Changes:

  • New sticker design!
  • New screenshots!
  • KMZ importer supports any KML file inside a KMZ

Bugfix:

  • Marker list back button works
  • Public API stop shouldn't start foreground service (2nd try)

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)