mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
add changelog, bump version
This commit is contained in:
parent
3cde7eca7e
commit
1569e648fa
11
CHANGELOG.md
11
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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -1,5 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.60.0" versioncode="203">
|
||||
<change>Initial support for FitPro bands</change>
|
||||
<change>Mi Band 6: really fix weather on new firmware</change>
|
||||
<change>Casio GBX-100: Fix connection</change>
|
||||
<change>Fossil Hybrid HR: Lower battery level warning threshold to 10%</change>
|
||||
<change>Add ringtine preference setting for find your phone feature</change>
|
||||
<change>Fix a bug where GB_LOGFILES_DIR_IS_UNDEFINED is used as a logfile directory</change>
|
||||
<change>Remove per-device preferences upon device removal (backup your keys if you do that)</change>
|
||||
<change>Exclude not worn sleep times from sleep sessions</change>
|
||||
<change>Add Icelandic and Czech transliteration</change>
|
||||
</release>
|
||||
<release version="0.59.3" versioncode="202">
|
||||
<change>Mi Band 6: Properly support firmware 1.0.4.38</change>
|
||||
<change>Mi Band 6: Add Flashlight to menu items</change>
|
||||
|
9
fastlane/metadata/android/en-US/changelogs/203.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/203.txt
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user