From 40769020db06213010f6fb3a1851babe2338de78 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 8 Oct 2017 16:42:30 +1300 Subject: [PATCH] doc: changelog --- _dist/README.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_dist/README.txt b/_dist/README.txt index 10a5ac5..d377051 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -6,10 +6,10 @@ You can use contented as a standalone upload server, or you can use the SDK to e =FEATURES= -- Drag and drop uploader, or fallback classic uploader +- Drag and drop uploader, or fallback classic uploader, or pastebin-style uploader - Multiple files upload - Pastebin upload -- SDK-oriented design for embedding +- SDK-oriented design for embedding, including CORS support - Mobile friendly HTML interface - Preserves uploaded filename and content-type metadata - Hash verification (SHA512/256) @@ -54,3 +54,8 @@ The SDK depends on jQuery. contented.init("#target", function(/* String[] */ items) {}); ` + +=CHANGELOG= + +2017-10-08: 1.0.0 +- Initial public release