From c86c7c59f434b34326777915855bc5ac9315059e Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 16 Sep 2023 22:58:50 +0200 Subject: [PATCH] bump version, update changelogs --- CHANGELOG.md | 7 +++++++ app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 7 +++++++ .../fastlane/metadata/android/en-US/changelogs/226.txt | 5 +++++ 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 src/main/fastlane/metadata/android/en-US/changelogs/226.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index eed8db46a..129c06f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ### Changelog +#### 0.76.1 +* Amazfit GTR Mini: Mark as not experimental +* Bangle.js: Improve file downloads +* Bangle.js: Fix app interfaces +* Allow text to be shared to devices +* Fix connection to some Amazfit devices + #### 0.76.0 * Upgrade UI to Material 3 and add dynamic colors theme * Initial support for Amazfit Bip 3 Pro diff --git a/app/build.gradle b/app/build.gradle index 9dcfe2190..c855607da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,8 +77,8 @@ android { targetSdkVersion 31 // Note: always bump BOTH versionCode and versionName! - versionName "0.76.0" - versionCode 225 + versionName "0.76.1" + versionCode 226 vectorDrawables.useSupportLibrary = true buildConfigField "String", "GIT_HASH_SHORT", "\"${getGitHashShort()}\"" buildConfigField "boolean", "INTERNET_ACCESS", "false" diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 1fbf08228..84dbd2343 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,12 @@ + + Amazfit GTR Mini: Mark as not experimental + Bangle.js: Improve file downloads + Bangle.js: Fix app interfaces + Allow text to be shared to devices + Fix connection to some Amazfit devices + Upgrade UI to Material 3 and add dynamic colors theme Initial support for Amazfit Bip 3 Pro diff --git a/src/main/fastlane/metadata/android/en-US/changelogs/226.txt b/src/main/fastlane/metadata/android/en-US/changelogs/226.txt new file mode 100644 index 000000000..9faba9099 --- /dev/null +++ b/src/main/fastlane/metadata/android/en-US/changelogs/226.txt @@ -0,0 +1,5 @@ +* Amazfit GTR Mini: Mark as not experimental +* Bangle.js: Improve file downloads +* Bangle.js: Fix app interfaces +* Allow text to be shared to devices +* Fix connection to some Amazfit devices