From e8e1e69866657b5542927d41bd8da3e08c338c3b Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Tue, 28 Mar 2023 11:20:48 +0200 Subject: release: Version bump to 1.22.1 Signed-off-by: Stefan Niedermann --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/1022001.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1022001.txt diff --git a/app/build.gradle b/app/build.gradle index c3b668e19..c43410790 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "it.niedermann.nextcloud.deck" minSdkVersion 24 targetSdkVersion 33 - versionCode 1022000 - versionName "1.22.0" + versionCode 1022001 + versionName "1.22.1" vectorDrawables.useSupportLibrary true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/1022001.txt b/fastlane/metadata/android/en-US/changelogs/1022001.txt new file mode 100644 index 000000000..effdf994b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1022001.txt @@ -0,0 +1,13 @@ +1.22.1 + +- 🐞 Fix changed preferences not being applied immediately +- 🌎 Updated translations + +1.22.0 + +- 🔍 Implement new SearchBar +- 🎨 Unify material theming with Nextcloud files app +- ↔️ Improve 'Move Card' Dialog (#972) +- 🐞 Fix collapsed input fields of dialogs (#1385) +- 🐞 Fix not themed filter indicator +- 🐞 Fix loading cover images in multi account setup in Upcoming cards view \ No newline at end of file -- cgit v1.2.3