mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Update changelog and prepare for 0.9.6
This commit is contained in:
parent
10d7274aa1
commit
6863fababe
@ -1,4 +1,10 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
####Version (0.9.6)
|
||||||
|
* Again some UI/theme improvements
|
||||||
|
* New preference to reconnect after connection loss (defaults to true)
|
||||||
|
* Fix crash when dealing with certain old preference values
|
||||||
|
* Mi Band: automatically reconnect when back in range after connection loss
|
||||||
|
* Mi Band 1S: display heart rate value again when invoked via the Debug view
|
||||||
|
|
||||||
####Version (0.9.5)
|
####Version (0.9.5)
|
||||||
* Several UI Improvements
|
* Several UI Improvements
|
||||||
|
@ -16,8 +16,8 @@ android {
|
|||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
// note: always bump BOTH versionCode and versionName!
|
// note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.9.5"
|
versionName "0.9.6"
|
||||||
versionCode 49
|
versionCode 50
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -1,14 +1,21 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
<release version="0.9.6" versioncode="50">
|
||||||
|
<change>Again some UI/theme improvements</change>
|
||||||
|
<change>New preference to reconnect after connection loss (defaults to true)</change>
|
||||||
|
<change>Fix crash when dealing with certain old preference values</change>
|
||||||
|
<change>Mi Band: automatically reconnect when back in range after connection loss</change>
|
||||||
|
<change>Mi Band 1S: display heart rate value again when invoked via the Debug view</change>
|
||||||
|
</release>
|
||||||
<release version="0.9.5" versioncode="49">
|
<release version="0.9.5" versioncode="49">
|
||||||
<change>Several UI Improvements</change>
|
<change>Several UI Improvements</change>
|
||||||
<change>Easier First-time setup by using a FAB</change>
|
<change>Easier First-time setup by using a FAB</change>
|
||||||
<change>Optional Dark Theme</change>
|
<change>Optional Dark Theme</change>
|
||||||
<change>Notification App Blacklist is now sorted</change>
|
<change>Notification App Blacklist is now sorted</change>
|
||||||
<change>Gadgetbridge Icon in the notification bar displays connection state</change>
|
<change>Gadgetbridge Icon in the notification bar displays connection state</change>
|
||||||
<change>Logging is now configurable without restart</change>
|
<change>Logging is now configurable without restart</change>
|
||||||
<change>Mi Band 1S: Initial live heartrate tracking</change>
|
<change>Mi Band 1S: Initial live heartrate tracking</change>
|
||||||
<change>Fix certain crash in charts activity on slower devices (#277)</change>
|
<change>Fix certain crash in charts activity on slower devices (#277)</change>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.9.4" versioncode="48">
|
<release version="0.9.4" versioncode="48">
|
||||||
<change>Fix crash in charts activities when changing the date, quickly (#277)</change>
|
<change>Fix crash in charts activities when changing the date, quickly (#277)</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user