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

Commit 6bcb8db

Browse files
committed
Release: v3.13.0
1 parent 974baaf commit 6bcb8db

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

build.gradle

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

5252
defaultConfig {
5353
applicationId "de.dennisguse.opentracks"
54-
versionCode 3704
55-
versionName "v3.12.0"
54+
versionCode 3732
55+
versionName "v3.13.0"
5656

5757
buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\""
5858

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v3.13.0: OpenTracks
2+
3+
Changes:
4+
- Sensor: support for powermeter (BLE)
5+
- Search by track and marker (in lists)
6+
- Combined search removed
7+
8+
Bugfix:
9+
- Import crashed in UI
10+
- Images of markers were not imported

0 commit comments

Comments
 (0)