From 6430ae7e84fb0b6e2acb5ce0c014a3a37401c30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20L=C3=BCtkes?= Date: Sun, 11 Oct 2020 16:52:53 +0200 Subject: [PATCH] release new version 32 (1.1.20) --- CHANGELOG.md | 4 ++-- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/32.txt | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/32.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 182d5a9b..0767771d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog Odyssey -## Version: 1.1.20 Tag: release-32 (2020-mm-dd) +## Version: 1.1.20 Tag: release-32 (2020-10-11) * Add dutch translation (thanks to Harry van der Wolf) * Update french translation @@ -10,7 +10,7 @@ * If your device is running Android 10 and you detect any bugs compared to the prior version please let us know via GitHub or by Email * Changes related to Android 10 * Playlists will now be stored internal (due to issues with Android 10) - * Add option to sort by filename (due to occasional broken sorting with Android 10 [#192](https://github.com/gateship-one/odyssey/issues/192))) + * Add option to sort by filename (due to occasional broken sorting with Android 10 [#192](https://github.com/gateship-one/odyssey/issues/192)) ## Version: 1.1.19 Tag: release-31 (2020-03-02) diff --git a/app/build.gradle b/app/build.gradle index 5c4bf337..e2705162 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,8 +54,8 @@ android { applicationId "org.gateshipone.odyssey" minSdkVersion 21 targetSdkVersion 29 - versionCode 31 - versionName "1.1.19" + versionCode 32 + versionName "1.1.20" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/32.txt b/fastlane/metadata/android/en-US/changelogs/32.txt new file mode 100644 index 00000000..53f9a115 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/32.txt @@ -0,0 +1,9 @@ +* Add dutch translation (thanks to Harry van der Wolf) +* Update french translation +* Preserve search query between views ([Issue #199](https://github.com/gateship-one/odyssey/issues/199)) +* Exclude artworks from backups +* Upgrade to Android 10 + * If your device is running Android 10 and you detect any bugs compared to the prior version please let us know via GitHub or by Email +* Changes related to Android 10 + * Playlists will now be stored internal (due to issues with Android 10) + * Add option to sort by filename (due to occasional broken sorting with Android 10 [#192](https://github.com/gateship-one/odyssey/issues/192)))