Update Syncthing to v1.24.0 (#765)

This commit is contained in:
jon-ryan 2023-09-13 20:42:01 +02:00 committed by GitHub
parent 8b8631e70a
commit 5ec41a7ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 12 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8384
server:
image: syncthing/syncthing:1.23.7@sha256:fbb4ad79ff0da9dbc76856aff6d1ef86eb91481f20da9a46da049699f91c22de
image: syncthing/syncthing:1.24.0@sha256:427259a6cadff846df63a9aa4a509ce087f92f38ddde60badde209a16adb64e0
restart: on-failure
stop_grace_period: 1m
hostname: umbrel

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: syncthing
category: files
name: Syncthing
version: "1.23.7"
version: "1.24.0"
tagline: Peer-to-peer file synchronization between your devices
description: >-
Syncthing is a peer-to-peer continuous file synchronization
@ -28,21 +28,17 @@ defaultPassword: ""
releaseNotes: >-
This release includes the following bug fixes and enhancements:
- On Windows, the setLowPriority function should avoid increasing the process priority if it's already set to a lower value.
- v1.23.6 introduces untrusted sharing regression
- The extended attribute filter editor should become active when the "send extended attributes" option is selected.
- Record more performance metrics
- The 'Shared With' list improperly concludes with a comma on a specific device.
- Announce IPv6 ULA
- There's a fix for the 'relaysrv' which would crash after operating for several weeks.
- Restore versions file filter should be case insensitive
- Integration of govulncheck has been completed.
- Check interface for FlagRunning
- The system will no longer automatically expand the tilde sign (~) into the full home directory path.
- Errors concerning invalid Windows file names will now specify the problematic character or segment of the name.
Full release notes can be found at https://github.com/syncthing/syncthing/releases
Full release notes can be found at https://github.com/syncthing/syncthing/releases/tag/v1.24.0
submitter: Sam Cymbaluk
submission: https://github.com/getumbrel/umbrel/pull/1092