bump vestion to 0.9.0, update CHANGELOG.md
This commit is contained in:
parent
4be1926459
commit
b5f71febdc
|
@ -1,5 +1,12 @@
|
|||
###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
|
||||
* 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)
|
||||
|
|
|
@ -16,8 +16,8 @@ android {
|
|||
targetSdkVersion 23
|
||||
|
||||
// note: always bump BOTH versionCode and versionName!
|
||||
versionName "0.8.2"
|
||||
versionCode 43
|
||||
versionName "0.9.0"
|
||||
versionCode 44
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Reference in New Issue