Update package version to 1.27.0
This commit is contained in:
parent
777990ba85
commit
9f5c82864e
|
@ -493,3 +493,12 @@
|
||||||
* Update Syncthing to 1.27.12
|
* Update Syncthing to 1.27.12
|
||||||
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.12)
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.27.12)
|
||||||
|
|
||||||
|
[1.27.0]
|
||||||
|
* Update syncthing to 1.28.0
|
||||||
|
* [Full Changelog](https://github.com/syncthing/syncthing/releases/tag/v1.28.0)
|
||||||
|
* [#​9597](https://github.com/syncthing/syncthing/issues/9597): Filenames with extended characters not ignored correctly on macOS
|
||||||
|
* [#​9668](https://github.com/syncthing/syncthing/issues/9668): The Web UI defaults to Filipino on Finnish browsers.
|
||||||
|
* [#​9670](https://github.com/syncthing/syncthing/issues/9670): lib/api: /svc/lang disregards the passed quality values
|
||||||
|
* [#​9719](https://github.com/syncthing/syncthing/issues/9719): Unable to establish/maintain multiple connections due to connection priority error
|
||||||
|
* [#​9715](https://github.com/syncthing/syncthing/issues/9715): Lower the log level of "already connected to this device" to DEBUG (is: INFO)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"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.10",
|
"version": "1.27.0",
|
||||||
"upstreamVersion": "1.28.0",
|
"upstreamVersion": "1.28.0",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
|
|
Loading…
Reference in New Issue