mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump vestion to 0.9.0, update CHANGELOG.md
This commit is contained in:
parent
4be1926459
commit
b5f71febdc
@ -1,5 +1,12 @@
|
|||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
####Version 0.9.0 (next)
|
||||||
|
* Pebble: Support for configuring watchfaces/apps locally (clay) or though webbrowser (some do not work)
|
||||||
|
* Mi Band: Improve firmware detection and updates, including 1S support
|
||||||
|
* Mi Band: Display HR FW for 1S
|
||||||
|
* FW and HW versions are only displayed after tapping on the "info" button in Control Center
|
||||||
|
* Do not display activity samples when navigating too far in the past
|
||||||
|
|
||||||
####Version 0.8.2
|
####Version 0.8.2
|
||||||
* Fix database creation and updates (thanks @feclare)
|
* Fix database creation and updates (thanks @feclare)
|
||||||
* Add experimental widget to set the alarm time to a configurable number of hours in the future (thanks @0nse)
|
* Add experimental widget to set the alarm time to a configurable number of hours in the future (thanks @0nse)
|
||||||
|
@ -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.8.2"
|
versionName "0.9.0"
|
||||||
versionCode 43
|
versionCode 44
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
Loading…
Reference in New Issue
Block a user