bump version, update changelog

This commit is contained in:
Andreas Shimokawa 2018-05-06 16:43:17 +02:00
parent e4802c9402
commit a615ba6d82
4 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,11 @@
### 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
* Amazfit Bip: Time and timezone fixes for Android <=6 when exporting GPX

View File

@ -25,8 +25,8 @@ android {
targetSdkVersion 27
// Note: always bump BOTH versionCode and versionName!
versionName "0.26.2"
versionCode 128
versionName "0.26.3"
versionCode 129
vectorDrawables.useSupportLibrary = true
}
buildTypes {

View File

@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<change>Amazfit Bip: Time and timezone fixes for Android 6 and lower when exporting GPX</change>
</release>

View 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