cryptomator 1.16.0-beta1 版本更新介绍
发布日期: 2025-03-18
版本号: 1.16.0-beta1
最新版本增加了多项新功能,包括在解锁的保险库中查看特定事件(如损坏文件和冲突解决)、选择加密文件并获取其明文文件名,以及在macOS上使用TouchID解锁保险库。修复了多个问题,如Windows主窗口不显示、Linux系统主题更改时托盘图标不更新、README.rtf文件中的Unicode转义错误、通知栏不可点击的指示错误,以及未激活托盘时关闭主窗口应用不退出的问题。其他改进包括扩展保险库设置、在获取保险库密钥时发送设备ID到Hub、添加单按钮简单对话框、增加越界检查、优化符号图标,以及使用Ubuntu 22.04构建deb包。此外,新贡献者@tturturiello和@clkue首次提交了代码。
更新内容 (中文)
新增功能 🎉
- 事件查看:在解锁的保险库中查看特定事件(损坏的文件、冲突解决等)(#3780)
- 解密文件名:选择保险库中的加密文件并获取其明文文件名(#3788)
- TouchID 支持:在 macOS 上使用 TouchID 解锁保险库(#3762),基于 @purejava 的工作
错误修复 🐛
- 修复了 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)
其他更改 📎
- 在保险库设置中扩展 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)
新贡献者
- @tturturiello 在 https://github.com/cryptomator/cryptomator/pull/3757 中首次贡献
- @clkue 在 https://github.com/cryptomator/cryptomator/pull/3609 中首次贡献
完整更新日志:https://github.com/cryptomator/cryptomator/compare/1.15.1…1.16.0-beta1
💾 发布文件的 SHA-256 校验和:
b8cedf8fb8a8200f431f7c1ba51f02edf1729283a0d89e8004f4f0dbc2f84d55 cryptomator_1.15.1+1.16.0.beta1-0ppa1_amd64.deb
63786b1678fecf26744d9e8a1cf467f27dfd4242ed284e9d35ddf1cef006822c cryptomator-1.16.0-beta1-aarch64.AppImage
3dbcb37629db8b4065bd9e88cf7aeeac27ddafc89d228db376cd0984c1989ec9 Cryptomator-1.16.0-beta1-x64.dmg
5b356272f607f2ed2a5fa2e8d213daccb662afd8996095fbd263fa5c286f8657 Cryptomator-1.16.0-beta1-x64.exe
d43967da5b41a0f0c783e4ba329a9bc20ce6e26680f8d494293bf87081d95a72 Cryptomator-1.16.0-beta1-x64.msi
12433efbb243f121b15ac6e9be5c7f1c8e918580ac85810e3656504d04db1095 cryptomator-1.16.0-beta1-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 an encrypted file of a vault and retrieve its cleartext file name (#3788)
- TouchID Support: On macOS use TouchID to unlock your vaults (#3762) based on work by @purejava
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)
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)
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.1...1.16.0-beta1
💾 SHA-256 checksums of release artifacts:
b8cedf8fb8a8200f431f7c1ba51f02edf1729283a0d89e8004f4f0dbc2f84d55 cryptomator_1.15.1+1.16.0.beta1-0ppa1_amd64.deb
63786b1678fecf26744d9e8a1cf467f27dfd4242ed284e9d35ddf1cef006822c cryptomator-1.16.0-beta1-aarch64.AppImage
3dbcb37629db8b4065bd9e88cf7aeeac27ddafc89d228db376cd0984c1989ec9 Cryptomator-1.16.0-beta1-x64.dmg
5b356272f607f2ed2a5fa2e8d213daccb662afd8996095fbd263fa5c286f8657 Cryptomator-1.16.0-beta1-x64.exe
d43967da5b41a0f0c783e4ba329a9bc20ce6e26680f8d494293bf87081d95a72 Cryptomator-1.16.0-beta1-x64.msi
12433efbb243f121b15ac6e9be5c7f1c8e918580ac85810e3656504d04db1095 cryptomator-1.16.0-beta1-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-beta1-aarch64.AppImage
- cryptomator-1.16.0-beta1-aarch64.AppImage.asc
- cryptomator-1.16.0-beta1-aarch64.AppImage.zsync
- cryptomator-1.16.0-beta1-aarch64.AppImage.zsync.asc
- Cryptomator-1.16.0-beta1-arm64.dmg
- Cryptomator-1.16.0-beta1-arm64.dmg.asc
- Cryptomator-1.16.0-beta1-x64.dmg
- Cryptomator-1.16.0-beta1-x64.dmg.asc
- Cryptomator-1.16.0-beta1-x64.exe
- Cryptomator-1.16.0-beta1-x64.exe.asc
- Cryptomator-1.16.0-beta1-x64.msi
- Cryptomator-1.16.0-beta1-x64.msi.asc
- cryptomator-1.16.0-beta1-x86_64.AppImage
- cryptomator-1.16.0-beta1-x86_64.AppImage.asc
- cryptomator-1.16.0-beta1-x86_64.AppImage.zsync
- cryptomator-1.16.0-beta1-x86_64.AppImage.zsync.asc
- cryptomator-1.16.0-beta1.tar.gz.asc
- cryptomator_1.15.1+1.16.0.beta1-0ppa1_amd64.deb
- cryptomator_1.15.1+1.16.0.beta1-0ppa1_amd64.deb.asc