mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
bump version, add changelog
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
### 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
|
||||
* Amazfit Bip: Allow flashing watchfaces
|
||||
* Amazfit Cor: Fix flashing new .res files
|
||||
|
||||
+2
-2
@@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.22.3"
|
||||
versionCode 111
|
||||
versionName "0.22.4"
|
||||
versionCode 112
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
<change>Amazfit Bip: Allow flashing watchfaces</change>
|
||||
<change>Amazfit Cor: Fix flashing new .res files</change>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user