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 ### 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 #### Version 0.33.1
* Mi Band 3: Recognize "Xiaomi Band 3" * Mi Band 3: Recognize "Xiaomi Band 3"
* Amazfit Bip: Add German, Italian, French and Turkish to language settings * Amazfit Bip: Add German, Italian, French and Turkish to language settings

View File

@ -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.1" versionName "0.34.0"
versionCode 149 versionCode 150
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <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"> <release version="0.33.1" versioncode="149">
<change>Mi Band 3: Recognize "Xiaomi Band 3"</change> <change>Mi Band 3: Recognize "Xiaomi Band 3"</change>
<change>Amazfit Bip: Add German, Italian, French and Turkish to language settings</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