1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-27 12:26:48 +01:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2017-11-14 23:36:13 +01:00
parent 20208ca7a3
commit 92c9d347a6
4 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### Changelog ### Changelog
#### 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
* Pebble: Fix some nasty crashes which occur since 0.22.0
* Workround for non-working notifcations from wechat and outlook
#### Version 0.22.3 #### Version 0.22.3
* Amazfit Bip: Allow flashing watchfaces * Amazfit Bip: Allow flashing watchfaces
* Amazfit Cor: Fix flashing new .res files * Amazfit Cor: Fix flashing new .res files

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25 targetSdkVersion 25
// note: always bump BOTH versionCode and versionName! // note: always bump BOTH versionCode and versionName!
versionName "0.22.3" versionName "0.22.4"
versionCode 111 versionCode 112
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<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>
<change>Pebble: Fix some nasty crashes which occur since 0.22.0</change>
<change>Workround for non-working notifcations from wechat and outlook</change>
</release>
<release version="0.22.3" versioncode="111"> <release version="0.22.3" versioncode="111">
<change>Amazfit Bip: Allow flashing watchfaces</change> <change>Amazfit Bip: Allow flashing watchfaces</change>
<change>Amazfit Cor: Fix flashing new .res files</change> <change>Amazfit Cor: Fix flashing new .res files</change>

View File

@ -0,0 +1,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
* Pebble: Fix some nasty crashes which occur since 0.22.0
* Workround for non-working notifcations from wechat and outlook