bump version, add changelogs

This commit is contained in:
Andreas Shimokawa 2018-03-25 10:49:38 +02:00
parent 41632b8eb3
commit 77b13a1048
4 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### Changelog
#### Version 0.25.1
* Amazfit Cor: Try to send weather location instead of AQI
* Amazfit Bip: Support setting start end end time for background light when lifting the arm
* Pebble: various fixes and improvemnets for background javascript
* Explicity ask for RECEIVE_SMS permission to fix problems with Android 8
#### Version 0.25.0
* Inital suport for Xwatch
* Move the connected device to top in control center

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.25.0"
versionCode 124
versionName "0.25.1"
versionCode 125
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.25.1" versioncode="125">
<change>Amazfit Cor: Try to send weather location instead of AQI</change>
<change>Amazfit Bip: Support setting start end end time for background light when lifting the arm</change>
<change>Pebble: various fixes and improvemnets for background javascript</change>
<change>Explicity ask for RECEIVE_SMS permission to fix problems with Android 8</change>
</release>
<release version="0.25.0" versioncode="124">
<change>Inital suport for Xwatch</change>
<change>Move the connected device to top in control center</change>

View File

@ -0,0 +1,4 @@
* Amazfit Cor: Try to send weather location instead of AQI
* Amazfit Bip: Support setting start end end time for background light when lifting the arm
* Pebble: various fixes and improvemnets for background javascript
* Explicity ask for RECEIVE_SMS permission to fix problems with Android 8