Version 1.21.1
This commit is contained in:
parent
a3fd6f5aec
commit
c9c919c948
|
@ -331,3 +331,10 @@
|
||||||
* #7603: WebUI tooltip inconsistencies
|
* #7603: WebUI tooltip inconsistencies
|
||||||
* #8506: macOS Monterey 12.5.1 aliases break after sync
|
* #8506: macOS Monterey 12.5.1 aliases break after sync
|
||||||
|
|
||||||
|
[1.21.1]
|
||||||
|
* Update Syncthing to 1.22.1
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.22.1)
|
||||||
|
* #8084: Scope ID should be filtered out of IPv6 addresses when using Remote GUI
|
||||||
|
* #8569: Periodic connection losses to webui because docker image doesn't support upgrade
|
||||||
|
* #8594: Extended attributes are only synced one way
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Decentralized file synchronization",
|
"tagline": "Decentralized file synchronization",
|
||||||
"version": "1.21.0",
|
"version": "1.21.1",
|
||||||
"upstreamVersion": "1.22.0",
|
"upstreamVersion": "1.22.1",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue