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

Commit 1172814

Browse files
committed
Release: v4.13.0
1 parent 3782a22 commit 1172814

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ android {
6464

6565
defaultConfig {
6666
applicationId "de.dennisguse.opentracks"
67-
versionCode 5814
68-
versionName "v4.12.5"
67+
versionCode 5837
68+
versionName "v4.13.0"
6969

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
v4.13.0: OpenTracks
2+
3+
Changes:
4+
- Markers can be created via Public API
5+
This allows to create Markers at any location and after recording.
6+
Drawback: Markers are not shown in diagrams anymore.
7+
NOTE: OSMDashboard supports this API after version: v4.1.0
8+
9+
Bugfix:
10+
- Default activity setting should have been a dropdown
11+
- Back arrow not working in settings
12+
- Label for off trail hiking now shows "off trail hiking"
13+
14+
Developer:
15+
- Use Position instead of Android's Location

0 commit comments

Comments
 (0)