1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-13 08:19:09 +00:00

Update package version to 1.33.5

This commit is contained in:
Package Updates
2025-09-02 07:47:35 +00:00
parent 6c1f39247e
commit 9c0df554c4
2 changed files with 7 additions and 1 deletions

View File

@@ -633,3 +633,9 @@
* The handling of conflict resolution involving deleted files has changed. A delete can now be the winning outcome of conflict resolution, resulting in the deleted file being moved to a conflict copy.
* fix(cmd): restore --version flag for compatibility by [@acolomb](https://github.com/acolomb) in https://github.com/syncthing/syncthing/pull/10269
[1.33.5]
* Update syncthing to 2.0.4
* [Full Changelog](https://github.com/syncthing/syncthing/releases/tag/v2.0.4)
* fix(cmd): only start temporary API server during migration if it's enabled by [@pixelspark](https://github.com/pixelspark) in https://github.com/syncthing/syncthing/pull/10284
* fix(model): consider MaxFolderConcurrency when calculating number of hashers by [@tomasz1986](https://github.com/tomasz1986) in https://github.com/syncthing/syncthing/pull/10285

View File

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