mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 12:26:48 +01:00
Bump version, add changelogs
This commit is contained in:
parent
138f409138
commit
58db99cfc7
@ -1,5 +1,9 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.25.1
|
||||||
* Amazfit Cor: Try to send weather location instead of AQI
|
* 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
|
* Amazfit Bip: Support setting start end end time for background light when lifting the arm
|
||||||
|
@ -25,8 +25,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
|
|
||||||
// Note: always bump BOTH versionCode and versionName!
|
// Note: always bump BOTH versionCode and versionName!
|
||||||
versionName "0.25.1"
|
versionName "0.26.0"
|
||||||
versionCode 125
|
versionCode 126
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.25.1" versioncode="125">
|
||||||
<change>Amazfit Cor: Try to send weather location instead of AQI</change>
|
<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>Amazfit Bip: Support setting start end end time for background light when lifting the arm</change>
|
||||||
|
2
fastlane/metadata/android/en-US/changelogs/126.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/126.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user