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
b805612ae5
commit
e2def7b467
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,12 +1,17 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
####Version (0.9.6)
|
####Version 0.9.7
|
||||||
|
* Pebble: hopefully fix some reconnect issues
|
||||||
|
* Show aliases for BT Devices if they had been renamed in BT Settings
|
||||||
|
* Do not show a hint about App Manager when a Mi Band is connected
|
||||||
|
|
||||||
|
####Version 0.9.6
|
||||||
* Again some UI/theme improvements
|
* Again some UI/theme improvements
|
||||||
* New preference to reconnect after connection loss (defaults to true)
|
* New preference to reconnect after connection loss (defaults to true)
|
||||||
* Fix crash when dealing with certain old preference values
|
* Fix crash when dealing with certain old preference values
|
||||||
* Mi Band: automatically reconnect when back in range after connection loss
|
* 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
|
* 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
|
||||||
* Easier First-time setup by using a FAB
|
* Easier First-time setup by using a FAB
|
||||||
* Optional Dark Theme
|
* Optional Dark Theme
|
||||||
@ -16,7 +21,7 @@
|
|||||||
* Mi Band 1S: Initial live heartrate tracking
|
* Mi Band 1S: Initial live heartrate tracking
|
||||||
* Fix certain crash in charts activity on slower devices (#277)
|
* Fix certain crash in charts activity on slower devices (#277)
|
||||||
|
|
||||||
####Version (0.9.4)
|
####Version 0.9.4
|
||||||
* Pebble: support pebble health datalog messages of firmware 3.11 (this adds support for deep sleep!)
|
* 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
|
* Pebble: try to reconnect on new notifications and phone calls when connection was lost unexpectedly
|
||||||
* Pebble: delay between reconnection attempts (from 1 up to 64 seconds)
|
* Pebble: delay between reconnection attempts (from 1 up to 64 seconds)
|
||||||
|
@ -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.6"
|
versionName "0.9.7"
|
||||||
versionCode 50
|
versionCode 51
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user