1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-01-15 08:41:04 +00:00

Update package version to 1.28.0

This commit is contained in:
Package Updates 2025-01-10 08:09:20 +00:00
parent 7f838181bc
commit cc32ef813d
2 changed files with 13 additions and 1 deletions

View File

@ -515,3 +515,15 @@
* [#​9821](https://github.com/syncthing/syncthing/issues/9821): panic: runtime error: index out of range \[-1] * [#​9821](https://github.com/syncthing/syncthing/issues/9821): panic: runtime error: index out of range \[-1]
* [#​9725](https://github.com/syncthing/syncthing/issues/9725): Ignoring symbolic links when syncing on android as well * [#​9725](https://github.com/syncthing/syncthing/issues/9725): Ignoring symbolic links when syncing on android as well
[1.28.0]
* Update syncthing to 1.29.1
* [Full Changelog](https://github.com/syncthing/syncthing/releases/tag/v1.29.1)
* [#​9904](https://github.com/syncthing/syncthing/issues/9904): The browse API response has changed as of Syncthing v1.29.0
* [#​9906](https://github.com/syncthing/syncthing/issues/9906): Deadlocks randomly, occasionally
* [#​9907](https://github.com/syncthing/syncthing/issues/9907): The response of "pending" APIs has changed as of Syncthing v1.29.0
* [#​9909](https://github.com/syncthing/syncthing/issues/9909): Login into UI (Browser) not working anymore
* [#​9855](https://github.com/syncthing/syncthing/issues/9855): GUI address unix socket broken
* [#​9872](https://github.com/syncthing/syncthing/issues/9872): When socket files are in a folder that needs to be synced on linux, some files were not synced until the socket files were removed
* [#​9875](https://github.com/syncthing/syncthing/issues/9875): Clarify log message for ignored folders
* [#​9870](https://github.com/syncthing/syncthing/issues/9870): Fails with Go 1.24: runtime go1.24rc1 not found in compat.yaml

View File

@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization", "tagline": "Decentralized file synchronization",
"version": "1.27.1", "version": "1.28.0",
"upstreamVersion": "1.29.1", "upstreamVersion": "1.29.1",
"healthCheckPath": "/healthcheck", "healthCheckPath": "/healthcheck",
"httpPort": 8000, "httpPort": 8000,