doc: update changelog

This commit is contained in:
mappu 2017-10-15 19:12:25 +13:00
parent 57d9b4d324
commit 24febefba4
2 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,6 @@ TODO
- Gallery preview (multiple element hashid)
- Option to trust X-Forwarded-For addresses
(+ including display them in the error log)
- Ctrl+V support
- Prevent selecting around the toggle buttons (firefox for android)

View File

@ -33,6 +33,8 @@ You can use contented as a standalone upload server, or you can use the SDK to e
Maximum upload speed in bytes/sec (set zero for unlimited)
-title string
Title used in web interface (default "contented")
-trustXForwardedFor
Trust X-Forwarded-For reverse proxy headers
`
If you are hosting behind a reverse proxy, remember to set its post body size parameter appropriately (e.g. `client_max_body_size` for nginx).
@ -57,6 +59,7 @@ contented.init("#target", function(/* String[] */ items) {});
????:
- Feature: Drawing mode
- Feature: Add `trustXForwardedFor` option
- Feature: Add `getDownloadURL`, `getInfoJSONURL`, `getPreviewURL` SDK methods
- Enhancement: Automatically load library dependencies
- Enhancement: Display homepage widget using the full screen size