diff --git a/CHANGELOG b/CHANGELOG index 25ed540..f9261c8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -502,3 +502,16 @@ * [#​9719](https://github.com/syncthing/syncthing/issues/9719): Unable to establish/maintain multiple connections due to connection priority error * [#​9715](https://github.com/syncthing/syncthing/issues/9715): Lower the log level of "already connected to this device" to DEBUG (is: INFO) +[1.27.1] +* Update syncthing to 1.28.1 +* [Full Changelog](https://github.com/syncthing/syncthing/releases/tag/v1.28.1) +* [#​9400](https://github.com/syncthing/syncthing/issues/9400): Folder overlap not detected when using tilde +* [#​9590](https://github.com/syncthing/syncthing/issues/9590): WebUI table column widths broken on iPhone 12 Pro Max and wider +* [#​9686](https://github.com/syncthing/syncthing/issues/9686): Sync status stays at 'Syncing xx%" when remote device pauses the folder. +* [#​9757](https://github.com/syncthing/syncthing/issues/9757): Firefox, dark theme: device ID is hard to read +* [#​9775](https://github.com/syncthing/syncthing/issues/9775): Junctions as dirs doesn't work anymore +* [#​9776](https://github.com/syncthing/syncthing/issues/9776): Disabled checkbox panels don't respect dark theme +* [#​9783](https://github.com/syncthing/syncthing/issues/9783): gui: Address override not respected in fresh default config +* [#​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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index eff1f9e..7c73e35 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.0", + "version": "1.27.1", "upstreamVersion": "1.28.1", "healthCheckPath": "/healthcheck", "httpPort": 8000,