Vault 资讯瀑布官方2026.07.21 13:03 UTC+8

syncthing/syncthing 发布 v2.1.3-rc.1

Syncthing发布v2.1.3-rc.1,带来设备/文件夹分组、HTTP/HTTPS代理支持、可关闭块索引及GUI会话配置等变化,并修复多个问题。

2.1 中的主要变化

  • 现在可以通过设置新的 group 属性,在 GUI 中为设备和文件夹分组。

  • 现在可以使用支持 CONNECT 的 HTTP 和 HTTPS 代理,此外还支持现有的 SOCKS 代理(环境变量 all_proxy=https://...)。

  • 对于更希望优化数据库大小和开销而非最小传输大小的文件夹,可以关闭块索引(文件夹配置中的 blockIndexing 属性)。

  • GUI 登录会话时长可以配置为比默认的一周长或短,也可以设置为无限长。Cookie 路径也可以调整。(GUI 配置中的 sessionCookieDurationSsessionCookiePath 属性。)

此版本还可以通过以下方式获取:

  • APT 仓库:https://apt.syncthing.net/

  • Docker 镜像:docker.io/syncthing/syncthing:2.1.3-rc.1ghcr.io/syncthing/syncthing:2.1.3-rc.1 (使用 {docker,ghcr}.io/syncthing/syncthing:2 仅跟随主版本)

变更内容

修复

其他

新贡献者

完整变更日志https://github.com/syncthing/syncthing/compare/v2.1.2...v2.1.3-rc.1

syncthing/syncthing released v2.1.3-rc.1

Major changes in 2.1

  • Devices and folders can now be grouped in the GUI by setting the new group attribute.

  • HTTP and HTTPS proxies with support for CONNECT can now be used, in addition to the existing support for SOCKS proxies (the environment variable all_proxy=https://...).

  • Block indexing can be turned off for folders where it's more desirable to optimise for reduced database size and overhead than minimal transfer size (the blockIndexing attribute on folder configuration).

  • GUI login session duration can be configured to be longer or shorter than the default one week, or set to infinitely long. The cookie path can also be adjusted. (The sessionCookieDurationS and sessionCookiePath attributes in the GUI configuration.)

This release is also available as:

  • APT repository: https://apt.syncthing.net/

  • Docker image: docker.io/syncthing/syncthing:2.1.3-rc.1 or ghcr.io/syncthing/syncthing:2.1.3-rc.1 ({docker,ghcr}.io/syncthing/syncthing:2 to follow just the major version)

What's Changed

Fixes

Other

New Contributors

Full Changelog: https://github.com/syncthing/syncthing/compare/v2.1.2...v2.1.3-rc.1

查看原始发布