bump version, add changelogs

This commit is contained in:
Andreas Shimokawa 2019-03-17 22:15:32 +01:00
parent 39388f48a9
commit bd76590fec
4 changed files with 24 additions and 2 deletions

View File

@ -1,5 +1,13 @@
### 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
* Fix a crash in charts due to a broken German translation
* Fix a crash when transliterating emoji

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.32.3"
versionCode 146
versionName "0.32.4"
versionCode 147
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<change>Fix a crash in charts due to a broken German translation</change>
<change>Fix a crash when transliterating emoji</change>

View 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