Skip to content

Commit

Permalink
Release v3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Dec 4, 2019
1 parent be58b48 commit 9bafc7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3175.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
v3.2.9: OpenTracks

Changes:
- Option to keep screen on while recording
- Markers: removed split markers completely
- Voice announcement now work without READ_PHONE_STATE permission

Bugfixes:
- Statistics: heart rate was not shown
- Statistics: time was briefly reset to 0s
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ limitations under the License.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.dennisguse.opentracks"
android:installLocation="auto"
android:versionCode="3162"
android:versionName="v3.2.8"> <!-- For FDroid. -->
android:versionCode="3175"
android:versionName="v3.2.9"> <!-- For FDroid. -->
<!-- Permission to initialize services -->
<application
android:name=".Startup"
Expand Down

0 comments on commit 9bafc7d

Please sign in to comment.