1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 14:52:25 +02:00

bump version, update changelog

This commit is contained in:
Andreas Shimokawa 2019-02-17 00:05:29 +01:00
parent 743ae50b92
commit 05fa8e846b
3 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,10 @@
### Changelog ### Changelog
#### Version 0.32.3
* Fix a crash in charts due to a broken German translation
* Fix a crash when transliterating emoji
* Amazfit Bip/Cor: Support disconnect notification (must be configured in Bip settings for Cor also for now)
#### Version 0.32.2 #### Version 0.32.2
* Fix setting alarms under some circumstances * Fix setting alarms under some circumstances
* Support calls notifications for some VoIP apps * Support calls notifications for some VoIP apps

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.32.2" versionName "0.32.3"
versionCode 145 versionCode 146
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="0.32.3" versioncode="146">
<change>Fix a crash in charts due to a broken German translation</change>
<change>Fix a crash when transliterating emoji</change>
<change>Amazfit Bip/Cor: Support disconnect notification (must be configured in Bip settings for Cor also for now)</change>
</release>
<release version="0.32.2" versioncode="145"> <release version="0.32.2" versioncode="145">
<change>Fix setting alarms under some circumstances</change> <change>Fix setting alarms under some circumstances</change>
<change>Support calls notifications for some VoIP apps</change> <change>Support calls notifications for some VoIP apps</change>