1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-15 17:39:09 +00:00

Update package version to 1.30.0

This commit is contained in:
Package Updates
2025-07-02 07:11:19 +00:00
parent ffdbc43b29
commit 4531f3c83d
2 changed files with 9 additions and 1 deletions

View File

@@ -573,3 +573,11 @@
* fix(gui): update `uncamel()` to handle strings like 'IDs' (fixes [#10128](https://github.com/syncthing/syncthing/issues/10128)) by [@luckman212](https://github.com/luckman212) in https://github.com/syncthing/syncthing/pull/10131
* feat(gui): close a modal when pressing ESC after switching modal tabs (fixes [#9489](https://github.com/syncthing/syncthing/issues/9489)) by [@hazemKrimi](https://github.com/hazemKrimi) in https://github.com/syncthing/syncthing/pull/10092
[1.30.0]
* Update syncthing to 1.30.0
* [Full Changelog](https://github.com/syncthing/syncthing/releases/tag/v1.30.0)
* Syncthing version 1.x will soon be replaced by Syncthing version 2.x.
* fix(protocol): avoid deadlock with concurrent connection start and close by [@​calmh](https://github.com/calmh) in https://github.com/syncthing/syncthing/pull/10140
* fix(syncthing): avoid writing panic log to nil fd by [@​ardevd](https://github.com/ardevd) in https://github.com/syncthing/syncthing/pull/10154
* feat(config): expose folder and device info as metrics (fixes [#​9519](https://github.com/syncthing/syncthing/issues/9519)) by [@​calmh](https://github.com/calmh) in https://github.com/syncthing/syncthing/pull/10148

View File

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