From f3c65a515b940d543d23b0e5420505c8d07ea50b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Jun 2018 10:40:20 +0200 Subject: [PATCH] Add beta.8 changelog --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a73d93e..5611d4cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## v1.0.0-beta.8 + +### Features + + * Docker: + * Add disable_starttls and transcoding configuration variables + * `.env` file to define env variables (instead of defining them in `docker-compose.yml`) + * Some improvements that should make the upgrades less painful + * Add ability to manually run transcoding jobs (admin with CLI) + * Add ability to import a video file (admin with CLI) + * Add context menu to the player + * Add number of videos published by an account/video channel + * Improve player progress bar + * Improve Twitter configuration help tooltips + * Pick average video file instead of max quality in "Auto" resolution mode + * Increase access token lifetime to 1 day + * Add video comments RSS + +### Bug fixes + + * Clicking on "Download" correctly opens a popup to download the video + (instead of opening the video in a new tab) + * Fix frequent logout + * Fix `publishedAt` video attribute when following a new instance + * Correctly resumes the video on "PeerTube" link click in embed + * Fix markdown links truncation + * Fix account/channel pages not updated if we only change the account/channel + * Fix player resolution change that plays even if the video was paused + * Fix posting view in embed that contains search params + * Fix video watch tooltips regarding subscriptions by using the account name + instead of the display name + * Rename "my settings" to "my account" in menu + + ## v1.0.0-beta.7 ### BREAKING CHANGES