diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index b13957c..26748ab 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8384 server: - image: syncthing/syncthing:1.24.0@sha256:427259a6cadff846df63a9aa4a509ce087f92f38ddde60badde209a16adb64e0 + image: syncthing/syncthing:1.26.0@sha256:b0887d0bf3a38158eea74408d9a9a587daa2bf85ad63fa644f85ae037432cd17 restart: on-failure stop_grace_period: 1m hostname: umbrel diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index 02b7eaa..5e5a430 100644 --- a/syncthing/umbrel-app.yml +++ b/syncthing/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: syncthing category: files name: Syncthing -version: "1.24.0" +version: "1.26.0" tagline: Peer-to-peer file synchronization between your devices description: >- Syncthing is a peer-to-peer continuous file synchronization @@ -28,17 +28,21 @@ defaultPassword: "" releaseNotes: >- This release includes the following bug fixes and enhancements: - - v1.23.6 introduces untrusted sharing regression + - Use a real login screen + sessions instead of HTTP basic auth - - Record more performance metrics + - Omitting %s from LDAP search filter results in corrupt search filter - - Announce IPv6 ULA + - Posting config with invalid versioner type causes panic - - Restore versions file filter should be case insensitive + - Deduplicated files on Windows aren't treated as regular files any more (Go 1.21) - - Check interface for FlagRunning + - Syncthing Docker container fails to start if underlying filesystem doesn't support chown + + - traefik no longer url escape X-Forwarded-Tls-Client-Cert header + + - Favicon is stuck in notify state - Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.24.0 + Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.26.0 submitter: Sam Cymbaluk submission: https://github.com/getumbrel/umbrel/pull/1092