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