cryptomator 1.16.0 版本更新介绍
发布日期: 2025-04-29
版本号: 1.16.0
Cryptomator 发布了 1.16.0 版本,但由于存在一个关键错误,macOS x64 版本已被移除,请用户改用 1.16.1 版本。本次更新新增了事件视图、解密文件名和 macOS TouchID 支持等功能,并改进了同步冲突解决机制。此外,修复了包括 Windows 主窗口显示、Linux 托盘图标主题切换、通知栏可点击提示以及应用退出行为在内的多个错误,并进行了多项内部改进和翻译更新。
更新内容 (中文)
[!NOTE]
由于存在错误 https://github.com/cryptomator/cryptomator/issues/3838,macOS x64 版本无法运行并已从本发布版本中移除。请改用 1.16.1 版本。
新功能 🎉
- 事件视图:在已解锁的保险库中查看特定事件(损坏的文件、冲突解决等)(#3780)
- 解密文件名:选择保险库中的加密文件并获取其明文文件名 (#3788)
- TouchID 支持:在 macOS 上使用 TouchID 解锁保险库 (#3762),基于 @purejava 的工作
- 改进的冲突解决:解决同步冲突时保留加密文件的原始冲突后缀 (https://github.com/cryptomator/cryptomator/issues/3707)
错误修复 🐛
- 修复了在 Windows 上主窗口不显示的问题 (#3723)
- 修复了在 Linux 上系统主题更改时托盘图标不更改的问题 (#3775),由 @purejava 在 #3782 中修复
- 修复了 README.rtf 文件中错误的 unicode 转义,由 @clkue 在 https://github.com/cryptomator/cryptomator/pull/3609 中修复
- 修复了通知栏未指示其可点击的问题 #3726,@tturturiello 在 https://github.com/cryptomator/cryptomator/pull/3757 中修复
- 修复了在未激活托盘的情况下关闭主窗口时应用程序无法退出的问题 (e81bbe197bef9667161d1fe54ef209f0ef014c75)
- 修复了无法移除已输入的赞助者证书的问题 (https://github.com/cryptomator/cryptomator/issues/3765)
其他变更 📎
- 在保险库设置中添加了 lastKnownKeyLoader 条目 (https://github.com/cryptomator/cryptomator/pull/3699)
- 在获取保险库密钥期间向 Hub 发送 DeviceId (https://github.com/cryptomator/cryptomator/pull/3752)
- 带有一个按钮的简单对话框 (https://github.com/cryptomator/cryptomator/pull/3764)
- 添加了越界检查 (#3729, https://github.com/cryptomator/cryptomator/pull/3778)
- 由 @purejava 改进符号图标 2 https://github.com/cryptomator/cryptomator/pull/3785
- 使用 Ubuntu 22.04 构建 deb (ae1b5fc925d0ddd2f3c2c5637d71ce4e8ce460f7)
- 更新了翻译 (https://github.com/cryptomator/cryptomator/pull/3725, #3819 )
新贡献者
- @tturturiello 在 https://github.com/cryptomator/cryptomator/pull/3757 中首次贡献
- @clkue 在 https://github.com/cryptomator/cryptomator/pull/3609 中首次贡献
完整变更日志:https://github.com/cryptomator/cryptomator/compare/1.15.3…1.16.0
📜 已关闭问题列表可在此查看 这里
💾 发布构建的 SHA-256 校验和:
791da14fa4a8ab8b461a61b904e4af5a76ee0d4f48fb080dddaad1aaf4b1e062 .\cryptomator_1.16.0-0ppa1_amd64.deb
b65d8f27566e99c61ef52c00233853265ffb7657701b4ec7fb5945bfb2e28aa4 .\cryptomator-1.16.0-aarch64.AppImage
4d359125a0eb8235293c88de60ec55b0ea0554acb101b44919da4c7d35623d28 .\Cryptomator-1.16.0-arm64.dmg
bc6e8974020477cae88d3de9b4bda1e05c236fef63e070f86d16d6801ef5e77c .\Cryptomator-1.16.0-x64.exe
df49eecb6dad107bc15348f7230e0b8729af0e2b2ec5ee96a6f1677a226b2fc3 .\Cryptomator-1.16.0-x64.msi
e5d3ecbf4f5d6de095c3e9d926cf8128e667f26e3820e5483a8ffe1e04f04f54 .\cryptomator-1.16.0-x86_64.AppImage
与往常一样,可以使用我们的公钥 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235来检查 GPG 签名。
更新内容 (原始)
[!NOTE]
Due to bug https://github.com/cryptomator/cryptomator/issues/3838 the macOS x64 version does not run and is removed from this release. Use version 1.16.1 instead.
What’s New 🎉
- EventView: View certain events in an unlocked vault (broken files, conflict resolution and more) (#3780)
- Decrypt File Name: Select encrypted files of a vault and retrieve their cleartext file names (#3788)
- TouchID Support: On macOS use TouchID to unlock your vaults (#3762) based on work by @purejava
- Improved conflict resolution: Resolving sync conflicts preserves the original conflict suffix of the encrypted file (https://github.com/cryptomator/cryptomator/issues/3707)
Bugfixes 🐛
- Fixed main window not showing on Windows (#3723)
- Fixed tray icon does not change on OS theme change on Linux (#3775), by @purejava in #3782
- Fixed wrong unicode escaping in the README.rtf file by @clkue in https://github.com/cryptomator/cryptomator/pull/3609
- Fixed notification bars do not indicate to be clickable #3726, @tturturiello in https://github.com/cryptomator/cryptomator/pull/3757
- Fixed app does not quit when main window is closed without tray activated (e81bbe197bef9667161d1fe54ef209f0ef014c75)
- Fixed unable to remove the entered supporter certifcate (https://github.com/cryptomator/cryptomator/issues/3765)
Other Changes 📎
- Extend vault settings with lastKnownKeyLoader entry (https://github.com/cryptomator/cryptomator/pull/3699)
- Send DeviceId to Hub during vault key retrieval (https://github.com/cryptomator/cryptomator/pull/3752)
- Simple Dialog with one Button (https://github.com/cryptomator/cryptomator/pull/3764)
- Add out-of-bounds-check (#3729, https://github.com/cryptomator/cryptomator/pull/3778)
- Improve symbolic icons 2 by @purejava in https://github.com/cryptomator/cryptomator/pull/3785
- Use Ubuntu 22.04 to build deb (ae1b5fc925d0ddd2f3c2c5637d71ce4e8ce460f7)
- Updated translations (https://github.com/cryptomator/cryptomator/pull/3725, #3819 )
New Contributors
- @tturturiello made their first contribution in https://github.com/cryptomator/cryptomator/pull/3757
- @clkue made their first contribution in https://github.com/cryptomator/cryptomator/pull/3609
Full Changelog: https://github.com/cryptomator/cryptomator/compare/1.15.3...1.16.0
📜 List of closed issues is available here
💾 SHA-256 checksums of release artifacts:
791da14fa4a8ab8b461a61b904e4af5a76ee0d4f48fb080dddaad1aaf4b1e062 .\cryptomator_1.16.0-0ppa1_amd64.deb
b65d8f27566e99c61ef52c00233853265ffb7657701b4ec7fb5945bfb2e28aa4 .\cryptomator-1.16.0-aarch64.AppImage
4d359125a0eb8235293c88de60ec55b0ea0554acb101b44919da4c7d35623d28 .\Cryptomator-1.16.0-arm64.dmg
bc6e8974020477cae88d3de9b4bda1e05c236fef63e070f86d16d6801ef5e77c .\Cryptomator-1.16.0-x64.exe
df49eecb6dad107bc15348f7230e0b8729af0e2b2ec5ee96a6f1677a226b2fc3 .\Cryptomator-1.16.0-x64.msi
e5d3ecbf4f5d6de095c3e9d926cf8128e667f26e3820e5483a8ffe1e04f04f54 .\cryptomator-1.16.0-x86_64.AppImage
As usual, the GPG signatures can be checked using our public key 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235.
下载链接
- cryptomator-1.16.0-aarch64.AppImage
- cryptomator-1.16.0-aarch64.AppImage.asc
- cryptomator-1.16.0-aarch64.AppImage.zsync
- cryptomator-1.16.0-aarch64.AppImage.zsync.asc
- Cryptomator-1.16.0-arm64.dmg
- Cryptomator-1.16.0-arm64.dmg.asc
- Cryptomator-1.16.0-x64.exe
- Cryptomator-1.16.0-x64.exe.asc
- Cryptomator-1.16.0-x64.msi
- Cryptomator-1.16.0-x64.msi.asc
- cryptomator-1.16.0-x86_64.AppImage
- cryptomator-1.16.0-x86_64.AppImage.asc
- cryptomator-1.16.0-x86_64.AppImage.zsync
- cryptomator-1.16.0-x86_64.AppImage.zsync.asc
- cryptomator-1.16.0.tar.gz.asc
- cryptomator_1.16.0-0ppa1_amd64.deb
- cryptomator_1.16.0-0ppa1_amd64.deb.asc