Update syncthing to v1.28.0 (#1654)

This commit is contained in:
Nathan Fretz 2024-10-17 10:53:30 +10:00 committed by GitHub
parent 4bf274f855
commit 8a0e4ec796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8384
server:
image: syncthing/syncthing:1.27.12@sha256:5fb5438b300a430f0636b60924939defb84f965b15ad7ae16acf5a2ac9c9e5c3
image: syncthing/syncthing:1.28.0@sha256:30b6a53436527edf31d791361d14b1f5119cc6882dbcf07822b618ee7a74e115
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.27.12"
version: "1.28.0"
tagline: Peer-to-peer file synchronization between your devices
description: >-
Syncthing is a peer-to-peer continuous file synchronization
@ -26,8 +26,11 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This release includes minor improvements and bug fixes:
- Fixed an issue where desktop clients claimed there were Local Additions for all folders from Android v1.27.10
This release includes bug fixes and enhancements:
- Improved handling of filenames with extended characters on macOS
- Fixed an issue with language selection in the Web UI
- Enhanced connection management for multiple devices
- Reduced log verbosity for certain connection events
Full release notes can be found at https://github.com/syncthing/syncthing/releases