1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-09 14:48:24 +02:00

Bump version, add changelogs

This commit is contained in:
Andreas Shimokawa 2018-04-15 00:32:54 +02:00
parent 138f409138
commit 58db99cfc7
4 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,9 @@
### Changelog
#### Version 0.26.0
* Amazfit Bip: Initial support for GPS tracks
* Pebble: Wind speed/direction support and bugfixes for weather when using background javascript
#### 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

View File

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

View File

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="0.26.0" versioncode="126">
<change>AAmazfit Bip: Initial support for GPS tracks</change>
<change>APebble: Wind speed/direction support and bugfixes for weather when using background javascript</change>
</release>
<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>

View File

@ -0,0 +1,2 @@
* Amazfit Bip: Initial support for GPS tracks
* Pebble: Wind speed/direction support and bugfixes for weather when using background javascript