Update changelog

This commit is contained in:
Chocobozzz 2018-09-26 11:58:31 +02:00
parent 9c91b521bc
commit 3d446046cb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 20 additions and 0 deletions

View 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