1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-11 15:35:03 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Dennis Schwerdel
748697ba51 Version 0.5.0 2017-11-26 23:27:19 +01:00
Girish Ramakrishnan
d281fb8aef Version 0.4.0 2017-10-14 11:52:22 -07:00
Girish Ramakrishnan
d72a041d67 Use syncthing 0.14.39 2017-10-14 11:47:27 -07:00
Dennis Schwerdel
88a47bcf1a Update to 0.14.38 2017-09-21 23:06:33 +02:00
4 changed files with 17 additions and 3 deletions

View File

@@ -43,3 +43,17 @@
[0.3.3]
* Updated to version 0.14.37
[0.3.4]
* Updated to version 0.14.38
[0.4.0]
* Updated to version 0.14.39
* #4357: Removing paused folders no longer triggers a crash.
* #4360: Add further security related HTTP headers
* #4375: Improve info level logging in some cases
* #4377: Improve GUI tooltips in chromium based browsers
* #4382: Hide temporary files on Windows
* #4387: Add -device-id command line switch
[0.5.0]
* Updated to version 0.14.40

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization",
"version": "0.3.3",
"version": "0.5.0",
"healthCheckPath": "/check",
"httpPort": 8000,
"addons": {

View File

@@ -1,4 +1,4 @@
This app packages Syncthing <upstream>v0.14.37</upstream>.
This app packages Syncthing <upstream>v0.14.40</upstream>.
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.

View File

@@ -28,7 +28,7 @@ RUN ./configure \
--build=cloudron-river
RUN make install
ENV VERSION 0.14.37
ENV VERSION 0.14.40
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \