diff --git a/CHANGELOG b/CHANGELOG index 586608c..cfad05a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index dfae9b2..e3ee675 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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,