diff options
-rw-r--r-- | CHANGELOG.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5611d4cb9..7545d8425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,40 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.0.0-beta.9 | ||
4 | |||
5 | ### Features | ||
6 | |||
7 | * Theater/Cinema mode in player | ||
8 | * Add ability to wait transcoding before publishing it | ||
9 | * Add ability for uploaders to schedule video update | ||
10 | * Add time display to see where we seek the video | ||
11 | * Add title in player peers info to show total downloaded/uploaded data | ||
12 | * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk)) | ||
13 | * Add warning if the domain name is different from the from the first start of PeerTube | ||
14 | * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent)) | ||
15 | |||
16 | ### Bug fixes | ||
17 | |||
18 | * Fix dislikes number in video watch page | ||
19 | * Fix import when the imported file has the same extension than an already existing file | ||
20 | * Fix bad RSS descriptions when filtering videos by account or channel | ||
21 | * Fix RSS results limit | ||
22 | * Fix glitch when updating player volume | ||
23 | * Use local object URLs for feeds | ||
24 | * Automatically jump to the highlighted thread | ||
25 | * Fix account link width on video view ([@sesn](https://github.com/sesn)) | ||
26 | * Prevent commenting twice | ||
27 | * Blue links color in comments | ||
28 | * Fix quota precision in users list | ||
29 | * Handle markdown in account/video channel pages | ||
30 | * Fix avatar image in channel page | ||
31 | * Fix slow HTTP fallback on Firefox | ||
32 | * Do not create a user with the same username than another actor name | ||
33 | * Reset search on page change | ||
34 | * Fix images size limit | ||
35 | * Log torrent errors/warnings in the console, instead of disturbing users | ||
36 | |||
37 | |||
3 | ## v1.0.0-beta.8 | 38 | ## v1.0.0-beta.8 |
4 | 39 | ||
5 | ### Features | 40 | ### Features |