diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a2027c18c..301ab51f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,40 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.0.0-beta.11 | ||
4 | |||
5 | **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** | ||
6 | |||
7 | ### Features | ||
8 | |||
9 | * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet. | ||
10 | Should be explicitly enabled by the administrator in the configuration file | ||
11 | * Add german, spanish, taiwan (traditional chinese) and occitan languages | ||
12 | * Add ability to delete our account | ||
13 | * Add ability to ban a user | ||
14 | * Add ability to set a moderation comment to an abuse | ||
15 | * Add state (pending, accepted, rejected) attribute to an abuse | ||
16 | * Add ability to set a reason when blacklisting a video | ||
17 | * Add ability to blacklist local videos | ||
18 | * Improve abuse and blacklist tables | ||
19 | * Add user quota used in users list | ||
20 | * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube) | ||
21 | * Add database pool configuration ([@rigelk](https://github.com/rigelk)) | ||
22 | * Add audit log ([@Nautigsam](https://github.com/Nautigsam)) | ||
23 | * Add ffmpeg auto thread ([@jorropo](https://github.com/jorropo)) | ||
24 | * Upgrade to bootstrap 4 | ||
25 | * DNT support | ||
26 | |||
27 | ### Bug fixes | ||
28 | |||
29 | * Fix videos FPS federation | ||
30 | * Cleanup request files on bad request | ||
31 | * Handle truncated markdown links | ||
32 | * Fix dropdown position in menu | ||
33 | * Translate subtitle languages in player | ||
34 | * Translate player according the language of the interface | ||
35 | * Fix reset my password button ([@joshmorel](https://github.com/joshmorel)) | ||
36 | |||
37 | |||
3 | ## v1.0.0-beta.10 | 38 | ## v1.0.0-beta.10 |
4 | 39 | ||
5 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | 40 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** |