From ef6b680b7ee5660d37eb1e9de8031046d2ab22da Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 15 Oct 2017 18:59:00 +1300 Subject: [PATCH] doc: update changelog --- TODO.txt | 2 -- _dist/README.txt | 13 ++++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 2c4d53d..ce972fe 100644 --- a/TODO.txt +++ b/TODO.txt @@ -17,6 +17,4 @@ TODO - Ctrl+V support -- Some cases where dropping in an image says 'success' but the upload actually failed(?) - - Prevent selecting around the toggle buttons (firefox for android) diff --git a/_dist/README.txt b/_dist/README.txt index 2c7e31f..5fd8d92 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -6,9 +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, or pastebin-style uploader +- Drag and drop upload - Multiple files upload - Pastebin upload +- Custom drawing upload ([url=https://github.com/Leimi/drawingboard.js]via[/url]) - SDK-oriented design for embedding, including CORS support - Mobile friendly HTML interface - Preserves uploaded filename and content-type metadata @@ -54,9 +55,19 @@ contented.init("#target", function(/* String[] */ items) {}); =CHANGELOG= +????: +- Feature: Drawing mode +- Feature: Add `getDownloadURL`, `getInfoJSONURL`, `getPreviewURL` SDK methods +- Enhancement: Automatically load library dependencies +- Enhancement: Display homepage widget using the full screen size +- Include drawingboard.js 0.4.6 (MIT license) +- Fix a cosmetic issue with javascript console output +- Fix a cosmetic issue with error messages if an upload failed + 2017-10-08: 1.0.1 - Fix an issue with CORS preflight requests - Fix an issue with index URLs 2017-10-08: 1.0.0 - Initial public release +- Include jQuery 1.12.4 (MIT license)