aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 10a73d93e..5611d4cb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,39 @@
1# Changelog 1# Changelog
2 2
3## v1.0.0-beta.8
4
5### Features
6
7 * Docker:
8 * Add disable_starttls and transcoding configuration variables
9 * `.env` file to define env variables (instead of defining them in `docker-compose.yml`)
10 * Some improvements that should make the upgrades less painful
11 * Add ability to manually run transcoding jobs (admin with CLI)
12 * Add ability to import a video file (admin with CLI)
13 * Add context menu to the player
14 * Add number of videos published by an account/video channel
15 * Improve player progress bar
16 * Improve Twitter configuration help tooltips
17 * Pick average video file instead of max quality in "Auto" resolution mode
18 * Increase access token lifetime to 1 day
19 * Add video comments RSS
20
21### Bug fixes
22
23 * Clicking on "Download" correctly opens a popup to download the video
24 (instead of opening the video in a new tab)
25 * Fix frequent logout
26 * Fix `publishedAt` video attribute when following a new instance
27 * Correctly resumes the video on "PeerTube" link click in embed
28 * Fix markdown links truncation
29 * Fix account/channel pages not updated if we only change the account/channel
30 * Fix player resolution change that plays even if the video was paused
31 * Fix posting view in embed that contains search params
32 * Fix video watch tooltips regarding subscriptions by using the account name
33 instead of the display name
34 * Rename "my settings" to "my account" in menu
35
36
3## v1.0.0-beta.7 37## v1.0.0-beta.7
4 38
5### BREAKING CHANGES 39### BREAKING CHANGES