Version 1.26.7
This commit is contained in:
parent
8b8597cd7a
commit
3b1e637ab7
|
@ -475,3 +475,9 @@
|
|||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.7)
|
||||
* #9503: lib/nat: panic: runtime error: index out of range
|
||||
|
||||
[1.26.7]
|
||||
* Update Syncthing to 1.27.8
|
||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.8)
|
||||
* #9506: gui: Favicon not working in Firefox bookmarks
|
||||
* #9527: Device connection state metric
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.26.6",
|
||||
"upstreamVersion": "1.27.7",
|
||||
"version": "1.26.7",
|
||||
"upstreamVersion": "1.27.8",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
Loading…
Reference in New Issue