Skip to content

Commit

Permalink
Release: v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Nov 17, 2020
1 parent 974baaf commit 6bcb8db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 3704
versionName "v3.12.0"
versionCode 3732
versionName "v3.13.0"

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

Expand Down
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3732.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v3.13.0: OpenTracks

Changes:
- Sensor: support for powermeter (BLE)
- Search by track and marker (in lists)
- Combined search removed

Bugfix:
- Import crashed in UI
- Images of markers were not imported

0 comments on commit 6bcb8db

Please sign in to comment.