From 6eb48bf72f7fe80a250de489c529d763bd3c1641 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 15 Oct 2017 19:16:26 +1300 Subject: [PATCH] doc: update changelog --- TODO.txt | 2 -- _dist/README.txt | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index 364b734..560b145 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 diff --git a/_dist/README.txt b/_dist/README.txt index efe47ce..299ea4b 100644 --- a/_dist/README.txt +++ b/_dist/README.txt @@ -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)