diff --git a/CHANGELOG.md b/CHANGELOG.md index bec667ded..c0d19859a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,14 @@ ### 0.63.0 * Galaxy Buds Live: Initial Support * Sony WH-1000XM3: Initial Support +* Fossil Hybrid HR: Add button for removing the watchface background image +* Fossil Hybrid HR: Support multiple 2nd-TZ and Custom widgets +* Nothing Ear (1): Add multiple batteries support +* Galaxy Buds: Add multiple batteries support +* Add activity info to device cards * Add Nekogram X to Telegram notifications * Move location settings out of pebble menu -* Nothing Ear (1): add multiple batteries support -* Galaxy Buds: add multiple batteries support +* Sort devices by alias, if available ### 0.62.0 * Iniital support for Galaxy Buds 2019 diff --git a/app/build.gradle b/app/build.gradle index 10b926263..aa11c7e95 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,8 +31,8 @@ android { multiDexEnabled true // Note: always bump BOTH versionCode and versionName! - versionName "0.62.0" - versionCode 205 + versionName "0.63.0" + versionCode 206 vectorDrawables.useSupportLibrary = true multiDexEnabled true } diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index 1d9d62277..c39ceb667 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,17 @@ + + Galaxy Buds Live: Initial Support + Sony WH-1000XM3: Initial Support + Fossil Hybrid HR: Add button for removing the watchface background image + Fossil Hybrid HR: Support multiple 2nd-TZ and Custom widgets + Nothing Ear (1): Add multiple batteries support + Galaxy Buds: Add multiple batteries support + Add activity info to device cards + Add Nekogram X to Telegram notifications + Move location settings out of pebble menu + Sort devices by alias, if available + Iniital support for Galaxy Buds 2019 Huami: Fix syncing of data in non-DST time diff --git a/fastlane/metadata/android/en-US/changelogs/206.txt b/fastlane/metadata/android/en-US/changelogs/206.txt new file mode 100644 index 000000000..ec66d03f4 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/206.txt @@ -0,0 +1,10 @@ +* Galaxy Buds Live: Initial Support +* Sony WH-1000XM3: Initial Support +* Fossil Hybrid HR: Add button for removing the watchface background image +* Fossil Hybrid HR: Support multiple 2nd-TZ and Custom widgets +* Nothing Ear (1): Add multiple batteries support +* Galaxy Buds: Add multiple batteries support +* Add activity info to device cards +* Add Nekogram X to Telegram notifications +* Move location settings out of pebble menu +* Sort devices by alias, if available