diff --git a/CHANGELOG.md b/CHANGELOG.md index 668a637f3..994cdf678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ### Changelog +### 0.60.0 +* Initial support for FitPro bands +* Mi Band 6: really fix weather on new firmware +* Casio GBX-100: Fix connection +* Fossil Hybrid HR: Lower battery level warning threshold to 10% +* Add ringtine preference setting for find your phone feature +* Fix a bug where GB_LOGFILES_DIR_IS_UNDEFINED is used as a logfile directory +* Remove per-device preferences upon device removal (backup your keys if you do that) +* Exclude not worn sleep times from sleep sessions +* Add Icelandic and Czech transliteration + ### 0.59.3 * Mi Band 6: Properly support firmware 1.0.4.38 * Mi Band 6: Add Flashlight to menu items diff --git a/README.md b/README.md index 2eeb76017..077e8a802 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Please see [FEATURES.md](https://codeberg.org/Freeyourgadget/Gadgetbridge/src/ma * Andreas Shimokawa * Carsten Pfeiffer * Daniele Gobbetti +* Petr Vaněk ### Additional device support * João Paulo Barraca (HPlus) @@ -116,7 +117,6 @@ Please see [FEATURES.md](https://codeberg.org/Freeyourgadget/Gadgetbridge/src/ma * Taavi Eomäe (iTag) * Erik Bloß (TLW64) * Yukai Li (Lefun) -* Petr Vaněk (FitPro) ## Contribute diff --git a/app/build.gradle b/app/build.gradle index cdcc78296..9a2200e46 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.59.3" - versionCode 202 + versionName "0.60.0" + versionCode 203 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 db8b19b72..6ebd4a410 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,16 @@ + + Initial support for FitPro bands + Mi Band 6: really fix weather on new firmware + Casio GBX-100: Fix connection + Fossil Hybrid HR: Lower battery level warning threshold to 10% + Add ringtine preference setting for find your phone feature + Fix a bug where GB_LOGFILES_DIR_IS_UNDEFINED is used as a logfile directory + Remove per-device preferences upon device removal (backup your keys if you do that) + Exclude not worn sleep times from sleep sessions + Add Icelandic and Czech transliteration + Mi Band 6: Properly support firmware 1.0.4.38 Mi Band 6: Add Flashlight to menu items diff --git a/fastlane/metadata/android/en-US/changelogs/203.txt b/fastlane/metadata/android/en-US/changelogs/203.txt new file mode 100644 index 000000000..caea93789 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/203.txt @@ -0,0 +1,9 @@ +* Initial support for FitPro bands +* Mi Band 6: really fix weather on new firmware +* Casio GBX-100: Fix connection +* Fossil Hybrid HR: Lower battery level warning threshold to 10% +* Add ringtine preference setting for find your phone feature +* Fix a bug where GB_LOGFILES_DIR_IS_UNDEFINED is used as a logfile directory +* Remove per-device preferences upon device removal (backup your keys if you do that) +* Exclude not worn sleep times from sleep sessions +* Add Icelandic and Czech transliteration