mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-24 01:25:50 +01:00
bump version, add changelog
This commit is contained in:
parent
e3ca3872e1
commit
0b9bf561dc
@ -1,5 +1,10 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.22.3
|
||||
* Amazfit Bip: Allow flashing watchfaces
|
||||
* Amazfit Cor: Fix flashing new .res files
|
||||
* Mi Band 2/HRX/Bip/Cor: Try to fix stuck activity sync
|
||||
|
||||
#### 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
|
||||
|
@ -26,8 +26,8 @@ android {
|
||||
targetSdkVersion 25
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.22.2"
|
||||
versionCode 110
|
||||
versionName "0.22.3"
|
||||
versionCode 111
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.22.3" versioncode="111">
|
||||
<change>Amazfit Bip: Allow flashing watchfaces</change>
|
||||
<change>Amazfit Cor: Fix flashing new .res files</change>
|
||||
<change>Mi Band 2/HRX/Bip/Cor: Try to fix stuck activity sync</change>
|
||||
</release>
|
||||
<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>
|
||||
|
3
fastlane/metadata/android/en-US/changelogs/111.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/111.txt
Normal file
@ -0,0 +1,3 @@
|
||||
* Amazfit Bip: Allow flashing watchfaces
|
||||
* Amazfit Cor: Fix flashing new .res files
|
||||
* Mi Band 2/HRX/Bip/Cor: Try to fix stuck activity sync
|
Loading…
Reference in New Issue
Block a user