update changelog bump version

master
Andreas Shimokawa 2017-07-21 19:56:49 +02:00
parent f98131ccd5
commit 30eee7ccd5
4 changed files with 18 additions and 2 deletions

View File

@ -1,4 +1,11 @@
### Changelog
#### Version 0.19.4
* Replace or relicense CC-NC licensed icons to satisfy F-Droid
* Mi Band 2: Make infos to display on the Band configurable
* Mi Band 2: Support wrist rotation to switch info setting
* Mi Band 2: Support goal notification setting
* Mi Band 2: Support do not disturb setting
* Mi Band 2: Support inactivity warning setting
#### Version 0.19.3
* Pebble: Fix crash when calendar access permission has been denied

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.19.3"
versionCode 96
versionName "0.19.4"
versionCode 97
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -237,4 +237,5 @@ public interface DeviceCoordinator {
* This can be live HR, steps etc.
*/
boolean supportsRealtimeData();
}

View File

@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.19.4" versioncode="97">
<change>Replace or relicense CC-NC licensed icons to satisfy F-Droid</change>
<change>Mi Band 2: Make infos to display on the Band configurable</change>
<change>Mi Band 2: Support wrist rotation to switch info setting</change>
<change>Mi Band 2: Support goal notification setting</change>
<change>Mi Band 2: Support do not disturb setting</change>
<change>Mi Band 2: Support inactivity warning setting </change>
</release>
<release version="0.19.3" versioncode="96">
<change>Pebble: Fix crash when calendar access permission has been denied</change>
<change>Pebble: Fix wrong timestamps with Morpheuz running on Firmware >=3</change>