X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=2a1363041d61e451ed9004d330f4b2ff8f13f951;hb=65b21c961c69c4a63c7c0c34be3d6d034a1176c7;hp=9bbd6cfe5b125cccffa72e29a422a6dd2ba7bc27;hpb=2a27c451f78922107c3f056e7506be8a79b31e03;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbd6cfe5..2a1363041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## v1.0.0 + +### SECURITY + + * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka) + +### 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 + + * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453)) + * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk)) + * Add comment feeds in watch page + +### Bug fixes + + * Fix dnt route (yes again, but now we have unit tests for this route :D) + * Check video channel name is unique when creating a new one + * Fix video fps validator (prevent redundancy/refresh of some old videos) + * Allow empty search on client side ([@rigelk](https://github.com/rigelk)) + * Correctly forward comment deletion + + ## v1.0.0-beta.16 ### BREAKING CHANGES