diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 140 |
1 files changed, 139 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6fdd725..cce6e7402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,143 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v1.1.0 | ||
4 | |||
5 | ***Since v1.0.1*** | ||
6 | |||
7 | ### Maintenance | ||
8 | |||
9 | * Improve REST API documentation: https://docs.joinpeertube.org/api.html ([@rigelk](https://github.com/rigelk)) | ||
10 | * Add basic ActivityPub documentation: https://docs.joinpeertube.org/lang/en/devdocs/federation.html ([@rigelk](https://github.com/rigelk)) | ||
11 | * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk)) | ||
12 | * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk)) | ||
13 | * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic)) | ||
14 | * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat)) | ||
15 | |||
16 | ### Scripts | ||
17 | |||
18 | * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry)) | ||
19 | * Add REPL script ([@McFlat](https://github.com/mcflat)) | ||
20 | |||
21 | ### Docker | ||
22 | |||
23 | * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou)) | ||
24 | * Add docker dev image ([@am97](https://github.com/am97)) | ||
25 | * Improve docker compose template ([@Nutomic](https://github.com/nutomic)) | ||
26 | * Add postfix image | ||
27 | * Redirect HTTP -> HTTPS | ||
28 | * Disable Træfik web UI | ||
29 | * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir)) | ||
30 | |||
31 | ### Features | ||
32 | |||
33 | * Automatically resume videos if the user is logged in | ||
34 | * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41)) | ||
35 | * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime)) | ||
36 | * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic)) | ||
37 | * Add moderation tools in the account page | ||
38 | * Add bulk actions in users table (Delete/Ban for now) | ||
39 | * Add search filter in admin users table | ||
40 | * Add search filter in admin following | ||
41 | * Add search filter in admin followers | ||
42 | * Add ability to list all local videos | ||
43 | * Add ability for users to mute an account or an instance | ||
44 | * Add ability for administrators to mute an account or an instance | ||
45 | * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker)) | ||
46 | * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq)) | ||
47 | * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk)) | ||
48 | * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic)) | ||
49 | * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk)) | ||
50 | * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque)) | ||
51 | * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk)) | ||
52 | * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat)) | ||
53 | * Add background effect to activated menu entry | ||
54 | * Improve video upload error handling | ||
55 | * Improve message visibility on signup | ||
56 | * Auto login user on signup if email verification is disabled | ||
57 | * Speed up PeerTube startup (in particular the first one) | ||
58 | * Delete invalid or deleted remote videos | ||
59 | * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel)) | ||
60 | * Add separators in user moderation dropdown | ||
61 | |||
62 | ### Bug fixes | ||
63 | |||
64 | * AP mimeType -> mediaType | ||
65 | * PeerTube is not in beta anymore | ||
66 | * PeerTube is not in alpha anymore :p | ||
67 | * Fix optimize old videos script | ||
68 | * Check follow constraints when getting a video | ||
69 | * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu)) | ||
70 | * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk)) | ||
71 | * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld)) | ||
72 | * Fix Linked Signature compatibility | ||
73 | * Fix AP collections pagination | ||
74 | * Fix too big thumbnails (when using URL import) | ||
75 | * Do not host remote AP objects: use redirection instead | ||
76 | * Fix video miniature with a long name | ||
77 | * Fix video views inconsistencies inside the federation | ||
78 | * Fix video embed in Wordpress Gutenberg | ||
79 | * Fix video channel videos url when scrolling | ||
80 | * Fix player progress bar/seeking when changing resolution | ||
81 | * Fix search tab title with no search | ||
82 | * Fix YouTube video import with some videos | ||
83 | |||
84 | ***Since v1.1.0-rc.1*** | ||
85 | |||
86 | ### Bug fixes | ||
87 | |||
88 | * Fix AP infinite redirection | ||
89 | * Fix trending page | ||
90 | |||
91 | |||
92 | ## v1.1.0-rc.1 (since v1.1.0-alpha.2) | ||
93 | |||
94 | ### Maintenance | ||
95 | |||
96 | * Improve REST API documentation: https://docs.joinpeertube.org/api.html ([@rigelk](https://github.com/rigelk)) | ||
97 | * Add basic ActivityPub documentation: https://docs.joinpeertube.org/lang/en/devdocs/federation.html ([@rigelk](https://github.com/rigelk)) | ||
98 | * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk)) | ||
99 | * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk)) | ||
100 | * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic)) | ||
101 | * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat)) | ||
102 | |||
103 | ### Docker | ||
104 | |||
105 | * Improve docker compose template ([@Nutomic](https://github.com/nutomic)) | ||
106 | * Add postfix image | ||
107 | * Redirect HTTP -> HTTPS | ||
108 | * Disable Træfik web UI | ||
109 | * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir)) | ||
110 | |||
111 | ### Features | ||
112 | |||
113 | * Add background effect to activated menu entry | ||
114 | * Improve video upload error handling | ||
115 | * Improve message visibility on signup | ||
116 | * Auto login user on signup if email verification is disabled | ||
117 | * Speed up PeerTube startup (in particular the first one) | ||
118 | * Delete invalid or deleted remote videos | ||
119 | * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel)) | ||
120 | * Add separators in user moderation dropdown | ||
121 | |||
122 | ### Bug fixes | ||
123 | |||
124 | * Check follow constraints when getting a video | ||
125 | * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu)) | ||
126 | * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk)) | ||
127 | * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld)) | ||
128 | * Fix Linked Signature compatibility | ||
129 | * Fix AP collections pagination | ||
130 | * Fix too big thumbnails (when using URL import) | ||
131 | * Do not host remote AP objects: use redirection instead | ||
132 | * Fix video miniature with a long name | ||
133 | * Fix video views inconsistencies inside the federation | ||
134 | * Fix video embed in Wordpress Gutenberg | ||
135 | * Fix video channel videos url when scrolling | ||
136 | * Fix player progress bar/seeking when changing resolution | ||
137 | * Fix search tab title with no search | ||
138 | * Fix YouTube video import with some videos | ||
139 | |||
140 | |||
3 | ## v1.1.0-alpha.2 (since v1.1.0-alpha.1) | 141 | ## v1.1.0-alpha.2 (since v1.1.0-alpha.1) |
4 | 142 | ||
5 | ### Security/Maintenance/Federation | 143 | ### Security/Maintenance/Federation |
@@ -170,7 +308,7 @@ This release could contain bugs. Don't expect a stable v1.1.0 until December :) | |||
170 | 308 | ||
171 | ### Features | 309 | ### Features |
172 | 310 | ||
173 | * Video redundancy system (experimental, see [the doc](/support/doc/redundancy.md)) | 311 | * Video redundancy system (experimental, see [the doc](https://docs.joinpeertube.org/lang/en/devdocs/architecture.html#redundancy-between-instances)) |
174 | * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk)) | 312 | * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk)) |
175 | * Improve download modal ([@rigelk](https://github.com/rigelk)) | 313 | * Improve download modal ([@rigelk](https://github.com/rigelk)) |
176 | * Add redirect after login ([@BO41](https://github.com/BO41)) | 314 | * Add redirect after login ([@BO41](https://github.com/BO41)) |