Update changelog
authorChocobozzz <me@florianbigard.com>
Wed, 26 Sep 2018 09:58:31 +0000 (11:58 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 26 Sep 2018 09:58:31 +0000 (11:58 +0200)
CHANGELOG.md

index 27c68c89132b7f979f8cdd420b0520caec98e8db..57c6e66d4743fc5ca26016ba049c28d2ec8ee582 100644 (file)
@@ -1,5 +1,25 @@
 # Changelog
 
+## v1.0.0-beta.15
+
+### Features
+
+ * Improve subscription button ([@rigelk](https://github.com/rigelk))
+  * Display it for unlogged users
+  * Add RSS feed
+  * Allow remote follow
+ * Allow remote comment ([@rigelk](https://github.com/rigelk))
+ * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC))
+
+### Bug fixes
+
+ * Fix redundancy with old PeerTube torrents
+ * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route
+ * Fix redundancy totalVideos stats
+ * Reduce video import TTL to 1 hour
+ * Only duplicate public videos
+
 ## v1.0.0-beta.14
 
 ### Features