From 3fc958600034eb06ed60d8420c9ad51c8b8d4b47 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sun, 18 Feb 2018 22:31:25 +0100 Subject: [PATCH] bump version, add changelogs --- CHANGELOG.md | 4 +++- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog_master.xml | 4 +++- fastlane/metadata/android/en-US/changelogs/123.txt | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/123.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c24129bf..76ab048dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ### Changelog -#### Version next +#### Version 0.24.6 * Display the chat icon for notifications coming from Kontalk and Antox +* Pebble: Fix for background js which try to send floats (e.g. TrekVolle) +* Mi Band 2: Change the way vibration patterns work, also fixes problems with missing text on newer firmwares #### Version 0.24.5 * Fix crash in settings activity with export location diff --git a/app/build.gradle b/app/build.gradle index b8fe0b5cf..e20ce86c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { targetSdkVersion 27 // note: always bump BOTH versionCode and versionName! - versionName "0.24.5" - versionCode 122 + versionName "0.24.6" + versionCode 123 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 3754b6d1f..703cdfbb7 100644 --- a/app/src/main/res/xml/changelog_master.xml +++ b/app/src/main/res/xml/changelog_master.xml @@ -1,7 +1,9 @@ - + Display the chat icon for notifications coming from Kontalk and Antox + Pebble: Fix for background js which try to send floats (e.g. TrekVolle) + Mi Band 2: Change the way vibration patterns work, also fixes problems with missing text on newer firmwares Fix crash in settings activity with export location diff --git a/fastlane/metadata/android/en-US/changelogs/123.txt b/fastlane/metadata/android/en-US/changelogs/123.txt new file mode 100644 index 000000000..def374d9b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/123.txt @@ -0,0 +1,3 @@ +* Display the chat icon for notifications coming from Kontalk and Antox +* Pebble: Fix for background js which try to send floats (e.g. TrekVolle) +* Mi Band 2: Change the way vibration patterns work, also fixes problems with missing text on newer firmwares