diff --git a/CHANGELOG b/CHANGELOG index f591f32..2e1cdbc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -177,3 +177,17 @@ * certs now supports multiple domains for TLS termination, refer #10207 * Context now passed around at storage layer for future context support, refer #10321 +[1.12.0] +* Update Syncthing to 1.10.0 +* #6880: fatal error: concurrent map iteration and map write +* #6917: Reconsider db check on upgrade +* #6930: Can't add new folder with versioning enabled, Cleanup Interval field lacks default value +* #6940: TypeError: Object doesn't support property or method 'startsWith' in IE 11 / Windows 7 +* #6943: Missing strings for translation +* #6961: Accounting issue with receive-only deleted files causing spurious 95% completion for remote devices +* #6968: Very slow scans on Windows in 1.9.0 +* #6972: Deleting a folder containing a symlink results in a permanently out of sync on windows +* #6973: given name "syncthingxxx.tmp" differs from name in filesystem "syncthingXXX.tmp" +* #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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 3c50fc9..59d9b29 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.11.0", + "version": "1.12.0", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": { @@ -29,7 +29,7 @@ ], "minBoxVersion": "5.3.0", "forumUrl": "https://forum.cloudron.io/category/56/syncthing", - "documentationUrl": "https://cloudron.io/documentation/apps/syncthing/", + "documentationUrl": "https://docs.cloudron.io/apps/syncthing/", "mediaLinks": [ "https://screenshots.cloudron.io/net.syncthing.cloudronapp2/1.png", "https://screenshots.cloudron.io/net.syncthing.cloudronapp2/2.png", diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8b9f3cd..589edfc 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing 1.9.0. +This app packages Syncthing 1.10.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 8a0cff3..e27404b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4 -ARG VERSION=1.9.0 +ARG VERSION=1.10.0 RUN mkdir -p /app/code WORKDIR /app/code