Version 1.26.2
This commit is contained in:
parent
ba33f68bc8
commit
e9a80dddda
|
@ -444,3 +444,11 @@
|
||||||
* #9274: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write")
|
* #9274: Missing lock in DeviceStatistics ("fatal error: concurrent map read and map write")
|
||||||
* #7406: Add UPnP support for IPv6
|
* #7406: Add UPnP support for IPv6
|
||||||
|
|
||||||
|
[1.26.2]
|
||||||
|
* Update Syncthing to 1.27.3
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.3)
|
||||||
|
* #9039: Sync from Linux to Mac with ownership - Local additions after rescan
|
||||||
|
* #9241: Versions path does not honor tilde (~) shortcut
|
||||||
|
* #8616: Add CLI completion
|
||||||
|
* #9151: Add "stay logged in" checkbox to login dialog
|
||||||
|
|
||||||
|
|
|
@ -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.1",
|
"version": "1.26.2",
|
||||||
"upstreamVersion": "1.27.2",
|
"upstreamVersion": "1.27.3",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue