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