diff --git a/CHANGELOG b/CHANGELOG index 4fe5ad7..8935478 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -309,3 +309,11 @@ * [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.20.2) * Fix use of old, renamed function in edit folder sharing tab. +[1.20.3] +* Update Syncthing to 1.20.3 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.20.3) +* #8369: Shared device names are missing from "Edit Folder -> Sharing" +* #8376: Chrome Autofill Breaks Authentication +* #8386: Ignore patterns with wildcard and non-ASCII characters don't work as expected +* #8393: Warn if two devices are introducers to each other + diff --git a/CloudronManifest.json b/CloudronManifest.json index 8226a14..ef09a94 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.20.2", - "upstreamVersion": "1.20.2", + "version": "1.20.3", + "upstreamVersion": "1.20.3", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/Dockerfile b/Dockerfile index b3ccb0f..544ed22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1 RUN mkdir -p /app/code WORKDIR /app/code -ARG VERSION=1.20.2 +ARG VERSION=1.20.3 RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - | tar -xz -C /app/code --strip-components=1