mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, add changelog
This commit is contained in:
parent
0cf0dd0561
commit
bcf509327e
@ -1,5 +1,11 @@
|
||||
### Changelog
|
||||
|
||||
#### Version 0.34.0
|
||||
* Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity)
|
||||
* Amazfit Bip/Cor, Casio: Add support for muting incoming calls
|
||||
* ZeTime: Remove endless recursion in ZeTime settings
|
||||
* Recognize FairEmail notifications as generic email notifications
|
||||
|
||||
#### Version 0.33.1
|
||||
* Mi Band 3: Recognize "Xiaomi Band 3"
|
||||
* Amazfit Bip: Add German, Italian, French and Turkish to language settings
|
||||
|
@ -25,8 +25,8 @@ android {
|
||||
targetSdkVersion 27
|
||||
|
||||
// Note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.33.1"
|
||||
versionCode 149
|
||||
versionName "0.34.0"
|
||||
versionCode 150
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -1,5 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<release version="0.34.0" versioncode="150">
|
||||
<change>Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity)</change>
|
||||
<change>Amazfit Bip/Cor, Casio: Add support for muting incoming calls</change>
|
||||
<change>ZeTime: Remove endless recursion in ZeTime settings</change>
|
||||
<change>Recognize FairEmail notifications as generic email notifications</change>
|
||||
</release>
|
||||
<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>
|
||||
|
4
fastlane/metadata/android/en-US/changelogs/150.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/150.txt
Normal file
@ -0,0 +1,4 @@
|
||||
* Mi Band 1/2/3/Bip/Cor: Migrate many settings to per-device settings (new settings icon in device card in main activity)
|
||||
* Amazfit Bip/Cor, Casio: Add support for muting incoming calls
|
||||
* ZeTime: Remove endless recursion in ZeTime settings
|
||||
* Recognize FairEmail notifications as generic email notifications
|
Loading…
Reference in New Issue
Block a user