Skip to content

Commit

Permalink
Release v3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jul 13, 2020
1 parent 7a5f69d commit a2b53c7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Craft new releases

1. Get next _version code_ (master main): `git rev-list HEAD --count main`
1. Get next _version code_ (main): `git rev-list HEAD --count main`
2. Decide on _version name_ (semantic versioning)
3. Manually update _version code_ and _version name_ in `build.gradle`
4. Create changelog (`_version code_.txt`)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ android {
applicationName: "@string/app_name"
]

versionCode 3427
versionCode 3449
//versionCode getVersionCode() //Useful for debugging.
versionName "v3.7.5"
versionName "v3.7.6"

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

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

Changes:
- Landscape mode
- Track deletion UI is now only a spinner
- Speed is exported and imported (GPX/KML/KMZ)
- Default export format is KMZ incl. all data and pictures

Developer:
- Replaced AsyncTasks with Threads
- Synchronization: UUID is generated per track (not yet exported)

0 comments on commit a2b53c7

Please sign in to comment.