mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Update changelog for 0.32.1
This commit is contained in:
parent
3763a4ef6b
commit
b969d576c4
@ -1,5 +1,8 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.32.1
|
||||||
|
* Fix db deadlock on alarm migration
|
||||||
|
|
||||||
#### Version 0.32.0
|
#### Version 0.32.0
|
||||||
* Initial support for Casio GB-6900B
|
* Initial support for Casio GB-6900B
|
||||||
* Increase number of alarms and store them per-device
|
* Increase number of alarms and store them per-device
|
||||||
|
@ -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.0"
|
versionName "0.32.1"
|
||||||
versionCode 143
|
versionCode 144
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.32.1" versioncode="144">
|
||||||
|
<change>Fix db deadlock on alarm migration</change>
|
||||||
|
</release>
|
||||||
<release version="0.32.0" versioncode="143">
|
<release version="0.32.0" versioncode="143">
|
||||||
<change>Initial support for Casio GB-6900B</change>
|
<change>Initial support for Casio GB-6900B</change>
|
||||||
<change>Increase number of alarms and store them per-device </change>
|
<change>Increase number of alarms and store them per-device </change>
|
||||||
|
1
fastlane/metadata/android/en-US/changelogs/144.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/144.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
* Fix db deadlock on alarm migration
|
Loading…
Reference in New Issue
Block a user