From 86f4cd247e5cee072904de2ba028348fffd975bf Mon Sep 17 00:00:00 2001 From: "Alexander L." Date: Thu, 5 Mar 2026 11:08:51 +0100 Subject: [PATCH] Update syncthing to v2.0.15 (#4989) --- syncthing/docker-compose.yml | 2 +- syncthing/umbrel-app.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/syncthing/docker-compose.yml b/syncthing/docker-compose.yml index aad85946..1e123e19 100644 --- a/syncthing/docker-compose.yml +++ b/syncthing/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8384 server: - image: syncthing/syncthing:2.0.14@sha256:6d2ab058383b533e045cf2c32fc4c6bbe87c612c92bc2aca9f552fb099b2e123 + image: syncthing/syncthing:2.0.15@sha256:1feffa2d4826b48f25faefed093d07c5f00304d7e7ac86fd7cda334d22651643 restart: on-failure stop_grace_period: 1m hostname: umbrel diff --git a/syncthing/umbrel-app.yml b/syncthing/umbrel-app.yml index f84e3552..dc255c50 100644 --- a/syncthing/umbrel-app.yml +++ b/syncthing/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: syncthing category: files name: Syncthing -version: "2.0.14" +version: "2.0.15" tagline: Peer-to-peer file synchronization between your devices description: >- Syncthing is a peer-to-peer continuous file synchronization @@ -27,12 +27,12 @@ path: "" defaultPassword: "" releaseNotes: >- This release includes several fixes and improvements: - - Fixed beacon issues on point-to-point interfaces on Android - - Fixed version output formatting in discovery server - - Improved logging of device IDs on startup - - Removed charset declaration from JSON content-type headers - - Added option to disable periodic database maintenance - - Included license files for fork-awesome assets + - Fixed GUI to show restarting modal during upgrade restart + - Fixed language select item width limit in GUI + - Added id and name to Stay logged in checkbox for better password manager support + - Improved database maintenance with ability to wait for completion and query last run time + - Added comprehensive sandboxing + - Updated build to use Go 1.26 Full release notes can be found at https://github.com/syncthing/syncthing/releases