Version 1.19.2
This commit is contained in:
parent
fe61a708f1
commit
9d1858500b
|
@ -283,3 +283,8 @@
|
||||||
* #7942: Improve error message about folder marker outside of folder
|
* #7942: Improve error message about folder marker outside of folder
|
||||||
* #8130: CLI: add command to print pending folders offered by specific device
|
* #8130: CLI: add command to print pending folders offered by specific device
|
||||||
|
|
||||||
|
[1.19.2]
|
||||||
|
* Update Syncthing to 1.19.2
|
||||||
|
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.19.2)
|
||||||
|
* Make error message upon reaching the free space quota more clear
|
||||||
|
|
||||||
|
|
|
@ -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.19.1",
|
"version": "1.19.2",
|
||||||
"upstreamVersion": "1.19.1",
|
"upstreamVersion": "1.19.2",
|
||||||
"healthCheckPath": "/healthcheck",
|
"healthCheckPath": "/healthcheck",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue