From 75033248da743b873cbaa0b6deabada3bc421b07 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 28 Mar 2021 22:48:10 +0200 Subject: [PATCH] update changelog, bump version --- CHANGELOG.md | 6 ++++-- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/192.txt | 7 +++++++ 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/192.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d12c02cd..b109f87dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ### Changelog -### NEXT +### 0.56.1 * Fossil Hybrid HR: Fix compatibility for oder firmware revisions -* Amazfit Neo: Imprement firmware update +* Amazfit Neo: Implement firmware update * Amazfit Neo: Support setting all menu items and fix menu cycling bug * Amazfit Neo: Fix notifications * Amazfit Neo: Support sound settings +* Allow OpenTracks and FitoTrack to send ongoing notifications +* Make transliteration a per-device setting #### 0.56.0 * Initial support for UM25 voltage meters diff --git a/app/build.gradle b/app/build.gradle index bcbda188a..90a56cb1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,8 +25,8 @@ android { targetSdkVersion 29 // Note: always bump BOTH versionCode and versionName! - versionName "0.56.0" - versionCode 191 + versionName "0.56.1" + versionCode 192 vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index e6fc60a3c..3fed0fdcd 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,14 @@ + + Fossil Hybrid HR: Fix compatibility for oder firmware revisions + Amazfit Neo: Implement firmware update + Amazfit Neo: Support setting all menu items and fix menu cycling bug + Amazfit Neo: Fix notifications + Amazfit Neo: Support sound settings + Allow OpenTracks and FitoTrack to send ongoing notifications + Make transliteration a per-device setting + Initial support for UM25 voltage meters Pebble: Remove read/dismissed notifications on watch (can be disabled) diff --git a/fastlane/metadata/android/en-US/changelogs/192.txt b/fastlane/metadata/android/en-US/changelogs/192.txt new file mode 100644 index 000000000..0a466299d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/192.txt @@ -0,0 +1,7 @@ +* Fossil Hybrid HR: Fix compatibility for oder firmware revisions +* Amazfit Neo: Implement firmware update +* Amazfit Neo: Support setting all menu items and fix menu cycling bug +* Amazfit Neo: Fix notifications +* Amazfit Neo: Support sound settings +* Allow OpenTracks and FitoTrack to send ongoing notifications +* Make transliteration a per-device setting