diff options
author | Johannes Zellner <johannes@cloudron.io> | 2017-02-10 12:14:09 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2017-02-10 12:14:09 +0100 |
commit | 7c82255ba93dbefb3563466562d2f68dadf6e83a (patch) | |
tree | 33ba9f036a921279148d20e022c06dbcf3955692 | |
parent | 1c3b94a7b3bf08403450c59930c93491aa843a6d (diff) | |
download | Surfer-7c82255ba93dbefb3563466562d2f68dadf6e83a.tar.gz Surfer-7c82255ba93dbefb3563466562d2f68dadf6e83a.tar.zst Surfer-7c82255ba93dbefb3563466562d2f68dadf6e83a.zip |
Add changes for version 0.7.0
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -42,3 +42,9 @@ | |||
42 | 42 | ||
43 | [0.6.0] | 43 | [0.6.0] |
44 | * Support multifile upload via the webinterface | 44 | * Support multifile upload via the webinterface |
45 | |||
46 | [0.7.0] | ||
47 | * Implement token auth with redis backend | ||
48 | * Basic drag'n'drop support | ||
49 | * Use new base image v0.10.0 | ||
50 | |||
diff --git a/CloudronManifest.json b/CloudronManifest.json index 57c9677..1d45917 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -9,7 +9,7 @@ | |||
9 | "webserver", | 9 | "webserver", |
10 | "server" | 10 | "server" |
11 | ], | 11 | ], |
12 | "version": "0.6.0", | 12 | "version": "0.7.0", |
13 | "healthCheckPath": "/api/healthcheck", | 13 | "healthCheckPath": "/api/healthcheck", |
14 | "httpPort": 3000, | 14 | "httpPort": 3000, |
15 | "manifestVersion": 1, | 15 | "manifestVersion": 1, |