From: Chocobozzz Date: Wed, 3 Oct 2018 07:05:03 +0000 (+0200) Subject: Update changelog X-Git-Tag: v1.0.0-rc.1~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e4b9deac0377a124bc1828f3a2ab9c942085bf9b;p=oweals%2Fpeertube.git Update changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbd6cfe5..2b1c08ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 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