mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
bump version, update changelog
This commit is contained in:
parent
3282e329f3
commit
c43b31b1e7
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.22.1
|
||||||
|
* Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices
|
||||||
|
|
||||||
#### Version 0.22.0
|
#### Version 0.22.0
|
||||||
* Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support
|
* Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support
|
||||||
* Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter)
|
* Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter)
|
||||||
|
@ -26,8 +26,8 @@ android {
|
|||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.22.0"
|
versionName "0.22.1"
|
||||||
versionCode 108
|
versionCode 109
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<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>
|
||||||
|
</release>
|
||||||
<release version="0.22.0" versioncode="108">
|
<release version="0.22.0" versioncode="108">
|
||||||
<change>Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support</change>
|
<change>Pebble: Experimental support for background javascript, allows weather and other features for watchapps without special Gadgetbridge support</change>
|
||||||
<change>Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter)</change>
|
<change>Add experimental support for Amazfit Cor and Mi Band HRX (no firmware update on the latter)</change>
|
||||||
|
1
fastlane/metadata/android/en-US/changelogs/109.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/109.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Mi Band 2: Fix being detected as Amazfit Bip which lead to various problems especially on newly paired devices
|
Loading…
Reference in New Issue
Block a user