mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-09 08:26:48 +01:00
bump version, update changelog
This commit is contained in:
parent
e4802c9402
commit
a615ba6d82
@ -1,5 +1,11 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
#### Version 0.26.3
|
||||||
|
* Amazfit Bip: Add proper mime type to shared gpx files
|
||||||
|
* Amazfit Bip: allow to set displayed menu items
|
||||||
|
* Amazfit Bip: fix fetching logs from device via debug menu
|
||||||
|
* Amazfit Bip: Raise .res limit to 700000 bytes for modded files
|
||||||
|
|
||||||
#### Version 0.26.2
|
#### Version 0.26.2
|
||||||
* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX
|
* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX
|
||||||
|
|
||||||
|
@ -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.26.2"
|
versionName "0.26.3"
|
||||||
versionCode 128
|
versionCode 129
|
||||||
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.26.3" versioncode="129">
|
||||||
|
<change>Amazfit Bip: Add proper mime type to shared gpx files</change>
|
||||||
|
<change>Amazfit Bip: allow to set displayed menu items</change>
|
||||||
|
<change>Amazfit Bip: fix fetching logs from device via debug menu</change>
|
||||||
|
<change>Amazfit Bip: Raise .res limit to 700000 bytes for modded files</change>
|
||||||
|
</release>
|
||||||
<release version="0.26.2" versioncode="128">
|
<release version="0.26.2" versioncode="128">
|
||||||
<change>Amazfit Bip: Time and timezone fixes for Android 6 and lower when exporting GPX</change>
|
<change>Amazfit Bip: Time and timezone fixes for Android 6 and lower when exporting GPX</change>
|
||||||
</release>
|
</release>
|
||||||
|
4
fastlane/metadata/android/en-US/changelogs/129.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/129.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
* Amazfit Bip: Add proper mime type to shared gpx files
|
||||||
|
* Amazfit Bip: allow to set displayed menu items
|
||||||
|
* Amazfit Bip: fix fetching logs from device via debug menu
|
||||||
|
* Amazfit Bip: Raise .res limit to 700000 bytes for modded files
|
Loading…
x
Reference in New Issue
Block a user