From cc51c5140e2434d493c0e5c47d4076e5764f346d Mon Sep 17 00:00:00 2001
From: Julian Raufelder <Julian@Raufelder.com>
Date: Tue, 15 Feb 2022 10:57:44 +0100
Subject: [PATCH] Update release notes

[ci skip]
---
 fastlane/metadata/android/de-DE/changelogs/default.txt | 7 +++++--
 fastlane/metadata/android/en-US/changelogs/default.txt | 7 +++++--
 fastlane/release-notes.html                            | 7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/fastlane/metadata/android/de-DE/changelogs/default.txt b/fastlane/metadata/android/de-DE/changelogs/default.txt
index 65c19714..7965b83b 100644
--- a/fastlane/metadata/android/de-DE/changelogs/default.txt
+++ b/fastlane/metadata/android/de-DE/changelogs/default.txt
@@ -1,2 +1,5 @@
-- Zeige Dialog und Benachrichtigung an, wenn die Berechtigung "Dateien" widerrufen wird, erforderlich für den automatischen Upload
-- Das Abmelden von einer Cloud löscht nun auch die Anmeldeinformationen einer aktiven Verbindung zu ihr
\ No newline at end of file
+- Unterstützung für mehrere OneDrive-Konten hinzugefügt
+- Zugriff auf Tresore, die sich in "Shared with Me", "My Computer" und "My Drive" von Google Drive befinden, wurde mit Hilfe von Shortcuts hinzugefügt
+- Viele Übersetzungen hinzugefügt
+- Verbesserte Suchfunktion, nun wird eine "enthält"-Suche anstelle von "beginnt mit" verwendet
+- Absturz auf einigen Geräten während des Entsperrens aufgrund einer Keystore-Ausnahme behoben
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/default.txt b/fastlane/metadata/android/en-US/changelogs/default.txt
index 553889a4..7cc731fe 100644
--- a/fastlane/metadata/android/en-US/changelogs/default.txt
+++ b/fastlane/metadata/android/en-US/changelogs/default.txt
@@ -1,2 +1,5 @@
-- Show information when "Storage" permission revoked, required for auto upload
-- Logging out of a cloud now also clears the credentials of an active connection to it
\ No newline at end of file
+- Added support for multiple OneDrive accounts
+- Added access to vaults located in "Shared with Me", "My Computer" and "My Drive" of Google Drive using shortcuts
+- Added a lot of translations
+- Improved search functionality, now a "contains" search is used instead of "starts with"
+- Fixed crash on some devices during unlock due to keystore exception
\ No newline at end of file
diff --git a/fastlane/release-notes.html b/fastlane/release-notes.html
index f9ebcce6..9b07bdd6 100644
--- a/fastlane/release-notes.html
+++ b/fastlane/release-notes.html
@@ -1,4 +1,7 @@
 <ul>
-  <li>Show information when "Storage" permission revoked, required for auto upload</li>
-  <li>Logging out of a cloud now also clears the credentials of an active connection to it</li>
+  <li>Added support for multiple OneDrive accounts</li>
+  <li>Added access to vaults located in "Shared with Me", "My Computer" and "My Drive" of Google Drive using shortcuts</li>
+  <li>Added a lot of translations</li>
+  <li>Improved search functionality, now a "contains" search is used instead of "starts with"</li>
+  <li>Fixed crash on some devices during unlock due to keystore exception</li>
 </ul>
\ No newline at end of file