X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=afbc4837421fb55ce7723774ca50b0d605acaac6;hb=ebc1984cc6200377d9869e570bc0ad1f95fa74bb;hp=2b1c08ca8e3b76fad93250eb84633540f5ccbdbf;hpb=e4b9deac0377a124bc1828f3a2ab9c942085bf9b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b1c08ca8..afbc48374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## v1.0.1 + +### SECURITY + + * Add HTTP Signature in addition to Linked Signature: + * It's faster + * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation + + +## v1.0.0 + +Announcement scheduled for october 15 + +### Bug fixes + + * Check video exists before extending expiration + * Correctly delete redundancy files + * Fix account URI in remote comment modal ([@rigelk](https://github.com/rigelk)) + * Fix avatar update + * Avoid old issue regarding duplicated hosts in database + + +## v1.0.0-rc.2 + +### Bug fixes + + * Fix config endpoint + + ## v1.0.0-rc.1 ### Features