]>
Commit | Line | Data |
---|---|---|
e33b53ab C |
1 | # Changelog |
2 | ||
3cc8f8cc C |
3 | ## v1.3.0-rc.2 |
4 | ||
5 | ### Docker | |
6 | ||
7 | * Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml) | |
8 | and update your [.env](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/.env#L8) to fix IP forwarding issue ([@Nutomic](https://github.com/nutomic)) | |
9 | ||
10 | ### Bug fixes | |
11 | ||
12 | * Fix playlist block width when the player is in theater mode | |
13 | * Reset playlist add dropdown in watch page on video change | |
14 | * Fix follow with Mastodon | |
15 | * Fix playlist elements reordering | |
16 | * Fix my videos list pagination | |
17 | * Fix video thumbnails in admin blacklist page | |
18 | * Fix video views that are not considered | |
19 | ||
20 | ||
2ed67a7d C |
21 | ## v1.3.0-rc.1 |
22 | ||
3cc8f8cc | 23 | ### IMPORTANT NOTES |
2ed67a7d | 24 | |
56ba489f | 25 | * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr) |
2ed67a7d C |
26 | * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml** |
27 | * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110) | |
28 | ||
3cc8f8cc | 29 | ## Maintenance |
2ed67a7d C |
30 | |
31 | * Add GitPod support ([@jankeromnes](https://github.com/jankeromnes)) that could help people to contribute on PeerTube: https://github.com/Chocobozzz/PeerTube/blob/develop/.github/CONTRIBUTING.md#online-development | |
32 | * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry)) | |
33 | * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs)) | |
34 | * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk)) | |
35 | ||
3cc8f8cc | 36 | ### Docker |
2ed67a7d C |
37 | |
38 | * **Important**: Add host network mode to the reverse proxy section (without this, it could break videos views and P2P: https://github.com/Chocobozzz/PeerTube/issues/1643#issuecomment-464789666) | |
39 | * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic)) | |
40 | ||
3cc8f8cc | 41 | ### Features |
2ed67a7d C |
42 | |
43 | * Add video playlist support | |
44 | * A user has a default `Watch-later` playlist | |
45 | * A user can create private, unlisted or public playlists | |
46 | * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example) | |
47 | * The difference with a channel is that you cannot subscribe to a playlist, but you can add videos from any other user in your playlist. | |
48 | It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc | |
49 | * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel)) | |
50 | * Add Japanese & Nederlands & Português (Portugal) support | |
51 | * Add experimental HLS support | |
52 | * Better playback | |
53 | * Better bandwidth management (for both client & server) | |
54 | * Needs to store another video file per resolution, so enabling this option multiplies the videos storage by 2 (only new uploaded videos, this is not retroactive) | |
55 | * Requires ffmpeg >= 4 | |
56 | * Better instance's followers management: | |
57 | * Add ability to remove an instance's follower | |
58 | * Add ability to forbid all new instance's followers | |
59 | * Add ability to manually approve new instance's followers | |
60 | * Add notification on new instance's follower | |
61 | * Improve UI: | |
62 | * Increase player default height | |
63 | * Reduce big play button border width | |
64 | * Increase thumbnail sizes | |
65 | * Add hover effect on video miniature | |
66 | * Add "my library" section in menu | |
67 | * Add missing icons in some buttons/dropdown | |
68 | * 2 rows per overview section | |
69 | * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03)) | |
70 | * Improve video miniatures list on mobile | |
71 | * Add animation when opening user notifications | |
72 | * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example) | |
73 | * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado) | |
74 | * Add video miniature dropdown | |
75 | * Add ability for admins to declare their instance as dedicated to NSFW content | |
76 | * Improve SEO (there is still work to be done) | |
77 | * Login is now case insensitive (if using official web client) | |
78 | * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page | |
79 | * Improve comment deletion warning | |
80 | * Restore videos list component on history back | |
81 | * Add ability to consult server logs in admin | |
82 | * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk)) | |
83 | * Add a debug page to help admins to fix IP configuration issues | |
84 | * Add ability for admins to limit users videos history size | |
85 | * Add ability for admins to delete old remote videos views (reduce database size) | |
86 | * Optimize video update page load | |
87 | * Less refresh jobs | |
88 | * Cleanup invalid AP rates/comments/shares | |
89 | * Better videos redundancy config error handling | |
90 | * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel)) | |
91 | * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface)) | |
92 | * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface)) | |
93 | ||
3cc8f8cc | 94 | ### Bug fixes |
2ed67a7d C |
95 | |
96 | * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel)) | |
97 | * Fix account description database error | |
98 | * Fix Pleroma follow | |
99 | * Fix greek label | |
100 | * Fix email notification for some users | |
101 | * Fix translation of "Copy magnet URI" | |
102 | * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger) | |
103 | * Fix URL in video import notification | |
104 | * Don't close help popover when clicking on it | |
105 | * Fix `tmp` directory cleanup | |
106 | * Fix custom CSS help | |
107 | * Fix JSONLD context | |
108 | * Fix privacy label display in upload form | |
109 | * Fix my account settings responsiveness | |
110 | * Fix keyboard icon transparency ([@gbip](https://github.com/gbip)) | |
111 | * Fix contact admin button overflow | |
112 | * Wait config to be loaded before loading login/signup | |
113 | * Privacy is optional in upload API endpoint | |
114 | * Fix hotkeys help popup overflow | |
115 | ||
116 | ||
52f659f2 C |
117 | ## v1.2.1 |
118 | ||
3cc8f8cc | 119 | ### Bug fixes |
52f659f2 C |
120 | |
121 | * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server | |
122 | * Fix too long display name overflow in menu | |
123 | * Fix mention notification when a remote account mention a local account that has the same username than yours | |
124 | * Fix access to muted servers table for moderators | |
125 | * Don't crash notification popup on bug | |
126 | * Fix reset password script that leaks password on invalid value | |
127 | ||
128 | ||
a3526828 | 129 | ## v1.2.0 |
b3079978 C |
130 | |
131 | ### BREAKING CHANGES | |
132 | ||
133 | * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir)) | |
a3526828 | 134 | * **Docker:** Check you have all the storage fields in your `/config/production.yaml` file: https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/config/production.yaml#L34 |
4d7d240c | 135 | * **nginx:** Add redundancy endpoint in static file. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx** |
a3526828 | 136 | * **nginx:** Add socket io endpoint. **You should add it in your nginx configuration: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx** |
b3079978 C |
137 | * Moderators can manage users now (add/delete/update/block) |
138 | * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml** | |
139 | ||
140 | ### Maintenance | |
141 | ||
142 | * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic)) | |
4d7d240c | 143 | * Explain that PeerTube must be stopped in prune storage script |
b3079978 C |
144 | * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann)) |
145 | * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb)) | |
146 | ||
147 | ### Docker | |
148 | ||
149 | * Patch docker entrypoint to speed up the chown at startup ([LecygneNoir](https://github.com/LecygneNoir)) | |
150 | ||
151 | ### Features | |
152 | ||
4d7d240c | 153 | * Add Russian, Polish and Italian languages |
b3079978 C |
154 | * Add user notifications: |
155 | * Notification types: | |
156 | * Comment on my video | |
157 | * New video from my subscriptions | |
158 | * New video abuses (for moderators) | |
159 | * Blacklist/Unblacklist on my video | |
160 | * Video import finished (error or success) | |
161 | * Pending video published (after transcoding or a scheduled update) | |
162 | * My account or one of my channel has a new follower | |
163 | * Someone (except muted accounts) mentioned me in comments | |
164 | * A user registered on the instance (for moderators) | |
165 | * Notification actions: | |
166 | * Add a web notification | |
167 | * Send an english email | |
168 | * Add contact form in about page (**enabled by default**) | |
169 | * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**) | |
b3079978 C |
170 | * Support additional video extensions if transcoding is enabled (**enabled by default**) |
171 | * Redirect to the last url on login | |
172 | * Add ability to automatically set the video caption in URL. Example: https://peertube2.cpy.re/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d?subtitle=ru | |
4d7d240c | 173 | * Automatically enable the last selected caption when watching a video |
b3079978 | 174 | * Add ability to disable, clear and list user videos history |
b3079978 | 175 | * Add a button to help to translate peertube |
4d7d240c | 176 | * Add text in the report modal to explain to whom the report will be sent |
b3079978 C |
177 | * Open my account menu entries on hover |
178 | * Explain what features are enabled on the instance in the about page | |
179 | * Add an error message in the forgot password modal if the instance email system is not configured | |
180 | * Add sitemap | |
181 | * Add well known url to change password ([@rigelk](https://github.com/rigelk)) | |
182 | * Remove 8GB video upload limit on client side. There may still be such limit depending on the reverse proxy configuration ([@scanlime](https://github.com/scanlime)) | |
183 | * Add CSP ([@rigelk](https://github.com/rigelk) & [@Nutomic](https://github.com/nutomic)) | |
184 | * Update title and description HTML tags when rendering video HTML page | |
185 | * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken)) | |
186 | * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger)) | |
4d7d240c | 187 | * Warn users when they want to delete a channel because they will not be able to create another channel with the same name |
b3079978 | 188 | * Warn users when they leave the video upload/update (on page refresh/tab close) |
4d7d240c | 189 | * Set max user name, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat)) |
b3079978 C |
190 | * Increase video abuse length to 3000 characters |
191 | * Add totalLocalVideoFilesSize in the stats endpoint | |
192 | ||
3cc8f8cc | 193 | ### Bug fixes |
b3079978 C |
194 | |
195 | * Fix the addition of captions to a video | |
196 | * Fix federation of some videos | |
197 | * Fix NSFW blur on search | |
198 | * Add error message when trying to upload .ass subtitles | |
199 | * Fix default homepage in the progressive web application | |
200 | * Don't crash on queue error | |
4d7d240c C |
201 | * Fix EXDEV errors if you have multiple mount points |
202 | * Fix broken audio in transcoding with some videos | |
b3079978 C |
203 | * Fix crash on getVideoFileStream issue |
204 | * Fix followers search | |
205 | * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/)) | |
206 | * Use origin video url in canonical tag | |
207 | * Fix captions in HTTP fallback | |
208 | * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances | |
4d7d240c | 209 | * Add missing translations in video embed page |
b3079978 C |
210 | * Fix some styling issues in dark mode |
211 | * Fix transcoding issues with some videos | |
a3526828 C |
212 | * Fix Mac OS mkv/avi upload |
213 | * Fix menu overflow on mobile | |
214 | * Fix ownership button icons ([@joshmorel](https://github.com/joshmorel)) | |
b3079978 C |
215 | |
216 | ||
556ec6d0 C |
217 | ## v1.1.0 |
218 | ||
ebb675b4 | 219 | ***Since v1.0.1*** |
556ec6d0 | 220 | |
8d00889b | 221 | ### BREAKING CHANGES |
b3079978 | 222 | |
8d00889b C |
223 | * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir)) |
224 | ||
556ec6d0 C |
225 | ### Maintenance |
226 | ||
46e9407c C |
227 | * Improve REST API documentation ([@rigelk](https://github.com/rigelk)) |
228 | * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk)) | |
556ec6d0 C |
229 | * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk)) |
230 | * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk)) | |
231 | * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic)) | |
232 | * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat)) | |
233 | ||
234 | ### Scripts | |
235 | ||
236 | * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry)) | |
237 | * Add REPL script ([@McFlat](https://github.com/mcflat)) | |
238 | ||
239 | ### Docker | |
240 | ||
241 | * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou)) | |
242 | * Add docker dev image ([@am97](https://github.com/am97)) | |
243 | * Improve docker compose template ([@Nutomic](https://github.com/nutomic)) | |
244 | * Add postfix image | |
245 | * Redirect HTTP -> HTTPS | |
246 | * Disable Træfik web UI | |
556ec6d0 C |
247 | |
248 | ### Features | |
249 | ||
250 | * Automatically resume videos if the user is logged in | |
251 | * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41)) | |
252 | * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime)) | |
253 | * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic)) | |
254 | * Add moderation tools in the account page | |
255 | * Add bulk actions in users table (Delete/Ban for now) | |
256 | * Add search filter in admin users table | |
257 | * Add search filter in admin following | |
258 | * Add search filter in admin followers | |
259 | * Add ability to list all local videos | |
260 | * Add ability for users to mute an account or an instance | |
261 | * Add ability for administrators to mute an account or an instance | |
262 | * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker)) | |
263 | * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq)) | |
264 | * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk)) | |
265 | * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic)) | |
266 | * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk)) | |
267 | * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque)) | |
268 | * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk)) | |
269 | * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat)) | |
270 | * Add background effect to activated menu entry | |
271 | * Improve video upload error handling | |
272 | * Improve message visibility on signup | |
273 | * Auto login user on signup if email verification is disabled | |
274 | * Speed up PeerTube startup (in particular the first one) | |
275 | * Delete invalid or deleted remote videos | |
276 | * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel)) | |
277 | * Add separators in user moderation dropdown | |
278 | ||
279 | ### Bug fixes | |
280 | ||
281 | * AP mimeType -> mediaType | |
282 | * PeerTube is not in beta anymore | |
283 | * PeerTube is not in alpha anymore :p | |
284 | * Fix optimize old videos script | |
285 | * Check follow constraints when getting a video | |
286 | * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu)) | |
287 | * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk)) | |
288 | * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld)) | |
289 | * Fix Linked Signature compatibility | |
290 | * Fix AP collections pagination | |
291 | * Fix too big thumbnails (when using URL import) | |
292 | * Do not host remote AP objects: use redirection instead | |
293 | * Fix video miniature with a long name | |
294 | * Fix video views inconsistencies inside the federation | |
295 | * Fix video embed in Wordpress Gutenberg | |
296 | * Fix video channel videos url when scrolling | |
297 | * Fix player progress bar/seeking when changing resolution | |
298 | * Fix search tab title with no search | |
299 | * Fix YouTube video import with some videos | |
300 | ||
ebb675b4 | 301 | ***Since v1.1.0-rc.1*** |
556ec6d0 C |
302 | |
303 | ### Bug fixes | |
304 | ||
305 | * Fix AP infinite redirection | |
306 | * Fix trending page | |
307 | ||
308 | ||
38c62754 C |
309 | ## v1.1.0-rc.1 (since v1.1.0-alpha.2) |
310 | ||
311 | ### Maintenance | |
312 | ||
46e9407c C |
313 | * Improve REST API documentation ([@rigelk](https://github.com/rigelk)) |
314 | * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk)) | |
38c62754 C |
315 | * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk)) |
316 | * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk)) | |
317 | * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic)) | |
318 | * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat)) | |
319 | ||
320 | ### Docker | |
321 | ||
322 | * Improve docker compose template ([@Nutomic](https://github.com/nutomic)) | |
f96408ee C |
323 | * Add postfix image |
324 | * Redirect HTTP -> HTTPS | |
325 | * Disable Træfik web UI | |
38c62754 C |
326 | * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir)) |
327 | ||
328 | ### Features | |
329 | ||
330 | * Add background effect to activated menu entry | |
331 | * Improve video upload error handling | |
332 | * Improve message visibility on signup | |
333 | * Auto login user on signup if email verification is disabled | |
334 | * Speed up PeerTube startup (in particular the first one) | |
335 | * Delete invalid or deleted remote videos | |
336 | * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel)) | |
337 | * Add separators in user moderation dropdown | |
338 | ||
339 | ### Bug fixes | |
340 | ||
341 | * Check follow constraints when getting a video | |
342 | * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu)) | |
343 | * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk)) | |
344 | * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld)) | |
345 | * Fix Linked Signature compatibility | |
346 | * Fix AP collections pagination | |
347 | * Fix too big thumbnails (when using URL import) | |
348 | * Do not host remote AP objects: use redirection instead | |
349 | * Fix video miniature with a long name | |
350 | * Fix video views inconsistencies inside the federation | |
351 | * Fix video embed in Wordpress Gutenberg | |
352 | * Fix video channel videos url when scrolling | |
353 | * Fix player progress bar/seeking when changing resolution | |
354 | * Fix search tab title with no search | |
355 | * Fix YouTube video import with some videos | |
356 | ||
357 | ||
3aa5001e C |
358 | ## v1.1.0-alpha.2 (since v1.1.0-alpha.1) |
359 | ||
360 | ### Security/Maintenance/Federation | |
361 | ||
362 | * Add HTTP Signature in addition to Linked Signature: | |
363 | * It's faster | |
364 | * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation | |
365 | ||
366 | ### Features | |
367 | ||
368 | * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic)) | |
369 | * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk)) | |
370 | * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque)) | |
371 | * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk)) | |
372 | * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat)) | |
373 | ||
374 | ### Bug fixes | |
375 | ||
376 | * Scale bitrate linearly with FPS ([@Nutomic](https://github.com/nutomic)) | |
377 | * AP mimeType -> mediaType | |
378 | * PeerTube is not in beta anymore | |
379 | * PeerTube is not in alpha anymore :p | |
380 | * Fix optimize old videos script | |
381 | ||
382 | ||
1c4e716e C |
383 | ## v1.0.1 |
384 | ||
3aa5001e | 385 | ### Security/Maintenance/Federation |
1c4e716e C |
386 | |
387 | * Add HTTP Signature in addition to Linked Signature: | |
388 | * It's faster | |
389 | * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation | |
390 | ||
391 | ||
26370ce4 C |
392 | ## v1.1.0-alpha.1 |
393 | ||
394 | We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks. | |
395 | This release could contain bugs. Don't expect a stable v1.1.0 until December :) | |
396 | ||
397 | ### Scripts | |
398 | ||
399 | * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry)) | |
400 | * Add REPL script ([@McFlat](https://github.com/mcflat)) | |
401 | ||
402 | ### Docker | |
403 | ||
404 | * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou)) | |
405 | * Add docker dev image ([@am97](https://github.com/am97)) | |
406 | ||
407 | ### Features | |
408 | ||
409 | * Automatically resume videos if the user is logged in | |
410 | * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41)) | |
411 | * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime)) | |
412 | * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic)) | |
413 | * Add moderation tools in the account page | |
414 | * Add bulk actions in users table (Delete/Ban for now) | |
415 | * Add search filter in admin users table | |
416 | * Add search filter in admin following | |
417 | * Add search filter in admin followers | |
418 | * Add ability to list all local videos | |
419 | * Add ability for users to mute an account or an instance | |
420 | * Add ability for administrators to mute an account or an instance | |
421 | * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker)) | |
422 | * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq)) | |
423 | * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk)) | |
424 | ||
425 | ||
a21b1e00 C |
426 | ## v1.0.0 |
427 | ||
98d9ada2 C |
428 | ### SECURITY |
429 | ||
430 | * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka) | |
a21b1e00 C |
431 | |
432 | ### Bug fixes | |
433 | ||
434 | * Check video exists before extending expiration | |
435 | * Correctly delete redundancy files | |
436 | * Fix account URI in remote comment modal ([@rigelk](https://github.com/rigelk)) | |
437 | * Fix avatar update | |
438 | * Avoid old issue regarding duplicated hosts in database | |
439 | ||
440 | ||
bbc45810 C |
441 | ## v1.0.0-rc.2 |
442 | ||
443 | ### Bug fixes | |
444 | ||
445 | * Fix config endpoint | |
446 | ||
447 | ||
e4b9deac C |
448 | ## v1.0.0-rc.1 |
449 | ||
450 | ### Features | |
451 | ||
452 | * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453)) | |
453 | * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk)) | |
454 | * Add comment feeds in watch page | |
455 | ||
456 | ### Bug fixes | |
457 | ||
458 | * Fix dnt route (yes again, but now we have unit tests for this route :D) | |
459 | * Check video channel name is unique when creating a new one | |
460 | * Fix video fps validator (prevent redundancy/refresh of some old videos) | |
461 | * Allow empty search on client side ([@rigelk](https://github.com/rigelk)) | |
462 | * Correctly forward comment deletion | |
463 | ||
464 | ||
ba2a95d6 C |
465 | ## v1.0.0-beta.16 |
466 | ||
467 | ### BREAKING CHANGES | |
468 | ||
469 | * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic)) | |
470 | ||
471 | ### Features | |
472 | ||
473 | * Add shortcuts icon in menu | |
474 | * Improve overview section titles | |
475 | * Check old password before change ([@BO41](https://github.com/BO41)) | |
2a27c451 | 476 | * Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk)) |
ba2a95d6 C |
477 | |
478 | ### Bug fixes | |
479 | ||
2a27c451 C |
480 | * Stop seeding torrents after a failed import |
481 | * Fix player crashing the web browser | |
482 | * Fix player performance with small devices | |
483 | * Fix some untranslated strings | |
ba2a95d6 C |
484 | * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk)) |
485 | * Fix video import of some youtube videos | |
486 | * Fix (long) video description when importing by url | |
487 | * Fix Mastodon federation with a comment reply | |
488 | * Correctly delete directories on import | |
489 | * Remove duplicated videos on unfollow/delete redundancy | |
490 | * Fix 404 on manifest | |
491 | * Hide useless error when destroying fake renderer | |
492 | * Display other videos on big screens on the right of the watch page | |
493 | * Fix no other videos displayed on some videos | |
2a27c451 C |
494 | * Fix hidden advanced options in upload form |
495 | * Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk)) | |
496 | * Fix error when updating many video captions | |
497 | * Fix "my account" subtitles | |
498 | * Fix error when clicking on the disabled publish button | |
499 | * Increase timeout on upload endpoint | |
500 | * Fix redundancy with videos already duplicated by another instance(s) | |
501 | * Correctly delete files on failed import | |
ba2a95d6 C |
502 | |
503 | ||
3d446046 C |
504 | ## v1.0.0-beta.15 |
505 | ||
506 | ### Features | |
507 | ||
508 | * Improve subscription button ([@rigelk](https://github.com/rigelk)) | |
509 | * Display it for unlogged users | |
510 | * Add RSS feed | |
511 | * Allow remote follow | |
512 | * Allow remote comment ([@rigelk](https://github.com/rigelk)) | |
513 | * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC)) | |
514 | ||
515 | ### Bug fixes | |
516 | ||
517 | * Fix redundancy with old PeerTube torrents | |
518 | * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route | |
519 | * Fix redundancy totalVideos stats | |
520 | * Reduce video import TTL to 1 hour | |
521 | * Only duplicate public videos | |
522 | ||
523 | ||
00dd6642 C |
524 | ## v1.0.0-beta.14 |
525 | ||
526 | ### Features | |
527 | ||
46e9407c | 528 | * Video redundancy system (experimental) |
00dd6642 C |
529 | * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk)) |
530 | * Improve download modal ([@rigelk](https://github.com/rigelk)) | |
531 | * Add redirect after login ([@BO41](https://github.com/BO41)) | |
532 | * Improve message when removing a user | |
533 | * Improve responsive on small screens | |
534 | * Improve performance: | |
16c73bb4 C |
535 | * Overview endpoint |
536 | * SQL requests of watch page endpoints | |
537 | * SQL requests of ActivityPub endpoints | |
538 | * Cache user token | |
539 | * Videos infinite scroll in the web browser | |
00dd6642 C |
540 | * Add warning if one of the storage directory is in the peertube production directory |
541 | * Auto focus first field on login ([@rigelk](https://github.com/rigelk)) | |
542 | * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk)) | |
543 | ||
544 | ### Bug fixes | |
545 | ||
546 | * Fix 24 hours delay to process views | |
547 | * Fix tag search on overview page | |
548 | * Handle actors search beginning with '@' | |
549 | * Fix "no results" on overview page | |
550 | * Fix iOS player playback/subtitles menu | |
551 | * Fix description/comments that break the video watch page | |
552 | * Don't get recommended videos twice | |
553 | * Fix admin access to moderators | |
554 | * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk)) | |
555 | * Fix help popover overflow ([@rigelk](https://github.com/rigelk)) | |
556 | * Fix comment deletion with mastodon (only with new comments) | |
557 | ||
558 | ||
64eb8064 C |
559 | ## v1.0.0-beta.13 |
560 | ||
561 | ### Features | |
562 | ||
563 | * Improve keyboard navigation ([@rigelk](https://github.com/rigelk)) | |
564 | * Remember theme in local storage ([@rigelk](https://github.com/rigelk)) | |
565 | ||
566 | ### Bug fixes | |
567 | ||
568 | * Fix upgrade/installation on node 8.12 (bcrypt issue) | |
569 | * Fix video channel deletion | |
570 | * Fix video channel RSS | |
571 | * Fix video views increment | |
572 | ||
573 | ||
65cb4bb4 C |
574 | ## v1.0.0-beta.12 |
575 | ||
576 | **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** | |
577 | ||
578 | ### BREAKING CHANGES | |
579 | ||
580 | * Users can now use the name they want for their channel. | |
581 | We will therefore favour the display of video channel handles/names instead of account in the future. | |
582 | ||
583 | ### Documentation | |
584 | ||
585 | * Add SECURITY.md document | |
586 | * Add TCP/IP tuning template to prevent buffer bloat/latency ([@scanlime](https://github.com/scanlime)) | |
587 | * Add `parse-log` admin tool documentation | |
588 | * Improve README schemas ([@Edznux](https://github.com/edznux)) | |
589 | ||
590 | ### nginx template | |
591 | ||
592 | * Add gzip support ([@scanlime](https://github.com/scanlime)) | |
593 | ||
594 | ### Docker template | |
595 | ||
596 | * Add quota to the docker configuration values ([@kaiyou](https://github.com/kaiyou)) | |
597 | ||
598 | ### Features | |
599 | ||
600 | * Add portuguese and swedish languages | |
601 | * Support user subscriptions | |
602 | * Add ability to search videos or channels with their URL/handle (can be opt-out by the admin) | |
603 | * Add "videos overview" page (pick randomly some categories/tags/channels and display their videos) | |
604 | * Add ability to set a name (left part of the handle) to a channel instead of UUID | |
605 | * Users can "give" their videos to other local users (WIP, feedback welcome) ([@grizio](https://github.com/grizio)) | |
606 | * Add keyboard shortcuts (press `?` to see them) ([@rigelk](https://github.com/rigelk)) | |
607 | * Add ability to set daily video upload quota to users ([@Nutomic](https://github.com/nutomic)) | |
608 | * Add user email verification (can be opt-in by the admin) ([@joshmorel](https://github.com/joshmorel)) | |
609 | * Improve video watch page style ([@rigelk](https://github.com/rigelk)) | |
610 | * Trending page takes into account views from the last x days (defined by the admin in the configuration file) | |
611 | * Add "start at" checkbox in the video share modal | |
612 | * Add instance capabilities table in the signup page ([@rigelk](https://github.com/rigelk)) | |
613 | * Improve video abuses display in admin ([@Nutomic](https://github.com/nutomic)) | |
614 | * Add "my videos" shortcut in menu ([@LeoMouyna](https://github.com/LeoMouyna)) | |
615 | * Support 0.75 and 1.25 playback speeds ([@Glandos](https://github.com/Glandos)) | |
616 | * Improve error message on actor name conflict | |
617 | * Improve videos list/search SQL query (split it into 2 queries) | |
618 | * Make left menu show the scrollbar only on hover/focus ([@rigelk](https://github.com/rigelk)) | |
619 | * Other videos column in watch page show related tagged videos if possible ([@jorropo](https://github.com/jorropo)) | |
620 | * Password change errors more friendly ([@jorropo](https://github.com/jorropo)) | |
621 | * Improve labels for video privacies (video upload/update) | |
622 | * Add theming via CSS custom properties ([@rigelk](https://github.com/rigelk)) | |
623 | * Add dark theme ([@rigelk](https://github.com/rigelk)) | |
624 | * Add input color to cope with browser themes ([@rigelk](https://github.com/rigelk)) | |
625 | ||
626 | ### Bug fixes | |
627 | ||
628 | * Fix player video playback (videos never ends or infinite load after seeking) | |
629 | * Fix video URL import with videos having a small title | |
630 | * Make HSTS opt-in and leave it to the reverse-proxy ([@rigelk](https://github.com/rigelk)) | |
631 | * Fix search results on mobile | |
632 | * Do not import live streaming | |
633 | * Fix NSFW filter when the instance decides to hide them and the user decides to list them | |
634 | * Delete highlighted comment too if needed | |
635 | * Fix ffmpeg auto thread admin configuration ([@jorropo](https://github.com/jorropo)) | |
636 | * ActivityPub: use height instead of width to represent the video resolution | |
637 | * Fix thumbnail/preview in upload.js script | |
638 | * Fix import-videos.js duplicate detection | |
639 | * Fix occitan language label | |
640 | ||
641 | ||
a4829f0f C |
642 | ## v1.0.0-beta.11 |
643 | ||
644 | **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** | |
645 | ||
646 | ### Features | |
647 | ||
3256a4a6 | 648 | * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet. |
a4829f0f C |
649 | Should be explicitly enabled by the administrator in the configuration file |
650 | * Add german, spanish, taiwan (traditional chinese) and occitan languages | |
651 | * Add ability to delete our account | |
652 | * Add ability to ban a user | |
653 | * Add ability to set a moderation comment to an abuse | |
654 | * Add state (pending, accepted, rejected) attribute to an abuse | |
655 | * Add ability to set a reason when blacklisting a video | |
656 | * Add ability to blacklist local videos | |
657 | * Improve abuse and blacklist tables | |
658 | * Add user quota used in users list | |
659 | * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube) | |
660 | * Add database pool configuration ([@rigelk](https://github.com/rigelk)) | |
661 | * Add audit log ([@Nautigsam](https://github.com/Nautigsam)) | |
3256a4a6 | 662 | * Add ffmpeg nice and auto thread ([@jorropo](https://github.com/jorropo)) |
a4829f0f C |
663 | * Upgrade to bootstrap 4 |
664 | * DNT support | |
665 | ||
666 | ### Bug fixes | |
3256a4a6 | 667 | |
a4829f0f C |
668 | * Fix videos FPS federation |
669 | * Cleanup request files on bad request | |
670 | * Handle truncated markdown links | |
671 | * Fix dropdown position in menu | |
672 | * Translate subtitle languages in player | |
673 | * Translate player according the language of the interface | |
674 | * Fix reset my password button ([@joshmorel](https://github.com/joshmorel)) | |
675 | ||
676 | ||
d3736b8d C |
677 | ## v1.0.0-beta.10 |
678 | ||
679 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | |
680 | ||
681 | ### Bug fixes (from beta.10.pre.3) | |
682 | ||
683 | * Fix caption upload on Mac OS | |
684 | ||
685 | ||
cc6373e6 C |
686 | ## v1.0.0-beta.10.pre.3 |
687 | ||
688 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | |
689 | ||
690 | ### Bug fixes (from beta.10.pre.2) | |
691 | ||
692 | * Try to fix the infinite creation of Delete actor jobs by deleting kue migration | |
693 | * Cleanup SQL indexes | |
694 | * Try to optimize SQL search query | |
695 | * Try to optimize videos list SQL query | |
696 | * Add more logs and fix logger when having an error | |
697 | * Move subscription helper in the account line in video watch page | |
698 | * Fix responsive on videos search | |
699 | * Refresh orphan actors | |
3256a4a6 | 700 | * Don't send a follow request if the follow was already accepted |
cc6373e6 C |
701 | |
702 | ||
2da00d2a C |
703 | ## v1.0.0-beta.10.pre.2 |
704 | ||
705 | **See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade** | |
706 | ||
cc6373e6 | 707 | ### Bug fixes (from beta.10.pre.1) |
2da00d2a C |
708 | |
709 | * Fix captions/subtitles freeze in player | |
710 | * Fix attribute label width in video watch page | |
711 | * Fix player playback in Chrome | |
712 | * Revert SQL optimization when listing videos: it breaks the connection pool of some instances | |
713 | ||
714 | ||
039fd8bc C |
715 | ## v1.0.0-beta.10.pre.1 |
716 | ||
717 | This version is a pre release because it contains many important changes, and requires manual steps before upgrading. | |
718 | ||
6af6cf83 | 719 | **Important:** Before upgrading run the following commands (no need to stop PeerTube) on your PeerTube database (in this example it's *peertube_prod*): |
039fd8bc C |
720 | |
721 | ``` | |
722 | $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;' | |
723 | $ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;' | |
724 | ``` | |
0933bb4a C |
725 | |
726 | You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html). | |
3256a4a6 | 727 | |
039fd8bc C |
728 | ### BREAKING CHANGES |
729 | ||
730 | * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database | |
731 | * `category` filter param is replaced by `categoryOneOf` | |
0933bb4a C |
732 | * Switch job queue to [Bull](https://github.com/OptimalBits/bull). **PeerTube will not migrate your old pending jobs in this new queue manager** |
733 | * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx)) | |
039fd8bc | 734 | * Update default cache size configurations |
6104adc3 | 735 | * Update search API route: `/videos/search` becomes `/search/videos` |
47c951b7 | 736 | * Needs Redis >= 2.8.18 |
3256a4a6 | 737 | |
039fd8bc C |
738 | ### Features |
739 | ||
740 | * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto) | |
741 | * Subtitles/captions support (.srt and .vtt) | |
742 | * Add advanced search | |
743 | * Add ability to click on category/language/licence/tags in watch page | |
744 | * Improve explanations of P2P & Privacy section in about page | |
745 | * Avoid design latency when the admin set custom CSS | |
746 | * Add ability to update video channel avatar | |
747 | * Limit video resolution depending on the video element size (Nitesh Sawant) | |
748 | * Show "Other videos" on a <1300px viewport ([@Simounet](https://github.com/simounet)) | |
749 | * Add QR code to share videos URL ([@DeeJayBro](https://github.com/DeeJayBro)) | |
750 | * Add "agree to the terms" checkbox in registration form | |
751 | * Add tracker rate limiter | |
752 | * Add author URL in OEmbed response | |
753 | * Display username instead of email in menu | |
754 | * Clarifying what extensions are accepted for upload ([@rigelk](https://github.com/rigelk)) | |
755 | * Thumbnail support for RSS feeds ([@rigelk](https://github.com/rigelk)) | |
756 | * Open CORS on API and static resources ([@rezonant](https://github.com/rezonant) | |
757 | * B-adapt 1 and B-frames 16 on ffmpeg transcoding: ([@Anton-Latukha](https://github.com/Anton-Latukha)). See https://github.com/Chocobozzz/PeerTube/pull/774 for more information | |
758 | * Support Redis socket ([@rigelk](https://github.com/rigelk)) | |
759 | * Improve video `start` param to support string times (for example: 2m42s)) | |
760 | * Display table next/prev/first/last icons in admin tables | |
761 | * NodeInfo support ([@rigelk](https://github.com/rigelk)) | |
762 | * Improve HTTP headers security ([@rigelk](https://github.com/rigelk)) | |
763 | * Improve client accessibility (for screen reader users etc) | |
764 | * Optimize SQL requests (in particular the one to list videos) | |
765 | * Optimize images ([@jorropo](https://github.com/jorropo)) | |
766 | * Add esperanto, lojban, klingon and kotava (audio/subtitle) languages | |
767 | * Allow uploads of videos <8GB (*experimental*) | |
768 | * Handle FPS > 30 (*experimental*) | |
769 | ||
770 | ### Bug fixes | |
771 | ||
772 | * Fix avatars/thumbnails update (cache issue) | |
773 | * Fix pagination on admin job table when changing the job state | |
774 | * Fix SQL transaction retryer log | |
775 | * Correctly handle error when remote instance is down | |
776 | * Fix account videos URL when scrolling | |
777 | * Avoid commenting twice by disabling comment submit button when sending the comment | |
778 | * Reset confirm component input when closing it | |
779 | * Fix video speed when video resolutions changes ([@grizio](https://github.com/grizio)) | |
780 | * Disable hotkeys modifiers for numbers ([@rigelk](https://github.com/rigelk)) | |
781 | * Reset published date on video publish (scheduled or after a transcoding) | |
782 | * Avoid 404 title on the first page load | |
783 | * Fix forgot password message regarding email | |
784 | * Remove scroll to top when closing the menu ([@ebrehault](https://github.com/ebrehault)) | |
785 | * Use UUID for channel link in watch page | |
786 | ||
787 | ### Docker | |
788 | ||
789 | * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env | |
3256a4a6 | 790 | |
039fd8bc | 791 | |
7ba442d4 C |
792 | ## v1.0.0-beta.9 |
793 | ||
794 | ### Features | |
795 | ||
796 | * Theater/Cinema mode in player | |
797 | * Add ability to wait transcoding before publishing it | |
798 | * Add ability for uploaders to schedule video update | |
799 | * Add time display to see where we seek the video | |
800 | * Add title in player peers info to show total downloaded/uploaded data | |
801 | * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk)) | |
11fa7d39 | 802 | * Add warning if the domain name is different from the one of the first start of Peertube |
7ba442d4 C |
803 | * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent)) |
804 | ||
805 | ### Bug fixes | |
806 | ||
807 | * Fix dislikes number in video watch page | |
808 | * Fix import when the imported file has the same extension than an already existing file | |
809 | * Fix bad RSS descriptions when filtering videos by account or channel | |
810 | * Fix RSS results limit | |
811 | * Fix glitch when updating player volume | |
812 | * Use local object URLs for feeds | |
813 | * Automatically jump to the highlighted thread | |
814 | * Fix account link width on video view ([@sesn](https://github.com/sesn)) | |
815 | * Prevent commenting twice | |
816 | * Blue links color in comments | |
817 | * Fix quota precision in users list | |
818 | * Handle markdown in account/video channel pages | |
819 | * Fix avatar image in channel page | |
820 | * Fix slow HTTP fallback on Firefox | |
821 | * Do not create a user with the same username than another actor name | |
822 | * Reset search on page change | |
823 | * Fix images size limit | |
824 | * Log torrent errors/warnings in the console, instead of disturbing users | |
825 | ||
826 | ||
f3c65a51 C |
827 | ## v1.0.0-beta.8 |
828 | ||
829 | ### Features | |
830 | ||
831 | * Docker: | |
832 | * Add disable_starttls and transcoding configuration variables | |
833 | * `.env` file to define env variables (instead of defining them in `docker-compose.yml`) | |
834 | * Some improvements that should make the upgrades less painful | |
835 | * Add ability to manually run transcoding jobs (admin with CLI) | |
836 | * Add ability to import a video file (admin with CLI) | |
837 | * Add context menu to the player | |
838 | * Add number of videos published by an account/video channel | |
839 | * Improve player progress bar | |
840 | * Improve Twitter configuration help tooltips | |
841 | * Pick average video file instead of max quality in "Auto" resolution mode | |
842 | * Increase access token lifetime to 1 day | |
843 | * Add video comments RSS | |
844 | ||
845 | ### Bug fixes | |
846 | ||
847 | * Clicking on "Download" correctly opens a popup to download the video | |
848 | (instead of opening the video in a new tab) | |
849 | * Fix frequent logout | |
850 | * Fix `publishedAt` video attribute when following a new instance | |
851 | * Correctly resumes the video on "PeerTube" link click in embed | |
852 | * Fix markdown links truncation | |
853 | * Fix account/channel pages not updated if we only change the account/channel | |
854 | * Fix player resolution change that plays even if the video was paused | |
855 | * Fix posting view in embed that contains search params | |
856 | * Fix video watch tooltips regarding subscriptions by using the account name | |
857 | instead of the display name | |
858 | * Rename "my settings" to "my account" in menu | |
859 | ||
860 | ||
77a87fec C |
861 | ## v1.0.0-beta.7 |
862 | ||
863 | ### BREAKING CHANGES | |
864 | ||
865 | * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`) | |
866 | ||
867 | ### Documentation | |
868 | ||
869 | * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md | |
870 | ||
871 | ### Features | |
872 | ||
873 | * Add short description in about page | |
874 | * Add owner account name in video channel page | |
875 | * Improve performance in ActivityPub controllers | |
876 | * Video **support** field inherits video channel **support** field when uploading/updating a video | |
877 | * Resume video when clicking on "PeerTube" link in embed | |
878 | ||
879 | ### Bug fixes | |
880 | ||
881 | * Fix player on Android | |
882 | * Fix player when Firefox has cookies disabled | |
883 | * Reload "my videos" after a delete | |
884 | * Fix missing key configuration when upgrading with Docker | |
885 | * Fix CC audience in Activity Pub objects/activities | |
886 | ||
887 | ||
265fb1bc C |
888 | ## v1.0.0-beta.6 |
889 | ||
890 | ### Features | |
891 | ||
892 | * Handle concurrent requests in cache middleware | |
893 | * Add ability to enable registration by IP | |
894 | ||
895 | ### Bug fixes | |
896 | ||
897 | * Fix insane SQL request when loading all video attributes | |
898 | ||
899 | ||
67477ee4 C |
900 | ## v1.0.0-beta.5 |
901 | ||
902 | ### BREAKING CHANGES | |
903 | ||
904 | * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb) | |
905 | * Rename client routes: | |
906 | * `/admin/users/add` to `/admin/users/create` | |
907 | * `/videos/edit/:uuid` to `/videos/update/:uuid` | |
908 | * `/admin/users/:id/update` to `/admin/users/update/:id` | |
909 | ||
910 | ||
911 | ### Features | |
912 | ||
913 | * Adding basic helpers to guide users for comments/subscribe to accounts | |
914 | * Add ability to move a video in another channel | |
915 | * Improve web browser RAM consumption when watching (long) videos | |
916 | * Support robots.txt in configuration | |
917 | * Add ability to select the Redis database in configuration | |
918 | ||
919 | ||
920 | ### Bug fixes | |
921 | ||
922 | * Fix error message on token expiration | |
923 | * Increase menu icon size | |
924 | * Add timeout and TTL to request jobs to fix stuck job | |
925 | * Fix responsive account about page | |
926 | * Fix updating description account | |
927 | * Account/video channel descriptions are not required anymore | |
928 | * Fix video channel description and support max length (500 characters now) | |
929 | * Fix "..." for buttons (delete/edit) in admin tables | |
930 | * Fix overflow in markdown textarea preview | |
931 | * Add ability to embed videos in a Twitter card | |
932 | * Use `publishedAt` attribute when sorting videos | |
933 | * Fix concurrent requests in videos list | |
934 | * Fix player on iOS | |
935 | ||
936 | ||
9309c3df C |
937 | ## v1.0.0-beta.4 |
938 | ||
939 | ### BREAKING CHANGES | |
940 | ||
941 | * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour | |
48dce1c9 | 942 | * Move video channels routes: |
cc918ac3 | 943 | * `/videos/channels` routes to `/video-channels` |
48dce1c9 | 944 | * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels` |
82e392f8 | 945 | * PeerTube now listen on 127.0.0.1 by default |
9309c3df | 946 | * Use ISO 639 for language (*en*, *es*, *fr*...) |
3186046d C |
947 | * Tools (`import-videos`...) need the language ISO639 code instead of a number |
948 | * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number | |
9309c3df C |
949 | |
950 | ### Features | |
951 | ||
952 | * Add `publishedAt` attribute to videos | |
953 | * Improve player: | |
3186046d C |
954 | * Smooth progress bar |
955 | * Settings menu | |
956 | * Automatic resolution (depending on the user bandwidth) | |
957 | * Some animations/effects | |
958 | * More reactive when clicking on play | |
959 | * Handle autoplay blocking by some web browsers | |
960 | * Better responsive | |
961 | * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58 | |
9309c3df C |
962 | * Add an id to the body to override current CSS (for custom CSS) |
963 | * Add privacy argument to `upload.ts` script | |
964 | * RSS/Atom/JSON-feed for videos recently-added/trending/account | |
965 | * Support hostname binding in the configuration | |
966 | * Add ability to click on an account in the video watch page (link to a search) | |
967 | * Better responsive on many comment replies | |
968 | * Move follows in the job queue | |
969 | * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user | |
970 | * Add video privacy information in *my videos page* | |
971 | * Use the video name for the torrent file name instead of the UUID | |
972 | * Handle errors in embed (video not found, server error...) | |
2297b239 C |
973 | * Account view (videos uploaded by this account + video channel owned by this account + about pages) |
974 | * Video channel view (videos uploaded in this channel + about pages) | |
f6dcad4f | 975 | * Video channel management (avatar update is still missing) |
9309c3df C |
976 | |
977 | ### Bug fixes | |
978 | ||
979 | * Fix "show more" description on video change | |
980 | * Accept unlisted comments | |
981 | * Don't start application until all components were initialized | |
982 | * Fix word-break in video description and video comments | |
983 | * Don't add a `.` after the URL in the "forgot password" email | |
984 | ||
985 | ||
986 | ||
8e03c5f4 | 987 | ## v1.0.0-beta.3 |
d8c2e379 C |
988 | |
989 | ### Features | |
990 | ||
991 | * Add hover background color in menu | |
992 | * Add info about the initial user quota in the registration form | |
993 | * Add link to register in the login form | |
994 | * Prevent brute force login attack | |
995 | ||
996 | ### Bug fixes | |
997 | ||
998 | * Fix bad federation with videos with special utf characters in description (again) | |
999 | * Fix views system behind a reverse proxy | |
1000 | ||
1001 | ||
05b49c1d C |
1002 | ## v1.0.0-beta.2 |
1003 | ||
1004 | ### Features | |
1005 | ||
1006 | * More logging in SMTP module | |
1007 | * Add option to disable starttls in SMTP module | |
1008 | * Update STUN servers (using framasoft.org and stunprotocol.org now) | |
1009 | * Min comment length is 1 now (useful for emoji...) | |
1010 | * Better embed video player in small screens | |
1011 | * Reduce display time of title/description/control bar in embed on inactivity | |
1012 | * Add sign languages for videos attribute | |
1013 | * Add autoplay parameter for embed | |
1014 | * Videos search on account username and host too | |
1015 | * Redirect to homepage on empty search | |
1016 | ||
1017 | ### Bug fixes | |
1018 | ||
1019 | * Fix mentions in comment replies | |
1020 | * Logo/Title redirects to the default route | |
1021 | * Fix bad federation with videos with special utf characters in description | |
1022 | * Fix pagination on mobile | |
1023 | * Use instance name for page titles | |
1024 | * Fix bad id for Create activities (ActivityPub) | |
1025 | * Handle inner actors instead of just handling actor ids (ActivityPub) | |
1026 | * Fallback to torrent file if infohash is incorrect | |
1027 | * Fix admin config errors display/validation | |
1028 | * Add public to Announces (ActivityPub) | |
1029 | * Fix inability to run client when cookies are disabled | |
1030 | * Fix words breaking in videos description | |
1031 | * Graceful exit when import videos script fails | |
1032 | * Fix import videos with long names | |
1033 | * Fix login with a password containing special characters | |
1034 | * Fix player error flickering with an unsupported video format | |
1035 | * Fix comment delete federation | |
1036 | * Fix communication of a PeerTube instance and Mastodon | |
1037 | * Fix custom configuration with number values | |
1038 | ||
d8c2e379 | 1039 | |
164e6c87 C |
1040 | ## v1.0.0-beta.1 |
1041 | ||
3256a4a6 | 1042 | Nothing new here, but PeerTube is stable enough for being in beta now. |
164e6c87 C |
1043 | |
1044 | ||
09700934 C |
1045 | ## v1.0.0-alpha.9 |
1046 | ||
1047 | ### BREAKING CHANGES | |
1048 | ||
a7977280 | 1049 | * Update videos list/search/get API response: |
09700934 C |
1050 | * Removed `resolution` field |
1051 | * Removed `resolutionLabel` field | |
1052 | * Removed `category` field | |
1053 | * Removed `categoryLabel` field | |
1054 | * Removed `licence` field | |
1055 | * Removed `licenceLabel` field | |
1056 | * Removed `language` field | |
1057 | * Removed `languageLabel` field | |
1058 | * Removed `privacy` field | |
1059 | * Removed `privacyLabel` field | |
1060 | * Added `resolution.id` field | |
1061 | * Added `resolution.label` field | |
1062 | * Added `category.id` field | |
1063 | * Added `category.label` field | |
1064 | * Added `licence.id` field | |
1065 | * Added `licence.label` field | |
1066 | * Added `language.id` field | |
1067 | * Added `language.label` field | |
1068 | * Added `privacy.id` field | |
1069 | * Added `privacy.label` field | |
1070 | ||
a7977280 C |
1071 | ### Bug fixes |
1072 | ||
1073 | * Fix video_share_url duplicate key on failed transcoding job | |
1074 | ||
09700934 | 1075 | |
cd139178 C |
1076 | ## v1.0.0-alpha.8 |
1077 | ||
1078 | ### Features | |
1079 | ||
3256a4a6 | 1080 | * Add ability to set a short instance description |
cd139178 C |
1081 | |
1082 | ||
19a3b914 C |
1083 | ## v1.0.0-alpha.7 |
1084 | ||
1085 | ### BREAKING CHANGES | |
1086 | ||
1087 | * Update videos list/search API response: | |
1088 | * Removed `accountName` field | |
1089 | * Removed `serverHost` field | |
1090 | * Added `account.name` field | |
1091 | * Added `account.displayName` field | |
1092 | * Added `account.host` field | |
1093 | * Added `account.url` field | |
1094 | * Added `account.avatar` field | |
1095 | * Update video abuses API response: | |
1096 | * Removed `reporterUsername` field | |
1097 | * Removed `reporterServerHost` field | |
1098 | * Removed `videoId` field | |
1099 | * Removed `videoUUID` field | |
1100 | * Removed `videoName` field | |
1101 | * Added `reporterAccount` field | |
1102 | * Added `video.id` field | |
1103 | * Added `video.name` field | |
1104 | * Added `video.uuid` field | |
1105 | * Added `video.url` field | |
1106 | ||
066e94c5 C |
1107 | ### Features |
1108 | ||
a7977280 | 1109 | * Add "Local" in menu that lists only local videos |
066e94c5 | 1110 | |
19a3b914 | 1111 | |
774ec2a9 C |
1112 | ## v1.0.0-alpha.4 |
1113 | ||
1114 | ### Features | |
1115 | ||
1116 | * Add iOS support | |
1117 | ||
1118 | ||
99915ae3 | 1119 | ## v1.0.0-alpha.1 |
82828fb4 C |
1120 | |
1121 | ### Features | |
1122 | ||
1123 | * Add messages about privacy and P2P | |
1124 | * Add stats route | |
1125 | * Add playback setting | |
1126 | ||
1127 | ||
20b40b19 C |
1128 | ## v0.0.29-alpha |
1129 | ||
1130 | ### BREAKING CHANGES | |
1131 | ||
1132 | * Use only 1 thread for transcoding by default | |
1133 | ||
1134 | ### Features | |
1135 | ||
1136 | * Add help to JS/CSS custom configuration inputs | |
1137 | * Keep ratio in video thumbnail generation | |
1138 | * Handle video in portrait mode | |
1139 | ||
1140 | ### Bug fixes | |
1141 | ||
1142 | * Fix complete description on some videos | |
1143 | * Fix job sorting in administration | |
1144 | ||
1145 | ||
73c69591 C |
1146 | ## v0.0.28-alpha |
1147 | ||
1148 | ### BREAKING CHANGES | |
1149 | ||
1150 | * Enable original file transcoding by default in configuration | |
1151 | * Disable transcoding in other definitions in configuration | |
1152 | ||
1153 | ### Features | |
1154 | ||
1155 | * Fallback to HTTP if video cannot be loaded | |
1156 | * Limit to 30 FPS in transcoding | |
1157 | ||
1158 | ||
86ec3e53 C |
1159 | ## v0.0.27-alpha |
1160 | ||
78967fca C |
1161 | ### Features |
1162 | ||
1163 | * Add ability for admin to inject custom JavaScript/CSS | |
ab998f7b | 1164 | * Add help tooltip on some fields |
78967fca | 1165 | |
86ec3e53 C |
1166 | ### Bug fixes |
1167 | ||
1168 | * Fix comment reply highlighting | |
1169 | ||
b6a4fd6b | 1170 | |
61b3e146 C |
1171 | ## v0.0.26-alpha |
1172 | ||
1173 | ### BREAKING CHANGES | |
1174 | ||
1175 | * Renamed script `import-youtube.js` to `import-videos.js` | |
1176 | * Renamed `import-video.js` argument `youtube-url` to `target-url` | |
1177 | ||
1178 | ### Features | |
1179 | ||
1180 | * Add "Support" attribute/button on videos | |
1181 | * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl | |
1182 | ||
1183 | ### Bug fixes | |
1184 | ||
1185 | * Fix custom instance name overflow | |
1186 | ||
1187 | ||
b6a4fd6b C |
1188 | ## v0.0.25-alpha |
1189 | ||
1263fc4e C |
1190 | ### Features |
1191 | ||
3256a4a6 | 1192 | * Add ability to link a specific comment |
1263fc4e | 1193 | |
b6a4fd6b C |
1194 | ### Bug fixes |
1195 | ||
1196 | * Fix avatars on video watch page | |
1197 | ||
1198 | ||
e33b53ab C |
1199 | ## v0.0.24-alpha |
1200 | ||
1201 | ### Features | |
1202 | ||
1203 | * Publish comments with *ctrl + enter* | |
1204 | ||
1205 | ### Bug fixes | |
1206 | ||
1207 | * Don't stuck on active jobs | |
1208 | * Fix deleting a video with comments | |
1209 | * Fix infinite scroll (videos list) |