diff options
-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 |