diff --git a/CHANGELOG b/CHANGELOG index 203098c..1c2f125 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -191,3 +191,14 @@ * #4277: Announce internal and external address to the global discovery service, encrypted * #6734: Consider moving configuration to a proto contract * #6928: Announce LAN addresses to global discovery + +[1.12.1] +* Update Syncthing to 1.12.0 +* #5360: Dangling symlink prevents filesystem watcher on FreeBSD +* #6664: Panic due to internal folder context used on exported methods +* #7063: panic: runtime error: invalid memory address or nil pointer dereference +* #7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder +* #7098: File deletions are not being synced in newly shared folders +* #6540: Config PATCH/PUT/DELETE API +* #7099: Add a html message to GUI when javascript is disabled +* #7108: Certificate for relaysrv with better naming diff --git a/CloudronManifest.json b/CloudronManifest.json index 59d9b29..2bfe03f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.12.0", + "version": "1.12.1", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index b0e5a90..8c78ea7 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing 1.11.1. +This app packages Syncthing 1.12.0. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. diff --git a/Dockerfile b/Dockerfile index b695b4a..eb5fcc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4 -ARG VERSION=1.11.1 +ARG VERSION=1.12.0 RUN mkdir -p /app/code WORKDIR /app/code