Update release notes

[ci skip]
This commit is contained in:
Julian Raufelder 2022-02-15 10:57:44 +01:00
parent 7e25b3cd40
commit cc51c5140e
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
3 changed files with 15 additions and 6 deletions

View File

@ -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
- 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

View File

@ -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
- 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

View File

@ -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>