From 5263f96956ffa85df31b0d9d97c5fae89aaa7dee Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 9 Sep 2018 19:03:29 +1200 Subject: [PATCH] doc: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3c970f5..8ce892f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ You can use contented as a standalone upload server, or you can use the SDK to e Title used in web interface (default "contented") -trustXForwardedFor Trust X-Forwarded-For reverse proxy headers + -concurrentthumbs + Simultaneous thumbnail generation (default 16) ` 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). @@ -66,6 +68,10 @@ contented.init("#target", function(/* String[] */ items) {}); =CHANGELOG= +NEXT: +- Feature: Option to limit concurrent thumbnail generation +- Enhancement: Set charset=UTF-8 when serving user-submitted text/plain content + 2018-06-09: 1.2.1 - Feature: Add OpenGraph tags on preview pages, for rich metadata in chat applications - Update thumbnailing library to improve quality