doc: update changelog
This commit is contained in:
parent
188ca7e679
commit
ef6b680b7e
2
TODO.txt
2
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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user