Version 1.26.4
This commit is contained in:
parent
e73e316292
commit
40d2f5626e
|
@ -459,3 +459,9 @@
|
|||
* #9435: syncthing should be cgroup aware
|
||||
* #9339: File system watcher should skip ignored directories in more cases
|
||||
|
||||
[1.26.4]
|
||||
* Update Syncthing to 1.27.5
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.5)
|
||||
* #8972: Open share settings when clicking 'shared with'
|
||||
* #9470: Show encryption status for devices sharing folder
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.26.3",
|
||||
"upstreamVersion": "1.27.4",
|
||||
"version": "1.26.5",
|
||||
"upstreamVersion": "1.27.5",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in New Issue