Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-11-03 17:54:05 +0300
committerStefan Niedermann <info@niedermann.it>2022-11-03 17:54:05 +0300
commite783b61c8cd94ff12aaad36ee5752fb63bde5a1a (patch)
tree61ea0602080acf9b051e49f44f68eb3ab5b756b8 /fastlane
parentbe43cba5dfb57f7b9ff61bb0cb059c4f53f07e5b (diff)
Fix #1361 Create new list: Dialog does not close
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'fastlane')
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1020003.txt6
-rw-r--r--fastlane/metadata/android/en-US/changelogs/1021000.txt1
2 files changed, 4 insertions, 3 deletions
diff --git a/fastlane/metadata/android/en-US/changelogs/1020003.txt b/fastlane/metadata/android/en-US/changelogs/1020003.txt
index 48df63af2..08362b0c2 100644
--- a/fastlane/metadata/android/en-US/changelogs/1020003.txt
+++ b/fastlane/metadata/android/en-US/changelogs/1020003.txt
@@ -1,4 +1,4 @@
-- 🎨 Workaround for not announced breaking change of Deck 1.8b1 (#1337)
-- 🎨 Fix crash when appending a shared text to the description of an existing card (#1344)
-- 🎨 Fix constraint violation when a user has been assigned to a board multiple times
+- 🐞 Workaround for not announced breaking change of Deck 1.8b1 (#1337)
+- 🐞 Fix crash when appending a shared text to the description of an existing card (#1344)
+- 🐞 Fix constraint violation when a user has been assigned to a board multiple times
- 🎨 Fix theming issue when taking photos on a board with white color \ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/1021000.txt b/fastlane/metadata/android/en-US/changelogs/1021000.txt
new file mode 100644
index 000000000..8488a78cf
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/1021000.txt
@@ -0,0 +1 @@
+- 🐞 Create new list: Dialog does not close (#1361)