Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed May 19, 2019
1 parent 30360f5 commit 84ab5bf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionCode 28
versionCode 29
versionName "v1.16.1"


Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
v1.16.1 (29)

# Fix
- Wrong string id in translation.

# Add
- Preferences: Give usefull feedback to user when entering wrong values.
- French translation.
- Dutch translation.
- Czech translation.
- Support internal sensors: Pressure (for Altitude), Step counter (experimental), Heartrate.
- Support BluetoothLE sensors: Cadence, speed and heartrate.

# Changes
- Replace xml parser: Better support for GPX extras.
- Reorganize cockpit and graph layout.


0 comments on commit 84ab5bf

Please sign in to comment.