Version 1.26.3
This commit is contained in:
parent
df6b2725ad
commit
6d6ed058f7
|
@ -452,3 +452,10 @@
|
||||||
* #8616: Add CLI completion
|
* #8616: Add CLI completion
|
||||||
* #9151: Add "stay logged in" checkbox to login dialog
|
* #9151: Add "stay logged in" checkbox to login dialog
|
||||||
|
|
||||||
|
[1.26.3]
|
||||||
|
* Update Syncthing to 1.27.4
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.4)
|
||||||
|
* #9369: Panic in ignore matching on invalid UTF-8 from filesystem watcher
|
||||||
|
* #9435: syncthing should be cgroup aware
|
||||||
|
* #9339: File system watcher should skip ignored directories in more cases
|
||||||
|
|
||||||
|
|
|
@ -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.26.2",
|
"version": "1.26.3",
|
||||||
"upstreamVersion": "1.27.3",
|
"upstreamVersion": "1.27.4",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue