1
0
Fork 0

Update changelog

This commit is contained in:
Chocobozzz 2018-05-22 11:22:01 +02:00
parent 78881bc4fa
commit 67477ee465
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 37 additions and 0 deletions

View File

@ -1,5 +1,42 @@
# Changelog
## v1.0.0-beta.5
### BREAKING CHANGES
* Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
* Rename client routes:
* `/admin/users/add` to `/admin/users/create`
* `/videos/edit/:uuid` to `/videos/update/:uuid`
* `/admin/users/:id/update` to `/admin/users/update/:id`
### Features
* Adding basic helpers to guide users for comments/subscribe to accounts
* Add ability to move a video in another channel
* Improve web browser RAM consumption when watching (long) videos
* Support robots.txt in configuration
* Add ability to select the Redis database in configuration
### Bug fixes
* Fix error message on token expiration
* Increase menu icon size
* Add timeout and TTL to request jobs to fix stuck job
* Fix responsive account about page
* Fix updating description account
* Account/video channel descriptions are not required anymore
* Fix video channel description and support max length (500 characters now)
* Fix "..." for buttons (delete/edit) in admin tables
* Fix overflow in markdown textarea preview
* Add ability to embed videos in a Twitter card
* Use `publishedAt` attribute when sorting videos
* Fix concurrent requests in videos list
* Fix player on iOS
## v1.0.0-beta.4
### BREAKING CHANGES