1
0
Fork 0

Update changelog

This commit is contained in:
Chocobozzz 2018-10-03 09:05:03 +02:00
parent 43971993e3
commit e4b9deac03
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,22 @@
# Changelog
## v1.0.0-rc.1
### Features
* Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453))
* Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk))
* Add comment feeds in watch page
### Bug fixes
* Fix dnt route (yes again, but now we have unit tests for this route :D)
* Check video channel name is unique when creating a new one
* Fix video fps validator (prevent redundancy/refresh of some old videos)
* Allow empty search on client side ([@rigelk](https://github.com/rigelk))
* Correctly forward comment deletion
## v1.0.0-beta.16
### BREAKING CHANGES