Bump version, add changelog

master
Andreas Shimokawa 2017-09-11 22:35:08 +02:00
parent 05d0625b68
commit 0b8494faee
4 changed files with 24 additions and 2 deletions

View File

@ -1,5 +1,13 @@
### Changelog
#### Version 0.21.1
* Initial support for EXRIZU K8 (HPLus variant)
* Mi Band 2: Support multiple button actions
* NO.1 F1: Fetch sleep data
* NO.1 F1: Heart rate support
* Pebble: Support controlling the current active media playback application
* Fix suspended activities coming to front when rotating the screen
#### Version 0.21.0
* Initial NO.1 F1 support
* Initial Teclast H30 support

View File

@ -26,8 +26,8 @@ android {
targetSdkVersion 25
// note: always bump BOTH versionCode and versionName!
versionName "0.21.0"
versionCode 101
versionName "0.21.1"
versionCode 102
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.21.1" versioncode="102">
<change>Initial support for EXRIZU K8 (HPLus variant)</change>
<change>Mi Band 2: Support multiple button actions</change>
<change>NO.1 F1: Fetch sleep data</change>
<change>NO.1 F1: Heart rate support</change>
<change>Pebble: Support controlling the current active media playback application</change>
<change>Fix suspended activities coming to front when rotating the screen</change>
</release>
<release version="0.21.0" versioncode="101">
<change>Initial NO.1 F1 support</change>
<change>Initial Teclast H30 support</change>

View File

@ -0,0 +1,6 @@
* Initial support for EXRIZU K8 (HPLus variant)
* Mi Band 2: Support multiple button actions
* NO.1 F1: Fetch sleep data
* NO.1 F1: Heart rate support
* Pebble: Support controlling the current active media playback application
* Fix suspended activities coming to front when rotating the screen