From ab204c18e90632b3078f83da360fccccb7270f07 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 24 Sep 2026 10:52:35 +0200 Subject: [PATCH] [skip ci] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbed1778f..a5dd3cc25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Changes to prior versions can be found on the [Github release page](https://gith ## [Unreleased](https://github.com/cryptomator/cryptomator/compare/1.19.3...HEAD) ### Fixed * Fixed "Locate encrypted file" opening the file instead of revealing it in the file manager on Linux ([#4272](https://github.com/cryptomator/cryptomator/issues/4272)) +* Fixed password retrieval from keychain not working while the system keychain is locked on Linux ([#4294](https://github.com/cryptomator/cryptomator/pull/4294), [#4301](https://github.com/cryptomator/cryptomator/pull/4301), [#4302](https://github.com/cryptomator/cryptomator/pull/4302)) ### Changed * Improved usability of the trust on first use dialog ([#4295](https://github.com/cryptomator/cryptomator/pull/4295))