1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 00:30:37 +02:00

bump version, add changelog

This commit is contained in:
Andreas Shimokawa 2019-06-05 18:11:55 +02:00
parent 0cf0dd0561
commit bcf509327e
4 changed files with 19 additions and 2 deletions

View File

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

View File

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

View File

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

View 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