mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
bump version, add changelog
This commit is contained in:
parent
fa2fa02afa
commit
8f893d6f2b
@ -1,5 +1,9 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.33.1
|
||||||
|
* Mi Band 3: Recognize "Xiaomi Band 3"
|
||||||
|
* Amazfit Bip: Add German, Italian, French and Turkish to language settings
|
||||||
|
|
||||||
#### Version 0.33.0
|
#### Version 0.33.0
|
||||||
* BFH-16: Initial support
|
* BFH-16: Initial support
|
||||||
* Mi Band 2/3/Bip/Cor: Generate random per-device security keys when pairing, allow manual override to still support multiple android devices connecting to the same device
|
* Mi Band 2/3/Bip/Cor: Generate random per-device security keys when pairing, allow manual override to still support multiple android devices connecting to the same device
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.33.0"
|
versionName "0.33.1"
|
||||||
versionCode 148
|
versionCode 149
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.33.1" versioncode="149">
|
||||||
|
<change>Mi Band 3: Recognize "Xiaomi Band 3"</change>
|
||||||
|
<change>Amazfit Bip: Add German, Italian, French and Turkish to language settings</change>
|
||||||
|
</release>
|
||||||
<release version="0.33.0" versioncode="148">
|
<release version="0.33.0" versioncode="148">
|
||||||
<change> BFH-16: Initial support</change>
|
<change> BFH-16: Initial support</change>
|
||||||
<change> Mi Band 2/3/Bip/Cor: Generate random per-device security keys when pairing, allow manual override to still support multiple android devices connecting to the same device</change>
|
<change> Mi Band 2/3/Bip/Cor: Generate random per-device security keys when pairing, allow manual override to still support multiple android devices connecting to the same device</change>
|
||||||
|
2
fastlane/metadata/android/en-US/changelogs/149.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/149.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
* Mi Band 3: Recognize "Xiaomi Band 3"
|
||||||
|
* Amazfit Bip: Add German, Italian, French and Turkish to language settings
|
Loading…
Reference in New Issue
Block a user