diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-03 09:05:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-03 09:06:19 +0200 |
commit | e4b9deac0377a124bc1828f3a2ab9c942085bf9b (patch) | |
tree | 467603566b91af05177223a45e02bfb7cb74964c /CHANGELOG.md | |
parent | 43971993e3db6cb654a3ea25d6d1f2593c3a8c6c (diff) | |
download | PeerTube-e4b9deac0377a124bc1828f3a2ab9c942085bf9b.tar.gz PeerTube-e4b9deac0377a124bc1828f3a2ab9c942085bf9b.tar.zst PeerTube-e4b9deac0377a124bc1828f3a2ab9c942085bf9b.zip |
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbd6cfe5..2b1c08ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,22 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.0.0-rc.1 | ||
4 | |||
5 | ### Features | ||
6 | |||
7 | * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453)) | ||
8 | * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk)) | ||
9 | * Add comment feeds in watch page | ||
10 | |||
11 | ### Bug fixes | ||
12 | |||
13 | * Fix dnt route (yes again, but now we have unit tests for this route :D) | ||
14 | * Check video channel name is unique when creating a new one | ||
15 | * Fix video fps validator (prevent redundancy/refresh of some old videos) | ||
16 | * Allow empty search on client side ([@rigelk](https://github.com/rigelk)) | ||
17 | * Correctly forward comment deletion | ||
18 | |||
19 | |||
3 | ## v1.0.0-beta.16 | 20 | ## v1.0.0-beta.16 |
4 | 21 | ||
5 | ### BREAKING CHANGES | 22 | ### BREAKING CHANGES |