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-02-10 22:39:05 +01:00
parent 49b2f455f7
commit 2647d981b4
4 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,12 @@
### Changelog
#### Version 0.32.2
* Fix setting alarms under some circumstances
* Support calls notifications for some VoIP apps
* Mi Band 3: Enable fetching sports activities (currently only useful for flushing activities)
* Casio: Improve stability
* Casio: Add explicit support for GB-6900B, GB-X6900B and GB-5600B
#### Version 0.32.1
* Fix db deadlock on alarm migration

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.32.1"
versionCode 144
versionName "0.32.2"
versionCode 145
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.32.2" versioncode="145">
<change>Fix setting alarms under some circumstances</change>
<change>Support calls notifications for some VoIP apps</change>
<change>Mi Band 3: Enable fetching sports activities (currently only useful for flushing activities)</change>
<change>Casio: Improve stability</change>
<change>Casio: Add explicit support for GB-6900B, GB-X6900B and GB-5600B</change>
</release>
<release version="0.32.1" versioncode="144">
<change>Fix db deadlock on alarm migration</change>
</release>

View File

@ -0,0 +1,5 @@
* Fix setting alarms under some circumstances
* Support calls notifications for some VoIP apps
* Mi Band 3: Enable fetching sports activities (currently only useful for flushing activities)
* Casio: Improve stability
* Casio: Add explicit support for GB-6900B, GB-X6900B and GB-5600B