doc: changelog

This commit is contained in:
mappu 2017-10-08 16:42:30 +13:00
parent 8795db5150
commit 40769020db
1 changed files with 7 additions and 2 deletions

View File

@ -6,10 +6,10 @@ You can use contented as a standalone upload server, or you can use the SDK to e
=FEATURES=
- Drag and drop uploader, or fallback classic uploader
- Drag and drop uploader, or fallback classic uploader, or pastebin-style uploader
- Multiple files upload
- Pastebin upload
- SDK-oriented design for embedding
- SDK-oriented design for embedding, including CORS support
- Mobile friendly HTML interface
- Preserves uploaded filename and content-type metadata
- Hash verification (SHA512/256)
@ -54,3 +54,8 @@ The SDK depends on jQuery.
<script type="text/javascript" src="SERVER_ADDR/sdk.js"></script>
contented.init("#target", function(/* String[] */ items) {});
`
=CHANGELOG=
2017-10-08: 1.0.0
- Initial public release