doc: update changelog
This commit is contained in:
parent
40aa6c8917
commit
6eb48bf72f
2
TODO.txt
2
TODO.txt
@ -8,8 +8,6 @@ TODO
|
|||||||
|
|
||||||
- Nicer preview page after uploading
|
- Nicer preview page after uploading
|
||||||
|
|
||||||
- Option to disable manual uploading from the landing page
|
|
||||||
|
|
||||||
- Gallery preview (multiple element hashid)
|
- Gallery preview (multiple element hashid)
|
||||||
|
|
||||||
- Ctrl+V support
|
- Ctrl+V support
|
||||||
|
@ -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 "")
|
Directory for stored content (default "")
|
||||||
-db string
|
-db string
|
||||||
Path for metadata database (default "contented.db")
|
Path for metadata database (default "contented.db")
|
||||||
|
-enableHomepage
|
||||||
|
Enable homepage (disable for embedded use only) (default true)
|
||||||
-listen string
|
-listen string
|
||||||
(default "127.0.0.1:80")
|
(default "127.0.0.1:80")
|
||||||
-max int
|
-max int
|
||||||
@ -59,8 +61,10 @@ contented.init("#target", function(/* String[] */ items) {});
|
|||||||
|
|
||||||
????:
|
????:
|
||||||
- Feature: Drawing mode
|
- 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: 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: Automatically load library dependencies
|
||||||
- Enhancement: Display homepage widget using the full screen size
|
- Enhancement: Display homepage widget using the full screen size
|
||||||
- Include drawingboard.js 0.4.6 (MIT license)
|
- Include drawingboard.js 0.4.6 (MIT license)
|
||||||
|
Loading…
Reference in New Issue
Block a user