diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 65 |
1 files changed, 63 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index afbc48374..9e6fdd725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,17 +1,78 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.1.0-alpha.2 (since v1.1.0-alpha.1) | ||
4 | |||
5 | ### Security/Maintenance/Federation | ||
6 | |||
7 | * Add HTTP Signature in addition to Linked Signature: | ||
8 | * It's faster | ||
9 | * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation | ||
10 | |||
11 | ### Features | ||
12 | |||
13 | * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic)) | ||
14 | * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk)) | ||
15 | * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque)) | ||
16 | * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk)) | ||
17 | * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat)) | ||
18 | |||
19 | ### Bug fixes | ||
20 | |||
21 | * Scale bitrate linearly with FPS ([@Nutomic](https://github.com/nutomic)) | ||
22 | * AP mimeType -> mediaType | ||
23 | * PeerTube is not in beta anymore | ||
24 | * PeerTube is not in alpha anymore :p | ||
25 | * Fix optimize old videos script | ||
26 | |||
27 | |||
3 | ## v1.0.1 | 28 | ## v1.0.1 |
4 | 29 | ||
5 | ### SECURITY | 30 | ### Security/Maintenance/Federation |
6 | 31 | ||
7 | * Add HTTP Signature in addition to Linked Signature: | 32 | * Add HTTP Signature in addition to Linked Signature: |
8 | * It's faster | 33 | * It's faster |
9 | * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation | 34 | * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation |
10 | 35 | ||
11 | 36 | ||
37 | ## v1.1.0-alpha.1 | ||
38 | |||
39 | We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks. | ||
40 | This release could contain bugs. Don't expect a stable v1.1.0 until December :) | ||
41 | |||
42 | ### Scripts | ||
43 | |||
44 | * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry)) | ||
45 | * Add REPL script ([@McFlat](https://github.com/mcflat)) | ||
46 | |||
47 | ### Docker | ||
48 | |||
49 | * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou)) | ||
50 | * Add docker dev image ([@am97](https://github.com/am97)) | ||
51 | |||
52 | ### Features | ||
53 | |||
54 | * Automatically resume videos if the user is logged in | ||
55 | * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41)) | ||
56 | * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime)) | ||
57 | * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic)) | ||
58 | * Add moderation tools in the account page | ||
59 | * Add bulk actions in users table (Delete/Ban for now) | ||
60 | * Add search filter in admin users table | ||
61 | * Add search filter in admin following | ||
62 | * Add search filter in admin followers | ||
63 | * Add ability to list all local videos | ||
64 | * Add ability for users to mute an account or an instance | ||
65 | * Add ability for administrators to mute an account or an instance | ||
66 | * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker)) | ||
67 | * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq)) | ||
68 | * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk)) | ||
69 | |||
70 | |||
12 | ## v1.0.0 | 71 | ## v1.0.0 |
13 | 72 | ||
14 | Announcement scheduled for october 15 | 73 | ### SECURITY |
74 | |||
75 | * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka) | ||
15 | 76 | ||
16 | ### Bug fixes | 77 | ### Bug fixes |
17 | 78 | ||