diff --git a/CHANGELOG.md b/CHANGELOG.md index 107695546..1848d0360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### Changelog +#### Version 0.24.2 +* Fix crash when changing the periodic database export interval +* Amazfit Bip: Allow fonts and new res format to be flashed +* Amazfit Cor: Allow new res format to be flashed +* Pebble: Background js fixes + #### Version 0.24.1 * Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51 * Pebble: "find phone" feature for upcoming pebble helper app diff --git a/app/build.gradle b/app/build.gradle index 22fd6717f..e7c9cb199 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! - versionName "0.24.1" - versionCode 118 + versionName "0.24.2" + versionCode 119 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 dd6b60e1a..7d71fb7ab 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,8 +1,12 @@ - + + Fix crash when changing the periodic database export interval + Amazfit Bip: Allow fonts and new res format to be flashed + Amazfit Cor: Allow new res format to be flashed + Pebble: Background js fixes + + Amazfit Bip: prevent menu icons from vanishing when using firmware 0.1.0.51 Pebble: "find phone" feature for upcoming pebble helper app diff --git a/fastlane/metadata/android/en-US/changelogs/119.txt b/fastlane/metadata/android/en-US/changelogs/119.txt new file mode 100644 index 000000000..c85172ffc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/119.txt @@ -0,0 +1,4 @@ +* Fix crash when changing the periodic database export interval +* Amazfit Bip: Allow fonts and new res format to be flashed +* Amazfit Cor: Allow new res format to be flashed +* Pebble: Background js fixes