From edf4d7035af65fbfbe360ad66a560f639911ebd9 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 5 Jul 2021 10:39:23 +0200 Subject: [PATCH] bump version, add changelogs --- CHANGELOG.md | 9 +++++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 9 +++++++++ fastlane/metadata/android/en-US/changelogs/197.txt | 7 +++++++ 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/197.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 649f6e685..cac1ec673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ### Changelog +### 0.58.1 +* Pebble: Fix broken app manager (regression from 0.57.1) +* Bangle.js: Try to fix crash when attempting to load activity chart +* Amazfit T-Rex Pro: Add barometer to menu items +* Remove battery data when device is being removed +* Add transliteration to PineTime +* Debug: Allow adding fake testing devices manually +* Reduce margin of icons in device_item to keep one row for typical amount of icons + ### 0.58.0 * Initial experimental support for Amazfit T-Rex Pro * InfiniTime: Try to fix firmware upgrade by fiddling with optimization rules diff --git a/app/build.gradle b/app/build.gradle index ea1a4466d..4435e97eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.58.0" - versionCode 196 + versionName "0.58.1" + versionCode 197 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 5204e878c..6245f929d 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,14 @@ + + Pebble: Fix broken app manager (regression from 0.57.1) + Bangle.js: Try to fix crash when attempting to load activity chart + Amazfit T-Rex Pro: Add barometer to menu items + Remove battery data when device is being removed + Add transliteration to PineTime + Debug: Allow adding fake testing devices manually + Reduce margin of icons in device_item to keep one row for typical amount of icons + Initial experimental support for Amazfit T-Rex Pro InfiniTime: Try to fix firmware upgrade by fiddling with optimization rules diff --git a/fastlane/metadata/android/en-US/changelogs/197.txt b/fastlane/metadata/android/en-US/changelogs/197.txt new file mode 100644 index 000000000..b06eaeadb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/197.txt @@ -0,0 +1,7 @@ +* Pebble: Fix broken app manager (regression from 0.57.1) +* Bangle.js: Try to fix crash when attempting to load activity chart +* Amazfit T-Rex Pro: Add barometer to menu items +* Remove battery data when device is being removed +* Add transliteration to PineTime +* Debug: Allow adding fake testing devices manually +* Reduce margin of icons in device_item to keep one row for typical amount of icons