发布日期: 2026-06-25
版本号: 1.19.3-rc1

Cryptomator 1.19.3-rc1发布说明总结:本次更新宣布不再通过GitHub发布Debian安装包,用户需从Launchpad的beta或stable软件仓库获取。新功能包括导入保险库失败时的错误对话框。修复了多个问题,如Windows上文件扩展名未注册、设置界面中不必要显示更新警告、可重复打开解密名称对话框、保险库设置中部分挂载选项无法访问,以及Windows卸载后未移除localhost别名。其他变更包括重构发布流程、升级至JDK 26.0.1和JavaFX 25.0.3、放弃使用Actalis证书签名、更新版权年份至2026,并升级了多个依赖库。感谢两位社区贡献者的首次参与。发布文件提供了SHA-256校验和,用户可使用提供的公共GPG密钥验证签名。

更新内容 (中文)

[!NOTE] 我们已停止在GitHub发布debian软件包。您可以从launchpad测试版稳定版仓库下载debian软件包)

要全面了解变更内容,请阅读更新日志

新功能 🎉

  • 导入库失败时新增错误对话框 (#4243)

错误修复 🐛

  • 修复了在Windows系统上未注册Cryptomator文件扩展名的问题 (#4219)
  • 修复了即使未运行更新检查,在设置中访问更新标签页时仍显示警告的问题 (#4199)
  • 修复了同一库可能同时打开多个"解密名称"对话框的问题 (#4164)
  • 修复了库特定设置中并非所有挂载选项都能显示/访问的问题(由@yugui923修复) (#4227)
  • 修复了在Windows系统上卸载时未移除localhost别名的问题(由@jose-cardoso-a22506616修复) (#3993)

其他变更 📎

  • 重构发布流水线以支持不可变发布 (#4205)
  • 升级至JDK 26.0.1 (#4244)
  • 升级至JavaFX 25.0.3 (#4255)
  • 移除Actalis证书签名 (#4169, #4262)
  • 由@lamtrinhdev在https://github.com/cryptomator/cryptomator/pull/4218中更新版权年份至2026
  • 依赖项更新:
    • org.cryptomator:webdav-nio-adapter 从3.0.1升至3.0.2
    • org.cryptomator:integrations-api 从1.8.0升至1.9.0
    • org.slf4j:slf4j-api 从2.0.17升至2.0.18
    • ch.qos.logback:logback-core 从1.5.32升至1.5.35
    • ch.qos.logback:logback-classic 从1.5.32升至1.5.35
    • com.auth0:java-jwt 从4.5.1升至4.5.2
    • com.fasterxml.jackson.core:jackson-databind 从2.21.1升至2.21.4
    • com.fasterxml.jackson.datatype:jackson-datatype-jsr310 从2.21.1升至2.21.4
    • com.github.ben-manes.caffeine:caffeine 从3.2.3升至3.2.4

新贡献者

  • @yugui923 在https://github.com/cryptomator/cryptomator/pull/4227中进行了首次贡献
  • @jose-cardoso-a22506616 在https://github.com/cryptomator/cryptomator/pull/4228中进行了首次贡献

完整更新日志:https://github.com/cryptomator/cryptomator/compare/1.19.2…1.19.3-rc1


💾 发布产物的SHA-256校验和:

9782b514fabcdd1de394b5b97699f804f3fad83ca2d03cbb30e81f7b2af2e5e2  cryptomator-1.19.3-rc1.tar.gz
683ca50ce953d5270527e22b038da7807822cd941583b71ce2cebf306ba252d2  Cryptomator-1.19.3-rc1-x64.exe
692c6873d37260a0d39399eae39349088b9c92a53fc0d947bd4317bf1128af2a  Cryptomator-1.19.3-rc1-x64.msi
fce6b78d59b9ff45af6c5b1a776411b50b823470dc69c5cfbf0716e1a9dc2b8b  Cryptomator-1.19.3-rc1-x64.dmg
2d00d07432688ea73c3c96f028f446667a565ae2e5f83904887ef1f7033165c6  Cryptomator-1.19.3-rc1-arm64.dmg
a98a4d45a5669678a13fcdd6bb9a16e819c0d8984edb2ac2b45f92ffb2c74a7c  cryptomator-1.19.3-rc1-x86_64.AppImage
06b8b9fea4ddcf112acecca695b822072d1f2f438215978293b2aa1fc5a25435  cryptomator-1.19.3-rc1-aarch64.AppImage

[!TIP] 您可以使用我们的公钥验证所有资源的GPG签名:5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235

更新内容 (原始)

[!NOTE] We dropped releasing a debian package on GitHub. You can download the debian package from the launchpad beta or stable repo)

For a comprehensive view of changes, read the CHANGELOG.

What’s New 🎉

  • New error dialog if importing a vault fails (#4243)

Bugfixes 🐛

  • Fixed Cryptomator file extensions were not registered on Windows (#4219)
  • Fixed warning was displayed when accessing update tab in settings even though an update check did not ran (#4199)
  • Fixed several Decrypt Name dialogs could be opened on the same vault (#4164)
  • Fixed not all mount options in vault specific settings could be displayed/accessed by @yugui923 (#4227)
  • Fixed localhost alias on Windows was not removed on uninstall by @jose-cardoso-a22506616 (#3993)

Other Changes 📎

  • Refactored release pipeline to allow immutable releases (#4205)
  • Updated to JDK 26.0.1 (#4244)
  • Updated to JavaFX 25.0.3 (#4255)
  • Drop signing with Actalis issued certificate (#4169, #4262)
  • Update Copyright year to 2026 by @lamtrinhdev in https://github.com/cryptomator/cryptomator/pull/4218
  • Updated dependencies:
    • org.cryptomator:webdav-nio-adapter from 3.0.1 to 3.0.2
    • org.cryptomator:integrations-api from 1.8.0 to 1.9.0
    • org.slf4j:slf4j-api from 2.0.17 to 2.0.18
    • ch.qos.logback:logback-core from 1.5.32 to 1.5.35
    • ch.qos.logback:logback-classic from 1.5.32 to 1.5.35
    • com.auth0:java-jwt from 4.5.1 4.5.2
    • com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.4
    • com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.21.1 to 2.21.4
    • com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4

New Contributors

Full Changelog: https://github.com/cryptomator/cryptomator/compare/1.19.2...1.19.3-rc1


💾 SHA-256 checksums of release artifacts:

9782b514fabcdd1de394b5b97699f804f3fad83ca2d03cbb30e81f7b2af2e5e2  cryptomator-1.19.3-rc1.tar.gz
683ca50ce953d5270527e22b038da7807822cd941583b71ce2cebf306ba252d2  Cryptomator-1.19.3-rc1-x64.exe
692c6873d37260a0d39399eae39349088b9c92a53fc0d947bd4317bf1128af2a  Cryptomator-1.19.3-rc1-x64.msi
fce6b78d59b9ff45af6c5b1a776411b50b823470dc69c5cfbf0716e1a9dc2b8b  Cryptomator-1.19.3-rc1-x64.dmg
2d00d07432688ea73c3c96f028f446667a565ae2e5f83904887ef1f7033165c6  Cryptomator-1.19.3-rc1-arm64.dmg
a98a4d45a5669678a13fcdd6bb9a16e819c0d8984edb2ac2b45f92ffb2c74a7c  cryptomator-1.19.3-rc1-x86_64.AppImage
06b8b9fea4ddcf112acecca695b822072d1f2f438215978293b2aa1fc5a25435  cryptomator-1.19.3-rc1-aarch64.AppImage

[!TIP] You can verify the GPG signature of all assets using our public key: 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235.

下载链接