mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
bump version, add changelogs
This commit is contained in:
parent
41632b8eb3
commit
77b13a1048
@ -1,5 +1,11 @@
|
|||||||
### Changelog
|
### 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
|
#### Version 0.25.0
|
||||||
* Inital suport for Xwatch
|
* Inital suport for Xwatch
|
||||||
* Move the connected device to top in control center
|
* Move the connected device to top in control center
|
||||||
|
@ -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.0"
|
versionName "0.25.1"
|
||||||
versionCode 124
|
versionCode 125
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<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">
|
<release version="0.25.0" versioncode="124">
|
||||||
<change>Inital suport for Xwatch</change>
|
<change>Inital suport for Xwatch</change>
|
||||||
<change>Move the connected device to top in control center</change>
|
<change>Move the connected device to top in control center</change>
|
||||||
|
4
fastlane/metadata/android/en-US/changelogs/125.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/125.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user