doc: update changelog

This commit is contained in:
mappu 2017-10-15 19:50:48 +13:00
parent 2f4fe0a55f
commit fb7f1dd3a5
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,4 @@ TODO
- Gallery preview (multiple element hashid)
- Ctrl+V support
- Prevent selecting around the toggle buttons (firefox for android)

View File

@ -10,6 +10,7 @@ You can use contented as a standalone upload server, or you can use the SDK to e
- Multiple files upload
- Pastebin upload
- Custom drawing upload ([url=https://github.com/Leimi/drawingboard.js]via[/url])
- Ctrl-V upload
- SDK-oriented design for embedding, including CORS support
- Mobile friendly HTML interface
- Preserves uploaded filename and content-type metadata
@ -61,6 +62,7 @@ contented.init("#target", function(/* String[] */ items) {});
????:
- Feature: Drawing mode
- Feature: Ctrl+V image upload
- Feature: Option to trust X-Forwarded-For headers when using a reverse proxy
- Feature: Add `getDownloadURL`, `getInfoJSONURL`, `getPreviewURL` SDK methods
- Feature: Option to disable uploading via the homepage