diff options
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c68c891..57c6e66d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,25 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.0.0-beta.15 | ||
4 | |||
5 | ### Features | ||
6 | |||
7 | * Improve subscription button ([@rigelk](https://github.com/rigelk)) | ||
8 | * Display it for unlogged users | ||
9 | * Add RSS feed | ||
10 | * Allow remote follow | ||
11 | * Allow remote comment ([@rigelk](https://github.com/rigelk)) | ||
12 | * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC)) | ||
13 | |||
14 | ### Bug fixes | ||
15 | |||
16 | * Fix redundancy with old PeerTube torrents | ||
17 | * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route | ||
18 | * Fix redundancy totalVideos stats | ||
19 | * Reduce video import TTL to 1 hour | ||
20 | * Only duplicate public videos | ||
21 | |||
22 | |||
3 | ## v1.0.0-beta.14 | 23 | ## v1.0.0-beta.14 |
4 | 24 | ||
5 | ### Features | 25 | ### Features |