From 10635bea8dda21c4423a25dae246bb9ac0b11be8 Mon Sep 17 00:00:00 2001 From: Stefan Niedermann Date: Sun, 21 Jun 2020 16:22:47 +0200 Subject: version bump to 1.5.1 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/1005001.txt | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 835a8b4d2..8362a0f3c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "it.niedermann.nextcloud.deck" minSdkVersion 17 targetSdkVersion 29 - versionCode 1005000 - versionName "1.5.0" + versionCode 1005001 + versionName "1.5.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/1005001.txt b/fastlane/metadata/android/en-US/changelogs/1005001.txt index c1126d3fe..b5407cacc 100644 --- a/fastlane/metadata/android/en-US/changelogs/1005001.txt +++ b/fastlane/metadata/android/en-US/changelogs/1005001.txt @@ -1,3 +1,13 @@ +1.5.1 + - 🐞 Activities do not load deterministically (#518) - 🐞 Card order not synced properly (#524) -- 📎 Improve attachment handling (#516) \ No newline at end of file +- 📎 Improve attachment handling (#516) + +1.5.0 + +- ↩ī¸ Reply to comments (#454) +- đŸ“Ļ Archive all cards of a stack (#495) +- 🐞 List not synchronized list is emptied (#501) +- đŸ‘Ĩ Fix wrong avatars in multi account setup (#531) +- 🐞 Fix NullPointerException when closing card immediately after opening before data has been loaded \ No newline at end of file -- cgit v1.2.3