mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Prepare for 0.9.5
This commit is contained in:
parent
0427294227
commit
c573f989d0
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
###Changelog
|
||||
|
||||
####Version (0.9.5)
|
||||
* Several UI Improvements
|
||||
* Easier First-time setup by using a FAB
|
||||
* Optional Dark Theme
|
||||
* Notification App Blacklist is now sorted
|
||||
* Gadgetbridge Icon in the notification bar displays connection state
|
||||
* Logging is now configurable without restart
|
||||
* Mi Band 1S: Initial live heartrate tracking
|
||||
* Fix certain crash in charts activity on slower devices (#277)
|
||||
|
||||
####Version (0.9.4)
|
||||
* Pebble: support pebble health datalog messages of firmware 3.11 (this adds support for deep sleep!)
|
||||
* Pebble: try to reconnect on new notifications and phone calls when connection was lost unexpectedly
|
||||
|
@ -16,8 +16,8 @@ android {
|
||||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.9.4"
|
||||
versionCode 48
|
||||
versionName "0.9.5"
|
||||
versionCode 49
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -1,5 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
<release version="0.9.5" versioncode="49">
|
||||
<change>Several UI Improvements</change>
|
||||
<change>Easier First-time setup by using a FAB</change>
|
||||
<change>Optional Dark Theme</change>
|
||||
<change>Notification App Blacklist is now sorted</change>
|
||||
<change>Gadgetbridge Icon in the notification bar displays connection state</change>
|
||||
<change>Logging is now configurable without restart</change>
|
||||
<change>Mi Band 1S: Initial live heartrate tracking</change>
|
||||
<change>Fix certain crash in charts activity on slower devices (#277)</change>
|
||||
</release>
|
||||
<release version="0.9.4" versioncode="48">
|
||||
<change>Fix crash in charts activities when changing the date, quickly (#277)</change>
|
||||
<change>Pebble: support pebble health datalog messages of firmware 3.11 (this adds support for deep sleep!)</change>
|
||||
|
Loading…
Reference in New Issue
Block a user