diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index afbc48374..876f2e02d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -9,9 +9,45 @@ | |||
9 | * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation | 9 | * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation |
10 | 10 | ||
11 | 11 | ||
12 | ## v1.1.0-alpha.1 | ||
13 | |||
14 | We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks. | ||
15 | This release could contain bugs. Don't expect a stable v1.1.0 until December :) | ||
16 | |||
17 | ### Scripts | ||
18 | |||
19 | * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry)) | ||
20 | * Add REPL script ([@McFlat](https://github.com/mcflat)) | ||
21 | |||
22 | ### Docker | ||
23 | |||
24 | * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou)) | ||
25 | * Add docker dev image ([@am97](https://github.com/am97)) | ||
26 | |||
27 | ### Features | ||
28 | |||
29 | * Automatically resume videos if the user is logged in | ||
30 | * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41)) | ||
31 | * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime)) | ||
32 | * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic)) | ||
33 | * Add moderation tools in the account page | ||
34 | * Add bulk actions in users table (Delete/Ban for now) | ||
35 | * Add search filter in admin users table | ||
36 | * Add search filter in admin following | ||
37 | * Add search filter in admin followers | ||
38 | * Add ability to list all local videos | ||
39 | * Add ability for users to mute an account or an instance | ||
40 | * Add ability for administrators to mute an account or an instance | ||
41 | * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker)) | ||
42 | * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq)) | ||
43 | * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk)) | ||
44 | |||
45 | |||
12 | ## v1.0.0 | 46 | ## v1.0.0 |
13 | 47 | ||
14 | Announcement scheduled for october 15 | 48 | ### SECURITY |
49 | |||
50 | * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka) | ||
15 | 51 | ||
16 | ### Bug fixes | 52 | ### Bug fixes |
17 | 53 | ||