diff --git a/CHANGELOG.md b/CHANGELOG.md index eeaa7b9aa..f5f29b6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### Changelog -#### Next +#### 0.49.0 * Initial support for Amazfit Bip S Lite * Initial support for Amazfit GTR 2 * Huami: allow sorting of shortcuts and menus (all except Mi Band 2) @@ -8,6 +8,7 @@ * Mi/Amazfit Band 5: Support shortcuts (right/left swipe) * Amazfit GTS: Fix firmware flashing on Firmware >=0.1.1.16 * Amazfit GTR: Fix firmware flashing on Firmware >=1.3.7.16 or >=1.7.0.10 +* Amazfit GTR/GTS: Add missing settings menu item in preferences * Fossil Hybrid HR: Remove Android notifications when deleting them from the watch * Fossil Hybrid HR: Enable rejecting calls on newer firmwares * Fossil Hybrid HR: Support hands calibration diff --git a/app/build.gradle b/app/build.gradle index 37c0ca63c..18b4901d4 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.48.0" - versionCode 182 + versionName "0.49.0" + versionCode 183 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 d4d5a2879..a990176c4 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,27 @@ + + Initial support for Amazfit Bip S Lite + Initial support for Amazfit GTR 2 + Huami: allow sorting of shortcuts and menus (all except Mi Band 2) + Amazfit Band 5: Allow enabling SpO2 menu + Mi/Amazfit Band 5: Support shortcuts (right/left swipe) + Amazfit GTS: Fix firmware flashing on Firmware >=0.1.1.16 + Amazfit GTR: Fix firmware flashing on Firmware >=1.3.7.16 or >=1.7.0.10 + Amazfit GTR/GTS: Add missing settings menu item in preferences + Fossil Hybrid HR: Remove Android notifications when deleting them from the watch + Fossil Hybrid HR: Enable rejecting calls on newer firmwares + Fossil Hybrid HR: Support hands calibration + Fossil Hybrid HR: Support factory reset + InfiniTime: Improve notification support for firmware >=0.9 + Add version to About screen + Show GPS track in Sport Activity detail screen + Add Activity List Dashboard/Summary view to charts + Add heart rate average to Activity and Sleep charts + Add intensity to Sleep charts + Recognize Wire messenger as a chat application + Add confirmation dialog for find device button + Initial support for Sony SWR12 Initial support for Lefun Smart Bands diff --git a/fastlane/metadata/android/en-US/changelogs/183.txt b/fastlane/metadata/android/en-US/changelogs/183.txt new file mode 100644 index 000000000..2c255b0b1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/183.txt @@ -0,0 +1,20 @@ +* Initial support for Amazfit Bip S Lite +* Initial support for Amazfit GTR 2 +* Huami: allow sorting of shortcuts and menus (all except Mi Band 2) +* Amazfit Band 5: Allow enabling SpO2 menu +* Mi/Amazfit Band 5: Support shortcuts (right/left swipe) +* Amazfit GTS: Fix firmware flashing on Firmware >=0.1.1.16 +* Amazfit GTR: Fix firmware flashing on Firmware >=1.3.7.16 or >=1.7.0.10 +* Amazfit GTR/GTS: Add missing settings menu item in preferences +* Fossil Hybrid HR: Remove Android notifications when deleting them from the watch +* Fossil Hybrid HR: Enable rejecting calls on newer firmwares +* Fossil Hybrid HR: Support hands calibration +* Fossil Hybrid HR: Support factory reset +* InfiniTime: Improve notification support for firmware >=0.9 +* Add version to About screen +* Show GPS track in Sport Activity detail screen +* Add Activity List Dashboard/Summary view to charts +* Add heart rate average to Activity and Sleep charts +* Add intensity to Sleep charts +* Recognize Wire messenger as a chat application +* Add confirmation dialog for find device button