mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
update changelog bump version
This commit is contained in:
parent
f98131ccd5
commit
30eee7ccd5
@ -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
|
||||
|
@ -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 {
|
||||
|
@ -237,4 +237,5 @@ public interface DeviceCoordinator {
|
||||
* This can be live HR, steps etc.
|
||||
*/
|
||||
boolean supportsRealtimeData();
|
||||
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user