X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=CHANGELOG.md;h=301ab51f15c9c84d15f609e9ba4554ec34b645f2;hb=a4829f0f3f777b5d0d8be1985de4e44da71597cc;hp=7062518eafa1cbc66c78bb0412e9c24ec93df1ca;hpb=d3736b8d3eea1db26c3822005c9e8eaf3eb9cbb1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 7062518ea..301ab51f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## v1.0.0-beta.11 + +**If you have not updated to v1.0.0-beta.10, see the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** + +### Features + + * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet. + Should be explicitly enabled by the administrator in the configuration file + * Add german, spanish, taiwan (traditional chinese) and occitan languages + * Add ability to delete our account + * Add ability to ban a user + * Add ability to set a moderation comment to an abuse + * Add state (pending, accepted, rejected) attribute to an abuse + * Add ability to set a reason when blacklisting a video + * Add ability to blacklist local videos + * Improve abuse and blacklist tables + * Add user quota used in users list + * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube) + * Add database pool configuration ([@rigelk](https://github.com/rigelk)) + * Add audit log ([@Nautigsam](https://github.com/Nautigsam)) + * Add ffmpeg auto thread ([@jorropo](https://github.com/jorropo)) + * Upgrade to bootstrap 4 + * DNT support + +### Bug fixes + + * Fix videos FPS federation + * Cleanup request files on bad request + * Handle truncated markdown links + * Fix dropdown position in menu + * Translate subtitle languages in player + * Translate player according the language of the interface + * Fix reset my password button ([@joshmorel](https://github.com/joshmorel)) + + ## v1.0.0-beta.10 **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** @@ -59,6 +94,7 @@ You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/co * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx)) * Update default cache size configurations * Update search API route: `/videos/search` becomes `/search/videos` + * Needs Redis >= 2.8.18 ### Features