aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-26 11:58:31 +0200
committerChocobozzz <me@florianbigard.com>2018-09-26 11:58:31 +0200
commit3d446046cbd255b84186132fe54f87a9c611e418 (patch)
tree891d78ef353f4725ff9ebec0397899c089c8fe9d
parent9c91b521bc7cff650b5a52ce7f85f19d658a6acf (diff)
downloadPeerTube-3d446046cbd255b84186132fe54f87a9c611e418.tar.gz
PeerTube-3d446046cbd255b84186132fe54f87a9c611e418.tar.zst
PeerTube-3d446046cbd255b84186132fe54f87a9c611e418.zip
Update changelog
-rw-r--r--CHANGELOG.md20
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