doc: preliminary changelog update
This commit is contained in:
parent
139117b4d5
commit
d35c81ed21
@ -18,6 +18,7 @@ You can use contented as a standalone upload server, or you can use the SDK to e
|
|||||||
- Detect duplicate upload content and reuse storage
|
- Detect duplicate upload content and reuse storage
|
||||||
- Options to limit the upload filesize and the upload bandwidth
|
- Options to limit the upload filesize and the upload bandwidth
|
||||||
- Short URLs (using [url=http://hashids.org]Hashids[/url] algorithm)
|
- Short URLs (using [url=http://hashids.org]Hashids[/url] algorithm)
|
||||||
|
- Image thumbnailing
|
||||||
|
|
||||||
=USAGE (SERVER)=
|
=USAGE (SERVER)=
|
||||||
|
|
||||||
@ -48,6 +49,7 @@ The server responds on the following URLs:
|
|||||||
|
|
||||||
- `/get/{ID}`: Download item content
|
- `/get/{ID}`: Download item content
|
||||||
- `/info/{ID}`: Get item content metadata (JSON)
|
- `/info/{ID}`: Get item content metadata (JSON)
|
||||||
|
- `/thumb/{Type}/{ID}`: Get item thumbnail image
|
||||||
- `/about`: Get server metadata (JSON)
|
- `/about`: Get server metadata (JSON)
|
||||||
|
|
||||||
=USAGE (EMBEDDING FOR WEB)=
|
=USAGE (EMBEDDING FOR WEB)=
|
||||||
@ -60,6 +62,9 @@ contented.init("#target", function(/* String[] */ items) {});
|
|||||||
|
|
||||||
=CHANGELOG=
|
=CHANGELOG=
|
||||||
|
|
||||||
|
?: 1.2.0
|
||||||
|
- Feature: Thumbnail support
|
||||||
|
|
||||||
2017-10-15: 1.1.0
|
2017-10-15: 1.1.0
|
||||||
- Feature: Drawing mode
|
- Feature: Drawing mode
|
||||||
- Feature: Ctrl+V image upload
|
- Feature: Ctrl+V image upload
|
||||||
|
Loading…
Reference in New Issue
Block a user