1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

add changelog bump version

This commit is contained in:
Andreas Shimokawa 2017-11-03 23:26:54 +01:00
parent fe558a69ad
commit 11d49f223b
4 changed files with 15 additions and 7 deletions

View File

@ -1,10 +1,11 @@
### Changelog
#### Version NEXT
#### Version 0.22.2
* Charts: Add setting to disable swiping charts left/right and some UI changes
* Pebble: Use the configured unit system also for system weather app
* Mi Band 2: Fix HR being absent in charts
* Amazfit Bip: Add setting to allow manual language selection
* Amazfit Bip: Allow manual language selection in settings
* Amazfit Cor: Fix firmware update
#### Version 0.22.1
* Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.22.1"
versionCode 109
versionName "0.22.2"
versionCode 110
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="next">
<change>Charts: added preference to disable swiping charts left/right and some UI changes
</change>
<release version="0.22.2" versioncode="110">
<change>Charts: Add setting to disable swiping charts left/right and some UI changes</change>
<change>Pebble: Use the configured unit system also for system weather app</change>
<change>Mi Band 2: Fix HR being absent in charts</change>
<change>Amazfit Bip: Allow manual language selection in settings</change>
<change>Amazfit Cor: Fix firmware update</change>
</release>
<release version="0.22.1" versioncode="109">
<change>Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices</change>

View File

@ -0,0 +1,5 @@
* Charts: Add setting to disable swiping charts left/right and some UI changes
* Pebble: Use the configured unit system also for system weather app
* Mi Band 2: Fix HR being absent in charts
* Amazfit Bip: Allow manual language selection in settings
* Amazfit Cor: Fix firmware update