mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
bump version, add changelog
This commit is contained in:
parent
eb9d321b95
commit
f7f0722a1f
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.22.5
|
||||
* Unlock Teclast H10 support using the same code as H30
|
||||
* Amazfit Bip: Fix installation of 0.1.0.11 Firmware
|
||||
* Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions
|
||||
* Workaround for a crash on Android 4.4 when connecting
|
||||
|
||||
#### Version 0.22.4
|
||||
* Mi Band 2/Bip/Cor: Whole day HR support
|
||||
* Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.22.4"
|
||||
versionCode 112
|
||||
versionName "0.22.5"
|
||||
versionCode 113
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.22.5" versioncode="113">
|
||||
<change>Unlock Teclast H10 support using the same code as H30</change>
|
||||
<change>Amazfit Bip: Fix installation of 0.1.0.11 Firmware</change>
|
||||
<change>Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions</change>
|
||||
<change>Workaround for a crash on Android 4.4 when connecting</change>
|
||||
<release version="0.22.4" versioncode="112">
|
||||
<change>Mi Band 2/Bip/Cor: Whole day HR support</change>
|
||||
<change>Mi Band 2/Bip/Cor: Prevent writing a lot of HR samples to the database when not using the live activity feature</change>
|
||||
|
5
fastlane/metadata/android/en-US/changelogs/113.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/113.txt
Normal file
@ -0,0 +1,5 @@
|
||||
#### Version 0.22.5
|
||||
* Unlock Teclast H10 support using the same code as H30
|
||||
* Amazfit Bip: Fix installation of 0.1.0.11 Firmware
|
||||
* Amazfit Bip/Cor: Send three days of weather forecast including (untranslated) conditions
|
||||
* Workaround for a crash on Android 4.4 when connecting
|
Loading…
Reference in New Issue
Block a user