doc: changelog

This commit is contained in:
mappu 2017-11-18 14:29:02 +13:00
parent cd60e4c855
commit d25b867e90
2 changed files with 7 additions and 4 deletions

View File

@ -8,8 +8,6 @@ TODO
- Prevent selecting around the toggle buttons (firefox for android)
- Set chmod for newly uploaded files (current 0600 is preventing syncthing on the live installation)
- Detect when pasting creates one large file and one ~150 byte file(?? why does this happen?)
- Detect when pasting an image URL, offer to download it (clientside?)

View File

@ -27,10 +27,12 @@ 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")
-diskFilesWorldReadable
Save files as 0644 instead of 0600
-enableHomepage
Enable homepage (disable for embedded use only) (default true)
-listen string
(default "127.0.0.1:80")
IP/Port to bind server (default "127.0.0.1:80")
-max int
Maximum size of uploaded files in MiB (set zero for unlimited) (default 8)
-speed int
@ -62,8 +64,11 @@ contented.init("#target", function(/* String[] */ items) {});
=CHANGELOG=
?: 1.2.0
2017-11-18: 1.2.0
- Feature: Thumbnail support
- Feature: File preview page
- Feature: Album mode (via URL `/p/{file1}-{file2}-...`)
- Feature: New `-diskFilesWorldReadable` option to save files with `0644` mode
2017-10-15: 1.1.0
- Feature: Drawing mode