Browse Source

Update Syncthing to v1.23.7 (#749)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Ankit Nayan 1 year ago
committed by GitHub
parent
commit
1d4f250ad9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      syncthing/docker-compose.yml
  2. 24
      syncthing/umbrel-app.yml

4
syncthing/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8384
server:
image: syncthing/syncthing:1.23.2@sha256:8eb65bcdc7fe342febe18c893527c5bd8534079bffe174f28f1dad8c207cad9a
image: syncthing/syncthing:1.23.7@sha256:fbb4ad79ff0da9dbc76856aff6d1ef86eb91481f20da9a46da049699f91c22de
restart: on-failure
stop_grace_period: 1m
hostname: umbrel
@ -19,4 +19,4 @@ services:
ports:
- 22000:22000/tcp
- 22000:22000/udp

24
syncthing/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: syncthing
category: files
name: Syncthing
version: "1.23.2"
version: "1.23.7"
tagline: Peer-to-peer file synchronization between your devices
description: >-
Syncthing is a peer-to-peer continuous file synchronization
@ -26,7 +26,23 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This minor release includes bug fixes and enhancements.
A full list of changes from the previous version can be found here: https://github.com/syncthing/syncthing/releases/tag/v1.23.2
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.
- The extended attribute filter editor should become active when the "send extended attributes" option is selected.
- The 'Shared With' list improperly concludes with a comma on a specific device.
- There's a fix for the 'relaysrv' which would crash after operating for several weeks.
- Integration of govulncheck has been completed.
- 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
submitter: Sam Cymbaluk
submission: https://github.com/getumbrel/umbrel/pull/1092
submission: https://github.com/getumbrel/umbrel/pull/1092

Loading…
Cancel
Save