X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=14efb09a55d3331b8751d2634b8c66c37554c3cc;hb=a920fef10a5d584818a296af6ca98a1e7e83e13e;hp=5611d4cb90ca522c2bc4d48dc4663b15e0863035;hpb=f3c65a515b940d543d23b0e5420505c8d07ea50b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 5611d4cb9..14efb09a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## v1.0.0-beta.9 + +### Features + + * Theater/Cinema mode in player + * Add ability to wait transcoding before publishing it + * Add ability for uploaders to schedule video update + * Add time display to see where we seek the video + * Add title in player peers info to show total downloaded/uploaded data + * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk)) + * Add warning if the domain name is different from the one of the first start of Peertube + * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent)) + +### Bug fixes + + * Fix dislikes number in video watch page + * Fix import when the imported file has the same extension than an already existing file + * Fix bad RSS descriptions when filtering videos by account or channel + * Fix RSS results limit + * Fix glitch when updating player volume + * Use local object URLs for feeds + * Automatically jump to the highlighted thread + * Fix account link width on video view ([@sesn](https://github.com/sesn)) + * Prevent commenting twice + * Blue links color in comments + * Fix quota precision in users list + * Handle markdown in account/video channel pages + * Fix avatar image in channel page + * Fix slow HTTP fallback on Firefox + * Do not create a user with the same username than another actor name + * Reset search on page change + * Fix images size limit + * Log torrent errors/warnings in the console, instead of disturbing users + + ## v1.0.0-beta.8 ### Features