mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, add changelog
This commit is contained in:
parent
20208ca7a3
commit
92c9d347a6
@ -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
|
||||
|
@ -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>
|
||||
|
4
fastlane/metadata/android/en-US/changelogs/112.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/112.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user