diff --git a/CHANGELOG.md b/CHANGELOG.md index c2dc0d55e..716b091eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 53f4cdd33..74973f907 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml index d06bb9d4d..14260766f 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,5 +1,11 @@ + + 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 + Amazfit Bip: Time and timezone fixes for Android 6 and lower when exporting GPX diff --git a/fastlane/metadata/android/en-US/changelogs/129.txt b/fastlane/metadata/android/en-US/changelogs/129.txt new file mode 100644 index 000000000..00b3bc213 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/129.txt @@ -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