mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 14:02:56 +01:00
bump version, add changelogs
This commit is contained in:
parent
39388f48a9
commit
bd76590fec
@ -1,5 +1,13 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.32.4
|
||||||
|
* Make voip call support optional (disabled by default)
|
||||||
|
* Amazfit Bip: GPX export corrections
|
||||||
|
* ZeTime: Fix setting alarms
|
||||||
|
* ZeTime: Fix wrong activity timestamps
|
||||||
|
* ZeTime: Set HR alarm limits when changed, not only on connect
|
||||||
|
* ZeTime: Sync preferences from the watch to Gadgetbridge settings
|
||||||
|
|
||||||
#### Version 0.32.3
|
#### Version 0.32.3
|
||||||
* Fix a crash in charts due to a broken German translation
|
* Fix a crash in charts due to a broken German translation
|
||||||
* Fix a crash when transliterating emoji
|
* Fix a crash when transliterating emoji
|
||||||
|
@ -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.3"
|
versionName "0.32.4"
|
||||||
versionCode 146
|
versionCode 147
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.32.4" versioncode="147">
|
||||||
|
<change>Make voip call support optional (disabled by default)</change>
|
||||||
|
<change>Amazfit Bip: GPX export corrections</change>
|
||||||
|
<change>ZeTime: Fix setting alarms</change>
|
||||||
|
<change>ZeTime: Fix wrong activity timestamps</change>
|
||||||
|
<change>ZeTime: Set HR alarm limits when changed, not only on connect</change>
|
||||||
|
<change>ZeTime: Sync preferences from the watch to Gadgetbridge settings</change>
|
||||||
|
</release>
|
||||||
<release version="0.32.3" versioncode="146">
|
<release version="0.32.3" versioncode="146">
|
||||||
<change>Fix a crash in charts due to a broken German translation</change>
|
<change>Fix a crash in charts due to a broken German translation</change>
|
||||||
<change>Fix a crash when transliterating emoji</change>
|
<change>Fix a crash when transliterating emoji</change>
|
||||||
|
6
fastlane/metadata/android/en-US/changelogs/147.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/147.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
* Make voip call support optional (disabled by default)
|
||||||
|
* Amazfit Bip: GPX export corrections
|
||||||
|
* ZeTime: Fix setting alarms
|
||||||
|
* ZeTime: Fix wrong activity timestamps
|
||||||
|
* ZeTime: Set HR alarm limits when changed, not only on connect
|
||||||
|
* ZeTime: Sync preferences from the watch to Gadgetbridge settings
|
Loading…
Reference in New Issue
Block a user