diff --git a/fastlane/metadata/android/de-DE/changelogs/default.txt b/fastlane/metadata/android/de-DE/changelogs/default.txt index 7965b83b9..7e9ce8c07 100644 --- a/fastlane/metadata/android/de-DE/changelogs/default.txt +++ b/fastlane/metadata/android/de-DE/changelogs/default.txt @@ -2,4 +2,5 @@ - 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 +- Absturz auf einigen Geräten während des Entsperrens aufgrund einer Keystore-Ausnahme behoben +- Problem beim Löschen einer Cloud 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 7cc731fec..5a29c08bb 100644 --- a/fastlane/metadata/android/en-US/changelogs/default.txt +++ b/fastlane/metadata/android/en-US/changelogs/default.txt @@ -2,4 +2,5 @@ - 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 +- Fixed crash on some devices during unlock due to keystore exception +- Fixed problem during deletion of a cloud \ No newline at end of file diff --git a/fastlane/release-notes.html b/fastlane/release-notes.html index 9b07bdd6b..2a6b198a1 100644 --- a/fastlane/release-notes.html +++ b/fastlane/release-notes.html @@ -4,4 +4,5 @@
  • 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
  • +
  • Fixed problem during deletion of a cloud
  • \ No newline at end of file