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)