doc: changelog
This commit is contained in:
parent
8795db5150
commit
40769020db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user