mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-23 18:36:50 +01:00
prepare release
This commit is contained in:
parent
0229d24092
commit
d10a5138dc
@ -1,6 +1,6 @@
|
||||
### Changelog
|
||||
|
||||
#### Next
|
||||
#### 0.44.2
|
||||
* Huami: Support flashing newer GPS firmware and GPS ALM
|
||||
* Amazfit Bip S: Support music control
|
||||
* Amazfit Bip S: Support flashing firmware, res, gps firmware, watchfaces, fonts and GPS CEP
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 28
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.44.1"
|
||||
versionCode 174
|
||||
versionName "0.44.2"
|
||||
versionCode 175
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.44.2" versioncode="175">
|
||||
<change>Huami: Support flashing newer GPS firmware and GPS ALM</change>
|
||||
<change>Amazfit Bip S: Support music control</change>
|
||||
<change>Amazfit Bip S: Support flashing firmware, res, gps firmware, watchfaces, fonts and GPS CEP</change>
|
||||
<change>Amazfit Bip S: Allow setting high MTU (much faster firmware installation, default off since it does not work for some)</change>
|
||||
<change>Amazfit Bip S: remove disconnect notification and button action settings (they do not work)</change>
|
||||
<change>Mi Band 4 (possibly others): Fix detected RES version being always 69 for non-whitelisted res files</change>
|
||||
<change>Fossil Hybrid HR: Add last notification widget</change>
|
||||
<change>Try to fix vanishing incoming call information when VoIP call support is enabled</change>
|
||||
<change>Allow setting device aliases (useful if you manage multiple ones of the same type)</change>
|
||||
</release>
|
||||
<release version="0.44.1" versioncode="174">
|
||||
<change>Amazfit Bip S: Support setting shortcuts</change>
|
||||
<change>Amazfit Bip S: Fix setting display items</change>
|
||||
|
9
fastlane/metadata/android/en-US/changelogs/175.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/175.txt
Normal file
@ -0,0 +1,9 @@
|
||||
* Huami: Support flashing newer GPS firmware and GPS ALM
|
||||
* Amazfit Bip S: Support music control
|
||||
* Amazfit Bip S: Support flashing firmware, res, gps firmware, watchfaces, fonts and GPS CEP
|
||||
* Amazfit Bip S: Allow setting high MTU (much faster firmware installation, default off since it does not work for some)
|
||||
* Amazfit Bip S: remove disconnect notification and button action settings (they do not work)
|
||||
* Mi Band 4 (possibly others): Fix detected RES version being always 69 for non-whitelisted res files
|
||||
* Fossil Hybrid HR: Add last notification widget
|
||||
* Try to fix vanishing incoming call information when VoIP call support is enabled
|
||||
* Allow setting device aliases (useful if you manage multiple ones of the same type)
|
Loading…
Reference in New Issue
Block a user