doc: update changelog

This commit is contained in:
mappu 2017-10-15 19:16:26 +13:00
parent 40aa6c8917
commit 6eb48bf72f
2 changed files with 5 additions and 3 deletions

View File

@ -8,8 +8,6 @@ TODO
- Nicer preview page after uploading
- Option to disable manual uploading from the landing page
- Gallery preview (multiple element hashid)
- Ctrl+V support

View File

@ -25,6 +25,8 @@ You can use contented as a standalone upload server, or you can use the SDK to e
Directory for stored content (default "")
-db string
Path for metadata database (default "contented.db")
-enableHomepage
Enable homepage (disable for embedded use only) (default true)
-listen string
(default "127.0.0.1:80")
-max int
@ -59,8 +61,10 @@ contented.init("#target", function(/* String[] */ items) {});
????:
- Feature: Drawing mode
- Feature: Add `trustXForwardedFor` option
- 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
- Feature: Add button to repeat when uploading from homepage
- Enhancement: Automatically load library dependencies
- Enhancement: Display homepage widget using the full screen size
- Include drawingboard.js 0.4.6 (MIT license)