1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-21 22:31:16 +02:00

add changelog, bump version

This commit is contained in:
Andreas Shimokawa 2021-09-25 12:49:22 +02:00
parent 3cde7eca7e
commit 1569e648fa
5 changed files with 34 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
}

View File

@ -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>

View 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