cryptomator 1.16.0-beta2 版本更新介绍
发布日期: 2025-04-15
版本号: 1.16.0-beta2
Cryptomator 发布了 1.16.0-beta2 版本,带来了多项功能更新、错误修复和其他改进。新功能包括可在解锁的库中查看特定事件(如文件损坏和冲突解决),支持解密文件名以获取明文名称,以及在 macOS 上通过 TouchID 解锁库,同时优化了文件重命名冲突时的处理方式。修复的问题涵盖了 Windows 主窗口显示、Linux 系统主题下托盘图标更新、README 文件中的 Unicode 转义错误以及通知栏交互等。此外,还进行了一些其他调整,如扩展库设置、发送设备ID、改进对话框和图标、增加边界检查,以及使用 Ubuntu 22.04 构建 deb 包并更新了翻译。本次更新也有两位新贡献者参与。
更新内容 (中文)
更新内容 🎉
- EventView:在已解锁的保险库中查看特定事件(损坏文件、冲突解决等)(#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)
- 改进符号图标2,由@purejava在https://github.com/cryptomator/cryptomator/pull/3785中贡献
- 使用Ubuntu 22.04构建deb包(ae1b5fc925d0ddd2f3c2c5637d71ce4e8ce460f7)
- 更新翻译(https://github.com/cryptomator/cryptomator/pull/3725)
新贡献者
- @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-beta2
💾 发布产物的SHA-256校验和:
fe30784be0a8d63c67a29abef4c74a26d0c88271838f24510e9f748ed1a03e09 .\\cryptomator_1.15.3+1.16.0~beta2-0ppa1_amd64.deb
22ddf5d5c54b32dd16767bc8f7c5b0e68e2914f0bbc6f17ab3f9d7bcc0a57652 .\\cryptomator-1.16.0-beta2-aarch64.AppImage
1e520b2cf8257e14a5d4680ceb37371129a9e07362588be006c1f6d353c4bfa3 .\\Cryptomator-1.16.0-beta2-arm64.dmg
d906a3dea22fc46326c6f33a8f3610639a91e249853b74f325c51881790a5ec3 .\\Cryptomator-1.16.0-beta2-x64.dmg
a64e4429e53923ae3101d4449e1c8a80c77ceb1542ac8cf29688946b3eb5dfc0 .\\Cryptomator-1.16.0-beta2-x64.exe
cc2167add15edb5b732c70e98c5d0ad98eb00f39addcbd2c9badb1add4402f84 .\\Cryptomator-1.16.0-beta2-x64.msi
e92f1812734ce773bd286c964305f65d76588d8b7f108e1c8e441eb527525073 .\\cryptomator-1.16.0-beta2-x86_64.AppImage
一如既往,可以使用我们的公钥 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235验证GPG签名。
更新内容 (原始)
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: When renaming conflicting files, instead of just adding a number as a suffix, preserve the original conflict suffix (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)
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-beta2
💾 SHA-256 checksums of release artifacts:
fe30784be0a8d63c67a29abef4c74a26d0c88271838f24510e9f748ed1a03e09 .\cryptomator_1.15.3+1.16.0~beta2-0ppa1_amd64.deb
22ddf5d5c54b32dd16767bc8f7c5b0e68e2914f0bbc6f17ab3f9d7bcc0a57652 .\cryptomator-1.16.0-beta2-aarch64.AppImage
1e520b2cf8257e14a5d4680ceb37371129a9e07362588be006c1f6d353c4bfa3 .\Cryptomator-1.16.0-beta2-arm64.dmg
d906a3dea22fc46326c6f33a8f3610639a91e249853b74f325c51881790a5ec3 .\Cryptomator-1.16.0-beta2-x64.dmg
a64e4429e53923ae3101d4449e1c8a80c77ceb1542ac8cf29688946b3eb5dfc0 .\Cryptomator-1.16.0-beta2-x64.exe
cc2167add15edb5b732c70e98c5d0ad98eb00f39addcbd2c9badb1add4402f84 .\Cryptomator-1.16.0-beta2-x64.msi
e92f1812734ce773bd286c964305f65d76588d8b7f108e1c8e441eb527525073 .\cryptomator-1.16.0-beta2-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-beta2-aarch64.AppImage
- cryptomator-1.16.0-beta2-aarch64.AppImage.asc
- cryptomator-1.16.0-beta2-aarch64.AppImage.zsync
- cryptomator-1.16.0-beta2-aarch64.AppImage.zsync.asc
- Cryptomator-1.16.0-beta2-arm64.dmg
- Cryptomator-1.16.0-beta2-arm64.dmg.asc
- Cryptomator-1.16.0-beta2-x64.dmg
- Cryptomator-1.16.0-beta2-x64.dmg.asc
- Cryptomator-1.16.0-beta2-x64.exe
- Cryptomator-1.16.0-beta2-x64.exe.asc
- Cryptomator-1.16.0-beta2-x64.msi
- Cryptomator-1.16.0-beta2-x64.msi.asc
- cryptomator-1.16.0-beta2-x86_64.AppImage
- cryptomator-1.16.0-beta2-x86_64.AppImage.asc
- cryptomator-1.16.0-beta2-x86_64.AppImage.zsync
- cryptomator-1.16.0-beta2-x86_64.AppImage.zsync.asc
- cryptomator-1.16.0-beta2.tar.gz.asc
- cryptomator_1.15.3+1.16.0.beta2-0ppa1_amd64.deb
- cryptomator_1.15.3+1.16.0.beta2-0ppa1_amd64.deb.asc