bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2017-11-09 22:59:15 +01:00
parent e3ca3872e1
commit 0b9bf561dc
4 changed files with 15 additions and 2 deletions

View File

@ -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

View File

@ -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 {

View File

@ -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>

View 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