Version 1.22.0

This commit is contained in:
Girish Ramakrishnan 2023-01-02 12:41:18 +01:00
parent 0d570bd00a
commit 49273738a1
2 changed files with 9 additions and 2 deletions

View File

@ -341,3 +341,10 @@
[1.21.2] [1.21.2]
* Update base image to 4.0.0 * Update base image to 4.0.0
[1.23.0]
* Update Syncthing to 1.23.0
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.23.0)
* #8572: Incorrect rescan interval on auto accepted encrypted folder
* #8646: Perhaps the list of devices contains empty elements
* #8686: Properly indicate whether a connection is "LAN" or not in the GUI

View File

@ -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.21.2", "version": "1.22.0",
"upstreamVersion": "1.22.1", "upstreamVersion": "1.23.0",
"healthCheckPath": "/healthcheck", "healthCheckPath": "/healthcheck",
"httpPort": 8000, "httpPort": 8000,
"addons": { "addons": {