diff --git a/CHANGELOG b/CHANGELOG index f9261c8..7bf13ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -515,3 +515,15 @@ * [#​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 +[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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 98a8ef7..c248e4c 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.27.1", + "version": "1.28.0", "upstreamVersion": "1.29.1", "healthCheckPath": "/healthcheck", "httpPort": 8000,