Update syncthing to version v2.0.2 (#3483)

This commit is contained in:
Alexander L. 2025-08-19 12:53:44 +02:00 committed by GitHub
parent f39862d9c3
commit 673d118900
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 10 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8384
server:
image: syncthing/syncthing:2.0.0@sha256:eb4e49e21e9855fe3b06ab21a19e69afd7e525f50f61b03e786384981e8731be
image: syncthing/syncthing:2.0.2@sha256:0c62d8223eb8cdf2451452aa567ef628dfcb2b53af2bd25b56517617ae898c35
restart: on-failure
stop_grace_period: 1m
hostname: umbrel

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: syncthing
category: files
name: Syncthing
version: "2.0.0"
version: "2.0.2"
tagline: Peer-to-peer file synchronization between your devices
description: >-
Syncthing is a peer-to-peer continuous file synchronization
@ -26,15 +26,16 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
⚠️ This is the first release of the new 2.0 series. Expect some rough edges and keep a sense of adventure!
Major changes in this release include:
- Database backend switched from LevelDB to SQLite
- New structured logging format with adjustable log levels
- Deleted items are now forgotten after six months by default
- Multiple connections are now used by default between v2 devices
- Improved handling of conflict resolution for deleted files
- Fixed upgrade process to work without config directory
- Corrected typos across the codebase
- Fixed browser launch command in Linux desktop file
- Fixed database handling of paths with special characters
- Increased default delete retention period to 15 months
- Updated most dependencies
- Removed unused build tags
- Raised required language level and compiler version
- Adjusted Linux build tags for compatibility
Full release notes can be found at https://github.com/syncthing/syncthing/releases