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
49b2f455f7
commit
2647d981b4
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
5
fastlane/metadata/android/en-US/changelogs/145.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/145.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user