]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - CHANGELOG.md
Use source as target in translations
[github/Chocobozzz/PeerTube.git] / CHANGELOG.md
CommitLineData
e33b53ab
C
1# Changelog
2
eeaeab4f
C
3## v2.0.0
4
5**Since v1.4.1**
6
7### IMPORTANT NOTES
8
9 * Removed old JSON LD signature implementation. There will be some **federation incompatibilities** with forwarded activities sent
10 by PeerTube instances < v2.0.0
11 * Replaced configuration key `email.object` with `email.subject`: https://github.com/Chocobozzz/PeerTube/commit/916937d7daf386e4e2d37b2ca22db07b644b02df
12
13### Plugins/Themes API
14
15 * Add plugin hook on registration `filter:api.user.signup.allowed.result`
16
17### Docker
18
19 * Fix traefik version docker compose (**you need to update your `docker-compose.yml` file**: https://github.com/Chocobozzz/PeerTube/commit/f1b38883922fd59b36f093e44a5091e090d20862)
20
21### Maintenance
22
23 * Add `--tmpdir`, `--first`, `--last` and `--verbose [level]` parameters to peertube-import-videos script ([Yetangitu](https://github.com/Yetangitu))
24 * Improve REST API documentation ([@frankstrater](https://github.com/frankstrater))
25 * Improve plugin management documentation
26
27### Features
28
29 * Better instance admin responsibility:
30 * Add ability to set more information about your instance. This will be used in the future on https://joinpeertube.org to help people find
31 the appropriate PeerTube instance on which they can register:
32 * Main **Categories**
33 * **Languages** you/your moderators speak
34 * **Code of Conduct**
35 * **Moderation information** (who moderates your instance, NSFW policy etc)
36 * Who is **behind the instance** (a single person? non-profit?)
37 * Why did the admin **create this instance**
38 * How long the admin plan to **maintain the instance**
39 * How the administrator **will finance** the PeerTube server
40 * **Hardware** information
41 * Add these information in the about page and in the signup page
42 * Add a welcome modal at first admin login with some explanations of PeerTube and some useful links
43 * Add warning modal when administrators enable or enabled signup but did not fill some important instance information
44 (for now the instance **name**, **terms**, **administrator** and **maintenance lifetime** information)
45 * Add ability to automatically follow back other instances
46 * Add ability to automatically follow [the public registry](https://instances.joinpeertube.org/) instances
47 * Add *Most liked videos* page ([@alcalyn](https://github.com/alcalyn))
48 * Add a drag&drop delay on playlist videos to allow user scroll on small screens ([@alcalyn](https://github.com/alcalyn))
49 * Allow to toggle video publication date to display absolute date ([@alcalyn](https://github.com/alcalyn))
50 * Add statistics in about page ([@alcalyn](https://github.com/alcalyn))
51 * Improve the *feature table* in about page
52 * Add contributors in about page
53 * Clearer warning of IP address leaking on embedded videos ([@robinkooli](https://github.com/robinkooli))
54 * Case insensitive search on video tags
55 * Add video name in "video publish notification"
56 * Add ability to autoplay next recommended video (opt in) ([@LoveIsGrief](https://github.com/LoveIsGrief))
57 * Add link behind the subscribe via RSS button ([@frankstrater](https://github.com/frankstrater))
58 * Support text/plain caption files
59 * Speedup theme injection
60 * Add ability to enable HLS in the admin panel
61
62### Bug fixes
63
64 * Fix audio upload
65 * Handle video reports from mastodon
66 * Fix videos redundancy exceeding the limit
67 * Fix search when user defined video languages in their preferences
68 * Don't quick transcode with the wrong pixel format
69 * Hide videos abuses of muted accounts
70 * Fix account avatar widths
71 * Fix default `commentsEnabled` and `downloadEnabled` values on video upload/import ([@frankstrater](https://github.com/frankstrater))
72 * Disable auto complete of email field when editing another user information in admin panel ([@Knackie](https://github.com/Knackie))
73 * Fix federation issues with some actors (that have long descriptions, or missing optional AP fields)
74 * Remove down redundancy endpoints in HLS player
75 * Fix user notifications with multiple opened tabs
76 * Replace "overview" by "discover" in webpage titles
77 * Clearer IP debug message in admin panel
78 * Fix checkbox styles when using a theme
79 * Don't redirect on verify account page after login
80 * Fix player captions menu after choosing a subtitle
81 * Fix CLI scripts with URLs ending with a `/`
82 * Fix `--since` and `--until` timezone in `peertube-import-videos` script
83 * Avoid circular error in logger
84 * Fix start/stop of first element when loading a playlist
85
86***Since v2.0.0-rc.1***
87
88### Features
89
90 * Improve welcome/warning modals
91 * Add ability to enable HLS in the admin panel
92
93### Bug fixes
94
95 * Fix auto index follow
96 * Fix CLI scripts with URLs ending with a `/`
8c8f00e0 97 * Fix `--since` and `--until` timezone in `peertube-import-videos` script ([@fflorent](https://github.com/fflorent))
eeaeab4f
C
98 * Avoid circular error in logger
99 * Fix start/stop of first element when loading a playlist
100
101
76cfb6ed
C
102## v2.0.0-rc.1
103
104### IMPORTANT NOTES
105
106 * Removed old JSON LD signature implementation. There will be some **federation incompatibilities** with forwarded activities sent
107 by PeerTube instances < v2.0.0
108 * Replaced configuration key `email.object` with `email.subject`: https://github.com/Chocobozzz/PeerTube/commit/916937d7daf386e4e2d37b2ca22db07b644b02df
109
110### Plugins/Themes API
111
05f66693
C
112 * Add plugin hook on registration `filter:api.user.signup.allowed.result`
113
cdbfcd8a
C
114### Docker
115
116 * Fix traefik version docker compose (**you need to update your `docker-compose.yml` file**: https://github.com/Chocobozzz/PeerTube/commit/f1b38883922fd59b36f093e44a5091e090d20862)
76cfb6ed
C
117
118### Maintenance
119
120 * Add `--tmpdir`, `--first`, `--last` and `--verbose [level]` parameters to peertube-import-videos script ([Yetangitu](https://github.com/Yetangitu))
121 * Improve REST API documentation ([@frankstrater](https://github.com/frankstrater))
122 * Improve plugin management documentation
123
124### Features
125
126 * Better instance admin responsibility:
127 * Add ability to set more information about your instance. This will be used in the future on https://joinpeertube.org to help people find
128 the appropriate PeerTube instance on which they can register:
129 * Main **Categories**
130 * **Languages** you/your moderators speak
131 * **Code of Conduct**
132 * **Moderation information** (who moderates your instance, NSFW policy etc)
133 * Who is **behind the instance** (a single person? non-profit?)
134 * Why did the admin **create this instance**
135 * How long the admin plan to **maintain the instance**
136 * How the administrator **will finance** the PeerTube server
137 * **Hardware** information
138 * Add these information in the about page and in the signup page
139 * Add a welcome modal at first admin login with some explanations of PeerTube and some useful links
ea1689e1 140 * Add warning modal when administrators enable or enabled signup but did not fill some important instance information
76cfb6ed
C
141 (for now the instance **name**, **terms**, **administrator** and **maintenance lifetime** information)
142 * Add ability to automatically follow back other instances
ea1689e1 143 * Add ability to automatically follow [the public registry](https://instances.joinpeertube.org/) instances
76cfb6ed
C
144 * Add *Most liked videos* page ([@alcalyn](https://github.com/alcalyn))
145 * Add a drag&drop delay on playlist videos to allow user scroll on small screens ([@alcalyn](https://github.com/alcalyn))
146 * Allow to toggle video publication date to display absolute date ([@alcalyn](https://github.com/alcalyn))
147 * Add statistics in about page ([@alcalyn](https://github.com/alcalyn))
148 * Improve the *feature table* in about page
149 * Add contributors in about page
150 * Clearer warning of IP address leaking on embedded videos ([@robinkooli](https://github.com/robinkooli))
151 * Case insensitive search on video tags
152 * Add video name in "video publish notification"
153 * Add ability to autoplay next recommended video (opt in) ([@LoveIsGrief](https://github.com/LoveIsGrief))
154 * Add link behind the subscribe via RSS button ([@frankstrater](https://github.com/frankstrater))
155 * Support text/plain caption files
156 * Speedup theme injection
157
158### Bug fixes
159
160 * Fix audio upload
76cfb6ed
C
161 * Handle video reports from mastodon
162 * Fix videos redundancy exceeding the limit
163 * Fix search when user defined video languages in their preferences
164 * Don't quick transcode with the wrong pixel format
165 * Hide videos abuses of muted accounts
166 * Fix account avatar widths
167 * Fix default `commentsEnabled` and `downloadEnabled` values on video upload/import ([@frankstrater](https://github.com/frankstrater))
168 * Disable auto complete of email field when editing another user information in admin panel ([@Knackie](https://github.com/Knackie))
169 * Fix federation issues with some actors (that have long descriptions, or missing optional AP fields)
170 * Remove down redundancy endpoints in HLS player
171 * Fix user notifications with multiple opened tabs
172 * Replace "overview" by "discover" in webpage titles
173 * Clearer IP debug message in admin panel
174 * Fix checkbox styles when using a theme
175 * Don't redirect on verify account page after login
176 * Fix player captions menu after choosing a subtitle
177
178
e0d8e5d6
C
179## v1.4.1
180
181### Bug fixes
182
183 * Fix too fast redundancy eviction
184 * Fix broken auto blacklist page
185 * Rename signup steps
186 * Fix menu x overflow
187
188
d8319c63
C
189## v1.4.0
190
ee41d06e 191**Since v1.3.1**
d8319c63
C
192
193### IMPORTANT NOTES
194
195 * **Important** Add `plugins` directory in configuration file. **You should configure it in your production.yaml**
196 * **Important:** Deprecate NodeJS 8 (support ends on [December 2019](https://github.com/nodejs/Release#release-schedule)). Please upgrade to NodeJS 10.
197 * **Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
198 * Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f
199 * Improve images HTTP cache: https://github.com/Chocobozzz/PeerTube/commit/c928e1364fbdff87f27fd982710b95426a250491
200 * **Important:** With the new theme system, we removed the dark mode button. Your administrator has to install [the dark theme](https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-dark)
201 from their admin panel, and then users can choose this theme in their settings
202 * Changed the playlist REST API to fix various issues. See https://github.com/Chocobozzz/PeerTube/pull/1998 for more information
203 * Removed magnet URI support in download modal since most of the BitTorrent clients do not understand the `xs` parameter
204 * Renamed `Overview` page to `Discover`
205
206### Security
207
208 * Moderators can only create and update regular users (thanks GGC-Project)
209
210### Maintenance
211
212 * Create a dedicated `package.json` for CLI tools to reduce server dependencies size
213 * Add ability to set root password by environment at first start ([@darnuria](https://github.com/darnuria))
214 * Removed unused `uuid` actor field (we already have a unique identifier that is the `preferredUsername`)
215 * Add ability to disable PeerTube log rotation ([@NassimBounouas](https://github.com/NassimBounouas))
216 * Speedup font display ([@BO41](https://github.com/BO41))
217 * Improve static files HTTP cache
218 * Add `--since` and `--until` parameters to import videos script to easily sync external channels ([@fflorent](https://github.com/fflorent))
219 * Optimize `/watch/:uuid` endpoint
220 * Optimize Sequelize (SQL ORM) queries generation (consumes less CPU)
221 * Prune script is faster and can prune avatar files
ee41d06e 222
d8319c63
C
223### Features
224
225 * :tada: Support Finnish, Greek and Scottish Gaelic languages
226 * :tada: Add basic plugins and themes support (**beta**): https://docs.joinpeertube.org/#/contribute-plugins
227 * Install plugins or themes from the administration panel
228 * Choose a default theme for your instance
229 * Users can choose the theme they want among the list of themes their administrator installed
230 * :tada: Add ability to upload audio files: PeerTube will merge the audio file and the thumbnail to create a video
231 * Multi step registration:
232 * Add ability for new users to create their default channel
233 * Guess the account username/channel username according to their display name
234 * Add explanations about what the purpose of a username/channel name is, and what a channel is
235 * Improve account video channels page:
236 * Set it as the default page for the account page in order to avoid confusion between the account homepage and the video channel homepage
237 * Display channels in rows with some of their videos
238 * Support more URL parameters in embeds: `muted`, `loop`, `peertubeLink`
239 * Redesign share modal and add customizations:
240 * Start/stop at a specific timestamp
241 * Automatically play/mute/loop the video
242 * Set a specific subtitle by default
243 * Group subscriptions and recently added videos in chronological order
244 * Add ability for users to change their email address
245 * Add ability to update the support field of all channel videos when we update the channel support field
246 * Add a language filter in user preferences to display only videos in specific languages
247 * Add instance follows list in a dedicated tab in the "About" page
248 * Add ability to set to private a public/unlisted video or video playlist
249 * Transcode in the `tmp` directory for s3fs compatibility ([@libertysoft3](https://github.com/libertysoft3))
250 * Add a button to copy account username ([@NassimBounouas](https://github.com/NassimBounouas))
251 * Redirect to "Local videos" page when going to the `peertube` account page
252 * Rearrange search filter options ([@realityfabric](https://github.com/realityfabric))
253 * Close modal after clicking on download ([@LeoMouyna](https://github.com/LeoMouyna))
254 * Add ability for admins to customize emails object prefix and body signature ([@yohanboniface](https://github.com/yohanboniface))
255 * Support 4K transcoding
256 * Add link of the follower profile in administration ([@NassimBounouas](https://github.com/NassimBounouas))
257 * Add subject field in contact form ([@NassimBounouas](https://github.com/NassimBounouas))
258 * Add rate limit to registration and API endpoints
259 * Add "video quota used" sortable column in user admin list ([@darnuria](https://github.com/darnuria))
260 * Automatically update the playlist thumbnail according to the video at the first position (if the user did not set a specific thumbnail)
261 * Automatically remove dead followings
262 * Federate comment deletion if the comment was deleted by the video owner
ee41d06e 263
d8319c63
C
264### Bug fixes
265
266 * Fix transcoding information in features table ([LiPek](https://github.com/LiPeK))
267 * Fix tools auth with remote instances
268 * Fix various issues in upload/import scripts
269 * Fix redundancy exceeded quota
270 * Fix login with email ([@NassimBounouas](https://github.com/NassimBounouas))
271 * Fix quota display in features table
272 * Fix transcoding help placement
273 * Fix invisible videos in playlists
274 * Fix HLS transcoding in lower resolutions
275 * Fix various federation issues
276 * Fix mute badge labels
277 * Fix broken follow notification when the actor is deleted
278 * Fix overflow and playlist block width in the watch page
279 * Fix search results overflow on mobile
280 * Fix infinite scroll on big screens
281 * Fix start time on some HLS videos
282 * Fix socket notification with multiple user tabs
283 * Fix redundancy if the instance has already the file on disk
284 * Fix image and plugin CSP
285 * Fix video rows overflow
286 * Dismiss modals on pop state
287 * Go back when cancel NSFW modal
288
289
290***Since v1.4.0-rc.1***
291
292### Features
293
294 * Add Finnish language support
295
296### Bug fixes
297
298 * Fix broken front end on Firefox ESR (60)
299 * Fix prune storage script when using a same directory for multiple storage keys
300 * Relax plugin `package.json` validation
301 * Replace "overview" by "discover" in client titles
302 * Change configuration: `email.object` becomes `email.subject`
303 * Fix user creation by moderators
304 * Fix video playlist element removal
305 * Fix plugin card background color with dark theme
306 * Fix lazy static route with unknown avatars (404 instead of 500)
307 * Fix socket notification with multiple user tabs
308 * Fix redundancy if the instance has already the file on disk
309 * Fix image and plugin CSP
310 * Fix video rows overflow
311 * Dismiss modals on pop state
312 * Go back when cancel NSFW modal
313
314
21289872
C
315## v1.4.0-rc.1
316
317### IMPORTANT NOTES
318
b5addd53 319 * **Important** Add `plugins` directory in configuration file. **You should configure it in your production.yaml**
21289872
C
320 * **Important:** Deprecate NodeJS 8 (support ends on [December 2019](https://github.com/nodejs/Release#release-schedule)). Please upgrade to NodeJS 10.
321 * **Important:** Updated nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
322 * Fix long server responses on dual stack servers: https://github.com/Chocobozzz/PeerTube/commit/fd2ddcae8ff4eb10bf7168ac3c8801f06b37627f
323 * Improve images HTTP cache: https://github.com/Chocobozzz/PeerTube/commit/c928e1364fbdff87f27fd982710b95426a250491
7ef6783e 324 * **Important:** With the new theme system, we removed the dark mode button. Your administrator has to install [the dark theme](https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-theme-dark)
ee41d06e 325 from their admin panel, and then users can choose this theme in their settings
21289872
C
326 * Changed the playlist REST API to fix various issues. See https://github.com/Chocobozzz/PeerTube/pull/1998 for more information
327 * Removed magnet URI support in download modal since most of the BitTorrent clients do not understand the `xs` parameter
328 * Renamed `Overview` page to `Discover`
329
330### Maintenance
331
332 * Create a dedicated `package.json` for CLI tools to reduce server dependencies size
333 * Add ability to set root password by environment at first start ([@darnuria](https://github.com/darnuria))
334 * Removed unused `uuid` actor field (we already have a unique identifier that is the `preferredUsername`)
335 * Add ability to disable PeerTube log rotation ([@NassimBounouas](https://github.com/NassimBounouas))
336 * Speedup font display ([@BO41](https://github.com/BO41))
337 * Improve static files HTTP cache
338 * Add `--since` and `--until` parameters to import videos script to easily sync external channels ([@fflorent](https://github.com/fflorent))
339 * Optimize `/watch/:uuid` endpoint
340 * Optimize Sequelize (SQL ORM) queries generation (consumes less CPU)
341 * Prune script is faster and can prune avatar files
ee41d06e 342
21289872
C
343### Features
344
345 * :tada: Support Greek and Scottish Gaelic languages
346 * :tada: Add basic plugins and themes support (**beta**): https://docs.joinpeertube.org/#/contribute-plugins
347 * Install plugins or themes from the administration panel
348 * Choose a default theme for your instance
349 * Users can choose the theme they want among the list of themes their administrator installed
350 * :tada: Add ability to upload audio files: PeerTube will merge the audio file and the thumbnail to create a video
351 * Multi step registration:
352 * Add ability for new users to create their default channel
353 * Guess the account username/channel username according to their display name
354 * Add explanations about what the purpose of a username/channel name is, and what a channel is
355 * Improve account video channels page:
356 * Set it as the default page for the account page in order to avoid confusion between the account homepage and the video channel homepage
357 * Display channels in rows with some of their videos
358 * Support more URL parameters in embeds: `muted`, `loop`, `peertubeLink`
359 * Redesign share modal and add customizations:
360 * Start/stop at a specific timestamp
361 * Automatically play/mute/loop the video
362 * Set a specific subtitle by default
363 * Group subscriptions and recently added videos in chronological order
364 * Add ability for users to change their email address
365 * Add ability to update the support field of all channel videos when we update the channel support field
366 * Add a language filter in user preferences to display only videos in specific languages
367 * Add instance follows list in a dedicated tab in the "About" page
368 * Add ability to set to private a public/unlisted video or video playlist
369 * Transcode in the `tmp` directory for s3fs compatibility ([@libertysoft3](https://github.com/libertysoft3))
370 * Add a button to copy account username ([@NassimBounouas](https://github.com/NassimBounouas))
371 * Redirect to "Local videos" page when going to the `peertube` account page
372 * Rearrange search filter options ([@realityfabric](https://github.com/realityfabric))
373 * Close modal after clicking on download ([@LeoMouyna](https://github.com/LeoMouyna))
374 * Add ability for admins to customize emails object prefix and body signature ([@yohanboniface](https://github.com/yohanboniface))
375 * Support 4K transcoding
376 * Add link of the follower profile in administration ([@NassimBounouas](https://github.com/NassimBounouas))
377 * Add subject field in contact form ([@NassimBounouas](https://github.com/NassimBounouas))
378 * Add rate limit to registration and API endpoints
379 * Add "video quota used" sortable column in user admin list ([@darnuria](https://github.com/darnuria))
380 * Automatically update the playlist thumbnail according to the video at the first position (if the user did not set a specific thumbnail)
381 * Automatically remove dead followings
382 * Federate comment deletion if the comment was deleted by the video owner
ee41d06e 383
21289872
C
384### Bug fixes
385
386 * Fix transcoding information in features table ([LiPek](https://github.com/LiPeK))
387 * Fix tools auth with remote instances
388 * Fix various issues in upload/import scripts
389 * Fix redundancy exceeded quota
390 * Fix login with email ([@NassimBounouas](https://github.com/NassimBounouas))
391 * Fix quota display in features table
392 * Fix transcoding help placement
393 * Fix invisible videos in playlists
394 * Fix HLS transcoding in lower resolutions
395 * Fix various federation issues
396 * Fix mute badge labels
397 * Fix broken follow notification when the actor is deleted
398 * Fix overflow and playlist block width in the watch page
399 * Fix search results overflow on mobile
400 * Fix infinite scroll on big screens
401 * Fix start time on some HLS videos
402
403
ba8d7ee1
C
404## v1.3.1
405
406### Bug fixes
407
408 * Fix Mastodon remote interactions
409 * Fix missing video download button
410 * Fix error in video upload/update form when scheduling publication
411 * Fix black theme on some pages
412 * Fix video import if auto blacklist is enabled
ee41d06e 413
ba8d7ee1 414
41dad651
C
415## v1.3.0
416
417**Since v1.2.0**
418
419### IMPORTANT NOTES
420
421 * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
422 * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
ee41d06e
C
423 * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
424
21289872 425### Maintenance
41dad651
C
426
427 * 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
428 * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
429 * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
430 * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
431
432### Docker
ee41d06e 433
41dad651 434 * **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)
ee41d06e 435 * **Important**: Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
41dad651
C
436and 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))
437 * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
438
439### Features
ee41d06e 440
41dad651
C
441 * Add video playlist support
442 * A user has a default `Watch-later` playlist
443 * A user can create private, unlisted or public playlists
444 * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
445 * 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.
446 It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
447 * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
448 * Add Japanese & Nederlands & Português (Portugal) support
449 * Add experimental HLS support
450 * Better playback
451 * Better bandwidth management (for both client & server)
452 * 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)
453 * Requires ffmpeg >= 4
454 * Better instance's followers management:
455 * Add ability to remove an instance's follower
456 * Add ability to forbid all new instance's followers
457 * Add ability to manually approve new instance's followers
458 * Add notification on new instance's follower
459 * Improve UI:
460 * Increase player default height
461 * Reduce big play button border width
462 * Increase thumbnail sizes
463 * Add hover effect on video miniature
464 * Add "my library" section in menu
465 * Add missing icons in some buttons/dropdown
466 * 2 rows per overview section
467 * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
468 * Improve video miniatures list on mobile
469 * Add animation when opening user notifications
470 * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
471 * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
472 * Add video miniature dropdown
473 * Add ability for admins to declare their instance as dedicated to NSFW content
474 * Improve SEO (there is still work to be done)
475 * Login is now case insensitive (if using official web client)
476 * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
477 * Improve comment deletion warning
478 * Restore videos list component on history back
479 * Add ability to consult server logs in admin
480 * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
481 * Add a debug page to help admins to fix IP configuration issues
482 * Add ability for admins to limit users videos history size
483 * Add ability for admins to delete old remote videos views (reduce database size)
484 * Optimize video update page load
485 * Less refresh jobs
486 * Cleanup invalid AP rates/comments/shares
487 * Better videos redundancy config error handling
488 * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
489 * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
490 * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
491
492### Bug fixes
493
494 * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
495 * Fix account description database error
496 * Fix Pleroma follow
497 * Fix greek label
498 * Fix email notification for some users
499 * Fix translation of "Copy magnet URI"
500 * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
501 * Fix URL in video import notification
502 * Don't close help popover when clicking on it
503 * Fix `tmp` directory cleanup
504 * Fix custom CSS help
505 * Fix JSONLD context
506 * Fix privacy label display in upload form
507 * Fix my account settings responsiveness
508 * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
509 * Fix contact admin button overflow
510 * Wait config to be loaded before loading login/signup
511 * Privacy is optional in upload API endpoint
512 * Fix hotkeys help popup overflow
513
514***Since v1.3.0-rc.2***
515
516### Bug fixes
517
518 * Fix duplicates in playlist add component
519 * Fix crash in files cache
520 * Fix playlist view/update 403
521 * Fix search with bad webfinger handles
ee41d06e
C
522
523
3cc8f8cc
C
524## v1.3.0-rc.2
525
526### Docker
527
ee41d06e 528 * Add a network section to [docker-compose.yml template](https://github.com/Chocobozzz/PeerTube/blob/develop/support/docker/production/docker-compose.yml)
3cc8f8cc
C
529and 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))
530
531### Bug fixes
532
533 * Fix playlist block width when the player is in theater mode
534 * Reset playlist add dropdown in watch page on video change
535 * Fix follow with Mastodon
536 * Fix playlist elements reordering
537 * Fix my videos list pagination
538 * Fix video thumbnails in admin blacklist page
539 * Fix video views that are not considered
540
541
2ed67a7d
C
542## v1.3.0-rc.1
543
3cc8f8cc 544### IMPORTANT NOTES
2ed67a7d 545
56ba489f 546 * **nginx** Remove `text/html` from `gzip_types`: https://github.com/Chocobozzz/PeerTube/commit/7eeb6a0ba4028d0e20847b846332dd0b7747c7f8 [@bnjbvr](https://github.com/bnjbvr)
2ed67a7d 547 * Add `streaming_playlists` directory in configuration file. **You should configure it in your production.yaml**
ee41d06e
C
548 * CSP configuration changed: it's now in a [dedicated section](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L110)
549
3cc8f8cc 550## Maintenance
2ed67a7d
C
551
552 * 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
553 * Add reminder to restart PeerTube in upgrade script ([@ldidry](https://github.com/ldidry))
554 * Add argument to dockerfile to pass options to npm run build ([@NaPs](https://github.com/NaPs))
555 * Add `NOCLIENT` env support to only install server dependencies. Example: `NOCLIENT=true yarn install --pure-lockfile` ([@rigelk](https://github.com/rigelk))
556
3cc8f8cc 557### Docker
ee41d06e 558
2ed67a7d
C
559 * **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)
560 * Fix SMTP default configuration ([@Nutomic](https://github.com/nutomic))
561
3cc8f8cc 562### Features
ee41d06e 563
2ed67a7d
C
564 * Add video playlist support
565 * A user has a default `Watch-later` playlist
566 * A user can create private, unlisted or public playlists
567 * An element in this playlist can start or stop at specific timestamps (you can create some kind of zapping for example)
568 * 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.
569 It's useful to organize your videos, or create a playlist of videos you like and share the link on the web etc
570 * Add quarantine videos (auto blacklist videos on upload) feature :tada: ([@joshmorel](https://github.com/joshmorel))
571 * Add Japanese & Nederlands & Português (Portugal) support
572 * Add experimental HLS support
573 * Better playback
574 * Better bandwidth management (for both client & server)
575 * 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)
576 * Requires ffmpeg >= 4
577 * Better instance's followers management:
578 * Add ability to remove an instance's follower
579 * Add ability to forbid all new instance's followers
580 * Add ability to manually approve new instance's followers
581 * Add notification on new instance's follower
582 * Improve UI:
583 * Increase player default height
584 * Reduce big play button border width
585 * Increase thumbnail sizes
586 * Add hover effect on video miniature
587 * Add "my library" section in menu
588 * Add missing icons in some buttons/dropdown
589 * 2 rows per overview section
590 * Increase video thumbnail blur ([@Zig-03](https://github.com/Zig-03))
591 * Improve video miniatures list on mobile
592 * Add animation when opening user notifications
593 * Add ability for admins to disable the tracker (and so the P2P aspect of PeerTube, in order to improve users privacy for example)
594 * Add original publication date attribute to videos, and add ability to filter on it (Andrés Maldonado)
595 * Add video miniature dropdown
596 * Add ability for admins to declare their instance as dedicated to NSFW content
597 * Improve SEO (there is still work to be done)
598 * Login is now case insensitive (if using official web client)
599 * Add NSFW policy & users signup policy & auto blacklist strategy in features table in about page
600 * Improve comment deletion warning
601 * Restore videos list component on history back
602 * Add ability to consult server logs in admin
603 * Allow administrators to change/reset a user's password ([@rigelk](https://github.com/rigelk))
604 * Add a debug page to help admins to fix IP configuration issues
605 * Add ability for admins to limit users videos history size
606 * Add ability for admins to delete old remote videos views (reduce database size)
607 * Optimize video update page load
608 * Less refresh jobs
609 * Cleanup invalid AP rates/comments/shares
610 * Better videos redundancy config error handling
611 * Check emails are enabled if the admin requires email verification ([@joshmorel](https://github.com/joshmorel))
612 * Add `Add /accounts/:username/ratings endpoint` ([@yohanboniface](https://github.com/yohanboniface))
613 * Allow to control API rates limit from configuration ([@yohanboniface](https://github.com/yohanboniface))
614
3cc8f8cc 615### Bug fixes
2ed67a7d
C
616
617 * Don't notify prior to scheduled update ([@joshmorel](https://github.com/joshmorel))
618 * Fix account description database error
619 * Fix Pleroma follow
620 * Fix greek label
621 * Fix email notification for some users
622 * Fix translation of "Copy magnet URI"
623 * Fix negative seconds by displaying 0 instead [@zacharystenger](https://github.com/zacharystenger)
624 * Fix URL in video import notification
625 * Don't close help popover when clicking on it
626 * Fix `tmp` directory cleanup
627 * Fix custom CSS help
628 * Fix JSONLD context
629 * Fix privacy label display in upload form
630 * Fix my account settings responsiveness
631 * Fix keyboard icon transparency ([@gbip](https://github.com/gbip))
632 * Fix contact admin button overflow
633 * Wait config to be loaded before loading login/signup
634 * Privacy is optional in upload API endpoint
635 * Fix hotkeys help popup overflow
636
637
52f659f2
C
638## v1.2.1
639
3cc8f8cc 640### Bug fixes
52f659f2
C
641
642 * **Important** Fix invalid `From` email header in contact form that could lead to the blacklisting of your SMTP server
643 * Fix too long display name overflow in menu
644 * Fix mention notification when a remote account mention a local account that has the same username than yours
645 * Fix access to muted servers table for moderators
646 * Don't crash notification popup on bug
647 * Fix reset password script that leaks password on invalid value
648
649
a3526828 650## v1.2.0
b3079978
C
651
652### BREAKING CHANGES
653
654 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
a3526828 655 * **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 656 * **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 657 * **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
658 * Moderators can manage users now (add/delete/update/block)
659 * Add `tmp` and `redundancy` directories in configuration file. **You should configure them in your production.yaml**
660
661### Maintenance
662
663 * Check free storage before upgrading in upgrade script ([@Nutomic](https://github.com/nutomic))
4d7d240c 664 * Explain that PeerTube must be stopped in prune storage script
b3079978
C
665 * Add some security directives in the systemd unit configuration file ([@rigelk](https://github.com/rigelk) & [@mkoppmann](https://github.com/mkoppmann))
666 * Update FreeBSD startup script ([@gegeweb](https://github.com/gegeweb))
667
668### Docker
669
670 * Patch docker entrypoint to speed up the chown at startup ([LecygneNoir](https://github.com/LecygneNoir))
671
672### Features
673
4d7d240c 674 * Add Russian, Polish and Italian languages
b3079978
C
675 * Add user notifications:
676 * Notification types:
677 * Comment on my video
678 * New video from my subscriptions
679 * New video abuses (for moderators)
680 * Blacklist/Unblacklist on my video
681 * Video import finished (error or success)
682 * Pending video published (after transcoding or a scheduled update)
683 * My account or one of my channel has a new follower
684 * Someone (except muted accounts) mentioned me in comments
685 * A user registered on the instance (for moderators)
686 * Notification actions:
687 * Add a web notification
688 * Send an english email
689 * Add contact form in about page (**enabled by default**)
690 * Add ability to unfederate a local video in blacklist modal (**checkbox checked by default**)
b3079978
C
691 * Support additional video extensions if transcoding is enabled (**enabled by default**)
692 * Redirect to the last url on login
693 * 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 694 * Automatically enable the last selected caption when watching a video
b3079978 695 * Add ability to disable, clear and list user videos history
b3079978 696 * Add a button to help to translate peertube
4d7d240c 697 * Add text in the report modal to explain to whom the report will be sent
b3079978
C
698 * Open my account menu entries on hover
699 * Explain what features are enabled on the instance in the about page
700 * Add an error message in the forgot password modal if the instance email system is not configured
701 * Add sitemap
702 * Add well known url to change password ([@rigelk](https://github.com/rigelk))
703 * 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))
704 * Add CSP ([@rigelk](https://github.com/rigelk) & [@Nutomic](https://github.com/nutomic))
705 * Update title and description HTML tags when rendering video HTML page
706 * Add webfinger support for remote follows ([@acid-chicken](https://github.com/acid-chicken))
707 * Add tooltip to explain how the trending algorithm works ([@auberanger](https://github.com/auberanger))
4d7d240c 708 * Warn users when they want to delete a channel because they will not be able to create another channel with the same name
b3079978 709 * Warn users when they leave the video upload/update (on page refresh/tab close)
4d7d240c 710 * Set max user name, user display name, channel name and channel display name lengths to 50 characters ([@McFlat](https://github.com/mcflat))
b3079978
C
711 * Increase video abuse length to 3000 characters
712 * Add totalLocalVideoFilesSize in the stats endpoint
713
3cc8f8cc 714### Bug fixes
b3079978
C
715
716 * Fix the addition of captions to a video
717 * Fix federation of some videos
718 * Fix NSFW blur on search
719 * Add error message when trying to upload .ass subtitles
720 * Fix default homepage in the progressive web application
721 * Don't crash on queue error
4d7d240c
C
722 * Fix EXDEV errors if you have multiple mount points
723 * Fix broken audio in transcoding with some videos
b3079978
C
724 * Fix crash on getVideoFileStream issue
725 * Fix followers search
726 * Remove trailing `/` in CLI import script ([@HesioZ](https://github.com/HesioZ/))
727 * Use origin video url in canonical tag
728 * Fix captions in HTTP fallback
729 * Automatically refresh remote actors to fix deleted remote actors that are still displayed on some instances
4d7d240c 730 * Add missing translations in video embed page
b3079978
C
731 * Fix some styling issues in dark mode
732 * Fix transcoding issues with some videos
a3526828
C
733 * Fix Mac OS mkv/avi upload
734 * Fix menu overflow on mobile
735 * Fix ownership button icons ([@joshmorel](https://github.com/joshmorel))
b3079978
C
736
737
556ec6d0
C
738## v1.1.0
739
ebb675b4 740***Since v1.0.1***
556ec6d0 741
8d00889b 742### BREAKING CHANGES
b3079978 743
8d00889b
C
744 * **Docker:** `PEERTUBE_TRUST_PROXY` env variable is now an array ([LecygneNoir](https://github.com/LecygneNoir))
745
556ec6d0
C
746### Maintenance
747
46e9407c
C
748 * Improve REST API documentation ([@rigelk](https://github.com/rigelk))
749 * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk))
556ec6d0
C
750 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
751 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
752 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
753 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
754
755### Scripts
756
757 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
758 * Add REPL script ([@McFlat](https://github.com/mcflat))
759
760### Docker
761
762 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
763 * Add docker dev image ([@am97](https://github.com/am97))
764 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
765 * Add postfix image
766 * Redirect HTTP -> HTTPS
767 * Disable Træfik web UI
556ec6d0
C
768
769### Features
ee41d06e 770
556ec6d0
C
771 * Automatically resume videos if the user is logged in
772 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
773 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
774 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
775 * Add moderation tools in the account page
776 * Add bulk actions in users table (Delete/Ban for now)
777 * Add search filter in admin users table
778 * Add search filter in admin following
779 * Add search filter in admin followers
780 * Add ability to list all local videos
781 * Add ability for users to mute an account or an instance
782 * Add ability for administrators to mute an account or an instance
783 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
784 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
785 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
786 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
787 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
788 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
789 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
790 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
791 * Add background effect to activated menu entry
792 * Improve video upload error handling
793 * Improve message visibility on signup
794 * Auto login user on signup if email verification is disabled
795 * Speed up PeerTube startup (in particular the first one)
796 * Delete invalid or deleted remote videos
797 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
798 * Add separators in user moderation dropdown
799
800### Bug fixes
801
802 * AP mimeType -> mediaType
803 * PeerTube is not in beta anymore
804 * PeerTube is not in alpha anymore :p
805 * Fix optimize old videos script
806 * Check follow constraints when getting a video
807 * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
808 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
809 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
810 * Fix Linked Signature compatibility
811 * Fix AP collections pagination
812 * Fix too big thumbnails (when using URL import)
813 * Do not host remote AP objects: use redirection instead
814 * Fix video miniature with a long name
815 * Fix video views inconsistencies inside the federation
816 * Fix video embed in Wordpress Gutenberg
817 * Fix video channel videos url when scrolling
818 * Fix player progress bar/seeking when changing resolution
819 * Fix search tab title with no search
820 * Fix YouTube video import with some videos
821
ebb675b4 822***Since v1.1.0-rc.1***
556ec6d0
C
823
824### Bug fixes
825
826 * Fix AP infinite redirection
827 * Fix trending page
828
829
38c62754
C
830## v1.1.0-rc.1 (since v1.1.0-alpha.2)
831
832### Maintenance
833
46e9407c
C
834 * Improve REST API documentation ([@rigelk](https://github.com/rigelk))
835 * Add basic ActivityPub documentation ([@rigelk](https://github.com/rigelk))
38c62754
C
836 * Add CLI option to run PeerTube without client ([@rigelk](https://github.com/rigelk))
837 * Add manpage to peertube CLI ([@rigelk](https://github.com/rigelk))
838 * Make backups of files in optimize-old-videos script ([@Nutomic](https://github.com/nutomic))
839 * Allow peertube-import-videos.ts CLI script to run concurrently ([@McFlat](https://github.com/mcflat))
840
841### Docker
842
843 * Improve docker compose template ([@Nutomic](https://github.com/nutomic))
f96408ee
C
844 * Add postfix image
845 * Redirect HTTP -> HTTPS
846 * Disable Træfik web UI
38c62754
C
847 * Add ability to set an array in `PEERTUBE_TRUST_PROXY` ([LecygneNoir](https://github.com/LecygneNoir))
848
849### Features
850
851 * Add background effect to activated menu entry
852 * Improve video upload error handling
853 * Improve message visibility on signup
854 * Auto login user on signup if email verification is disabled
855 * Speed up PeerTube startup (in particular the first one)
856 * Delete invalid or deleted remote videos
857 * Add ability to admin to set email as verified ([@joshmorel](https://github.com/joshmorel))
858 * Add separators in user moderation dropdown
859
860### Bug fixes
861
862 * Check follow constraints when getting a video
863 * Fix application-config initialization in CLI tools ([Yetangitu](https://github.com/Yetangitu))
864 * Fix video pixel format compatibility (using yuv420p) ([@rigelk](https://github.com/rigelk))
865 * Fix video `state` AP context ([tcitworld](https://github.com/tcitworld))
866 * Fix Linked Signature compatibility
867 * Fix AP collections pagination
868 * Fix too big thumbnails (when using URL import)
869 * Do not host remote AP objects: use redirection instead
870 * Fix video miniature with a long name
871 * Fix video views inconsistencies inside the federation
872 * Fix video embed in Wordpress Gutenberg
873 * Fix video channel videos url when scrolling
874 * Fix player progress bar/seeking when changing resolution
875 * Fix search tab title with no search
876 * Fix YouTube video import with some videos
ee41d06e 877
38c62754 878
3aa5001e
C
879## v1.1.0-alpha.2 (since v1.1.0-alpha.1)
880
881### Security/Maintenance/Federation
ee41d06e 882
3aa5001e
C
883 * Add HTTP Signature in addition to Linked Signature:
884 * It's faster
ee41d06e
C
885 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
886
3aa5001e
C
887### Features
888
889 * Set shorter keyframe interval for transcoding (2 seconds) ([@Nutomic](https://github.com/nutomic))
890 * Add ability to disable webtorrent (as a user) ([@rigelk](https://github.com/rigelk))
891 * Make abuse-delete clearer ([@barbeque](https://github.com/barbeque))
892 * Adding minimum signup age conforming to ceiling GPDR age ([@rigelk](https://github.com/rigelk))
893 * Feature/description support fields length 1000 ([@McFlat](https://github.com/mcflat))
894
895### Bug fixes
896
897 * Scale bitrate linearly with FPS ([@Nutomic](https://github.com/nutomic))
898 * AP mimeType -> mediaType
899 * PeerTube is not in beta anymore
900 * PeerTube is not in alpha anymore :p
901 * Fix optimize old videos script
902
903
1c4e716e
C
904## v1.0.1
905
3aa5001e 906### Security/Maintenance/Federation
ee41d06e 907
1c4e716e
C
908 * Add HTTP Signature in addition to Linked Signature:
909 * It's faster
910 * Will allow us to use RSA Signature 2018 in the future without too much incompatibilities in the peertube federation
911
912
26370ce4
C
913## v1.1.0-alpha.1
914
915We released this alpha version because some admins/users need some moderation tools we implemented in recent weeks.
916This release could contain bugs. Don't expect a stable v1.1.0 until December :)
917
918### Scripts
919
920 * Use DB information from config/production.yaml in upgrade script ([@ldidry](https://github.com/ldidry))
921 * Add REPL script ([@McFlat](https://github.com/mcflat))
922
923### Docker
924
925 * Add search and import settings env settings env variables ([@kaiyou](https://github.com/kaiyou))
926 * Add docker dev image ([@am97](https://github.com/am97))
927
928### Features
ee41d06e 929
26370ce4
C
930 * Automatically resume videos if the user is logged in
931 * Hide automatically the menu when the window is resized ([@BO41](https://github.com/BO41))
932 * Remove confirm modal for JavaScript/CSS injection ([@scanlime](https://github.com/scanlime))
933 * Set bitrate limits for transcoding ([@Nutomic](https://github.com/nutomic))
934 * Add moderation tools in the account page
935 * Add bulk actions in users table (Delete/Ban for now)
936 * Add search filter in admin users table
937 * Add search filter in admin following
938 * Add search filter in admin followers
939 * Add ability to list all local videos
940 * Add ability for users to mute an account or an instance
941 * Add ability for administrators to mute an account or an instance
942 * Rename "News" category to "News & Politics" ([@daker](https://github.com/daker))
943 * Add explicit error message when changing video ownership ([@lucas-dclrcq](https://github.com/lucas-dclrcq))
944 * Improve description of the HTTP video import feature ([@rigelk](https://github.com/rigelk))
945
946
a21b1e00
C
947## v1.0.0
948
98d9ada2
C
949### SECURITY
950
951 * Add more headers to HTTP signature to avoid actor impersonation by replaying modified signed HTTP requests (thanks Thibaut Girka)
a21b1e00
C
952
953### Bug fixes
954
955 * Check video exists before extending expiration
956 * Correctly delete redundancy files
957 * Fix account URI in remote comment modal ([@rigelk](https://github.com/rigelk))
958 * Fix avatar update
959 * Avoid old issue regarding duplicated hosts in database
960
961
bbc45810
C
962## v1.0.0-rc.2
963
964### Bug fixes
965
966 * Fix config endpoint
967
968
e4b9deac
C
969## v1.0.0-rc.1
970
971### Features
972
973 * Allow specification of channel ID in `peertube-upload.js` ([@anoadragon453](https://github.com/anoadragon453))
974 * Show last commit hash alongside server version in footer ([@rigelk](https://github.com/rigelk))
975 * Add comment feeds in watch page
976
977### Bug fixes
978
979 * Fix dnt route (yes again, but now we have unit tests for this route :D)
980 * Check video channel name is unique when creating a new one
981 * Fix video fps validator (prevent redundancy/refresh of some old videos)
982 * Allow empty search on client side ([@rigelk](https://github.com/rigelk))
983 * Correctly forward comment deletion
984
985
ba2a95d6
C
986## v1.0.0-beta.16
987
988### BREAKING CHANGES
989
990 * Add prompt to upgrade.sh to install pre-release version ([@Nutomic](https://github.com/nutomic))
991
992### Features
993
994 * Add shortcuts icon in menu
995 * Improve overview section titles
996 * Check old password before change ([@BO41](https://github.com/BO41))
2a27c451 997 * Adding frame-by-frame hotkey support in player ([@rigelk](https://github.com/rigelk))
ba2a95d6
C
998
999### Bug fixes
1000
2a27c451
C
1001 * Stop seeding torrents after a failed import
1002 * Fix player crashing the web browser
1003 * Fix player performance with small devices
1004 * Fix some untranslated strings
ba2a95d6
C
1005 * Fix video files duplicated when fps is null ([@rigelk](https://github.com/rigelk))
1006 * Fix video import of some youtube videos
1007 * Fix (long) video description when importing by url
1008 * Fix Mastodon federation with a comment reply
1009 * Correctly delete directories on import
1010 * Remove duplicated videos on unfollow/delete redundancy
1011 * Fix 404 on manifest
1012 * Hide useless error when destroying fake renderer
1013 * Display other videos on big screens on the right of the watch page
1014 * Fix no other videos displayed on some videos
2a27c451
C
1015 * Fix hidden advanced options in upload form
1016 * Fix message space on video upload cancel ([@rigelk](https://github.com/rigelk))
1017 * Fix error when updating many video captions
1018 * Fix "my account" subtitles
1019 * Fix error when clicking on the disabled publish button
1020 * Increase timeout on upload endpoint
1021 * Fix redundancy with videos already duplicated by another instance(s)
1022 * Correctly delete files on failed import
ee41d06e 1023
ba2a95d6 1024
3d446046
C
1025## v1.0.0-beta.15
1026
1027### Features
1028
1029 * Improve subscription button ([@rigelk](https://github.com/rigelk))
1030 * Display it for unlogged users
1031 * Add RSS feed
1032 * Allow remote follow
1033 * Allow remote comment ([@rigelk](https://github.com/rigelk))
1034 * Support Simplified Chinese ([@SerCom-KC](https://github.com/SerCom-KC))
1035
1036### Bug fixes
1037
1038 * Fix redundancy with old PeerTube torrents
1039 * Fix crash with `/static/dnt-policy/dnt-policy-1.0.txt` route
1040 * Fix redundancy totalVideos stats
1041 * Reduce video import TTL to 1 hour
1042 * Only duplicate public videos
ee41d06e 1043
3d446046 1044
00dd6642
C
1045## v1.0.0-beta.14
1046
1047### Features
1048
46e9407c 1049 * Video redundancy system (experimental)
00dd6642
C
1050 * Add peertube script (see [the doc](/support/doc/tools.md#cli-wrapper)) ([@rigelk](https://github.com/rigelk))
1051 * Improve download modal ([@rigelk](https://github.com/rigelk))
1052 * Add redirect after login ([@BO41](https://github.com/BO41))
1053 * Improve message when removing a user
1054 * Improve responsive on small screens
1055 * Improve performance:
16c73bb4
C
1056 * Overview endpoint
1057 * SQL requests of watch page endpoints
1058 * SQL requests of ActivityPub endpoints
1059 * Cache user token
1060 * Videos infinite scroll in the web browser
00dd6642
C
1061 * Add warning if one of the storage directory is in the peertube production directory
1062 * Auto focus first field on login ([@rigelk](https://github.com/rigelk))
1063 * Add chevron hotkeys to change playback rate ([@rigelk](https://github.com/rigelk))
1064
1065### Bug fixes
ee41d06e 1066
00dd6642
C
1067 * Fix 24 hours delay to process views
1068 * Fix tag search on overview page
1069 * Handle actors search beginning with '@'
1070 * Fix "no results" on overview page
1071 * Fix iOS player playback/subtitles menu
1072 * Fix description/comments that break the video watch page
1073 * Don't get recommended videos twice
1074 * Fix admin access to moderators
1075 * Fix nav tab and tag color in dark theme ([@rigelk](https://github.com/rigelk))
1076 * Fix help popover overflow ([@rigelk](https://github.com/rigelk))
1077 * Fix comment deletion with mastodon (only with new comments)
1078
1079
64eb8064
C
1080## v1.0.0-beta.13
1081
1082### Features
1083
1084 * Improve keyboard navigation ([@rigelk](https://github.com/rigelk))
1085 * Remember theme in local storage ([@rigelk](https://github.com/rigelk))
ee41d06e 1086
64eb8064
C
1087### Bug fixes
1088
1089 * Fix upgrade/installation on node 8.12 (bcrypt issue)
1090 * Fix video channel deletion
1091 * Fix video channel RSS
1092 * Fix video views increment
ee41d06e 1093
64eb8064 1094
65cb4bb4
C
1095## v1.0.0-beta.12
1096
1097**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**
1098
1099### BREAKING CHANGES
1100
ee41d06e 1101 * Users can now use the name they want for their channel.
65cb4bb4
C
1102 We will therefore favour the display of video channel handles/names instead of account in the future.
1103
1104### Documentation
1105
1106 * Add SECURITY.md document
1107 * Add TCP/IP tuning template to prevent buffer bloat/latency ([@scanlime](https://github.com/scanlime))
1108 * Add `parse-log` admin tool documentation
1109 * Improve README schemas ([@Edznux](https://github.com/edznux))
1110
1111### nginx template
1112
1113 * Add gzip support ([@scanlime](https://github.com/scanlime))
ee41d06e 1114
65cb4bb4 1115### Docker template
ee41d06e 1116
65cb4bb4
C
1117 * Add quota to the docker configuration values ([@kaiyou](https://github.com/kaiyou))
1118
1119### Features
1120
1121 * Add portuguese and swedish languages
1122 * Support user subscriptions
1123 * Add ability to search videos or channels with their URL/handle (can be opt-out by the admin)
1124 * Add "videos overview" page (pick randomly some categories/tags/channels and display their videos)
1125 * Add ability to set a name (left part of the handle) to a channel instead of UUID
1126 * Users can "give" their videos to other local users (WIP, feedback welcome) ([@grizio](https://github.com/grizio))
1127 * Add keyboard shortcuts (press `?` to see them) ([@rigelk](https://github.com/rigelk))
1128 * Add ability to set daily video upload quota to users ([@Nutomic](https://github.com/nutomic))
1129 * Add user email verification (can be opt-in by the admin) ([@joshmorel](https://github.com/joshmorel))
1130 * Improve video watch page style ([@rigelk](https://github.com/rigelk))
1131 * Trending page takes into account views from the last x days (defined by the admin in the configuration file)
1132 * Add "start at" checkbox in the video share modal
1133 * Add instance capabilities table in the signup page ([@rigelk](https://github.com/rigelk))
1134 * Improve video abuses display in admin ([@Nutomic](https://github.com/nutomic))
1135 * Add "my videos" shortcut in menu ([@LeoMouyna](https://github.com/LeoMouyna))
1136 * Support 0.75 and 1.25 playback speeds ([@Glandos](https://github.com/Glandos))
1137 * Improve error message on actor name conflict
1138 * Improve videos list/search SQL query (split it into 2 queries)
1139 * Make left menu show the scrollbar only on hover/focus ([@rigelk](https://github.com/rigelk))
1140 * Other videos column in watch page show related tagged videos if possible ([@jorropo](https://github.com/jorropo))
1141 * Password change errors more friendly ([@jorropo](https://github.com/jorropo))
1142 * Improve labels for video privacies (video upload/update)
1143 * Add theming via CSS custom properties ([@rigelk](https://github.com/rigelk))
1144 * Add dark theme ([@rigelk](https://github.com/rigelk))
1145 * Add input color to cope with browser themes ([@rigelk](https://github.com/rigelk))
1146
1147### Bug fixes
1148
1149 * Fix player video playback (videos never ends or infinite load after seeking)
1150 * Fix video URL import with videos having a small title
1151 * Make HSTS opt-in and leave it to the reverse-proxy ([@rigelk](https://github.com/rigelk))
1152 * Fix search results on mobile
1153 * Do not import live streaming
1154 * Fix NSFW filter when the instance decides to hide them and the user decides to list them
1155 * Delete highlighted comment too if needed
1156 * Fix ffmpeg auto thread admin configuration ([@jorropo](https://github.com/jorropo))
1157 * ActivityPub: use height instead of width to represent the video resolution
1158 * Fix thumbnail/preview in upload.js script
1159 * Fix import-videos.js duplicate detection
1160 * Fix occitan language label
ee41d06e 1161
65cb4bb4 1162
a4829f0f
C
1163## v1.0.0-beta.11
1164
1165**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**
1166
1167### Features
1168
3256a4a6 1169 * Add ability to import videos from a URL (YouTube, Dailymotion, Vimeo, raw file etc) or torrent file/magnet.
a4829f0f
C
1170 Should be explicitly enabled by the administrator in the configuration file
1171 * Add german, spanish, taiwan (traditional chinese) and occitan languages
1172 * Add ability to delete our account
1173 * Add ability to ban a user
1174 * Add ability to set a moderation comment to an abuse
1175 * Add state (pending, accepted, rejected) attribute to an abuse
1176 * Add ability to set a reason when blacklisting a video
1177 * Add ability to blacklist local videos
1178 * Improve abuse and blacklist tables
1179 * Add user quota used in users list
1180 * Tracker only accept known infohash (avoid people to use your tracker for files unrelated to PeerTube)
1181 * Add database pool configuration ([@rigelk](https://github.com/rigelk))
1182 * Add audit log ([@Nautigsam](https://github.com/Nautigsam))
3256a4a6 1183 * Add ffmpeg nice and auto thread ([@jorropo](https://github.com/jorropo))
a4829f0f
C
1184 * Upgrade to bootstrap 4
1185 * DNT support
1186
1187### Bug fixes
3256a4a6 1188
a4829f0f
C
1189 * Fix videos FPS federation
1190 * Cleanup request files on bad request
1191 * Handle truncated markdown links
1192 * Fix dropdown position in menu
1193 * Translate subtitle languages in player
1194 * Translate player according the language of the interface
1195 * Fix reset my password button ([@joshmorel](https://github.com/joshmorel))
1196
1197
d3736b8d
C
1198## v1.0.0-beta.10
1199
1200**See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1201
1202### Bug fixes (from beta.10.pre.3)
1203
1204 * Fix caption upload on Mac OS
1205
1206
cc6373e6
C
1207## v1.0.0-beta.10.pre.3
1208
1209**See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1210
1211### Bug fixes (from beta.10.pre.2)
1212
1213 * Try to fix the infinite creation of Delete actor jobs by deleting kue migration
1214 * Cleanup SQL indexes
1215 * Try to optimize SQL search query
1216 * Try to optimize videos list SQL query
1217 * Add more logs and fix logger when having an error
1218 * Move subscription helper in the account line in video watch page
1219 * Fix responsive on videos search
1220 * Refresh orphan actors
3256a4a6 1221 * Don't send a follow request if the follow was already accepted
cc6373e6
C
1222
1223
2da00d2a
C
1224## v1.0.0-beta.10.pre.2
1225
1226**See the v1.0.0-beta.10.pre.1 changelog, in particular how to upgrade**
1227
cc6373e6 1228### Bug fixes (from beta.10.pre.1)
2da00d2a
C
1229
1230 * Fix captions/subtitles freeze in player
1231 * Fix attribute label width in video watch page
1232 * Fix player playback in Chrome
1233 * Revert SQL optimization when listing videos: it breaks the connection pool of some instances
1234
1235
039fd8bc
C
1236## v1.0.0-beta.10.pre.1
1237
1238This version is a pre release because it contains many important changes, and requires manual steps before upgrading.
1239
6af6cf83 1240**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
1241
1242```
1243$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS unaccent;'
1244$ sudo -u postgres psql peertube_prod -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;'
1245```
0933bb4a
C
1246
1247You will need [PostgreSQL Contrib](https://www.postgresql.org/docs/9.6/static/contrib.html).
3256a4a6 1248
039fd8bc
C
1249### BREAKING CHANGES
1250
1251 * Require `unaccent` and `pg_trgm` PostgreSQL extension for the PeerTube database
1252 * `category` filter param is replaced by `categoryOneOf`
0933bb4a
C
1253 * Switch job queue to [Bull](https://github.com/OptimalBits/bull). **PeerTube will not migrate your old pending jobs in this new queue manager**
1254 * Update nginx template (you need to [update manually](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#nginx))
039fd8bc 1255 * Update default cache size configurations
6104adc3 1256 * Update search API route: `/videos/search` becomes `/search/videos`
47c951b7 1257 * Needs Redis >= 2.8.18
3256a4a6 1258
039fd8bc
C
1259### Features
1260
1261 * Add ability to change the language of the interface (currently available: english, french, basque, catalan, czech and esperanto)
1262 * Subtitles/captions support (.srt and .vtt)
1263 * Add advanced search
1264 * Add ability to click on category/language/licence/tags in watch page
1265 * Improve explanations of P2P & Privacy section in about page
1266 * Avoid design latency when the admin set custom CSS
1267 * Add ability to update video channel avatar
1268 * Limit video resolution depending on the video element size (Nitesh Sawant)
1269 * Show "Other videos" on a <1300px viewport ([@Simounet](https://github.com/simounet))
1270 * Add QR code to share videos URL ([@DeeJayBro](https://github.com/DeeJayBro))
1271 * Add "agree to the terms" checkbox in registration form
1272 * Add tracker rate limiter
1273 * Add author URL in OEmbed response
1274 * Display username instead of email in menu
1275 * Clarifying what extensions are accepted for upload ([@rigelk](https://github.com/rigelk))
1276 * Thumbnail support for RSS feeds ([@rigelk](https://github.com/rigelk))
1277 * Open CORS on API and static resources ([@rezonant](https://github.com/rezonant)
1278 * 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
1279 * Support Redis socket ([@rigelk](https://github.com/rigelk))
1280 * Improve video `start` param to support string times (for example: 2m42s))
1281 * Display table next/prev/first/last icons in admin tables
1282 * NodeInfo support ([@rigelk](https://github.com/rigelk))
1283 * Improve HTTP headers security ([@rigelk](https://github.com/rigelk))
1284 * Improve client accessibility (for screen reader users etc)
1285 * Optimize SQL requests (in particular the one to list videos)
1286 * Optimize images ([@jorropo](https://github.com/jorropo))
1287 * Add esperanto, lojban, klingon and kotava (audio/subtitle) languages
1288 * Allow uploads of videos <8GB (*experimental*)
1289 * Handle FPS > 30 (*experimental*)
1290
1291### Bug fixes
1292
1293 * Fix avatars/thumbnails update (cache issue)
1294 * Fix pagination on admin job table when changing the job state
1295 * Fix SQL transaction retryer log
1296 * Correctly handle error when remote instance is down
1297 * Fix account videos URL when scrolling
1298 * Avoid commenting twice by disabling comment submit button when sending the comment
1299 * Reset confirm component input when closing it
1300 * Fix video speed when video resolutions changes ([@grizio](https://github.com/grizio))
1301 * Disable hotkeys modifiers for numbers ([@rigelk](https://github.com/rigelk))
1302 * Reset published date on video publish (scheduled or after a transcoding)
1303 * Avoid 404 title on the first page load
1304 * Fix forgot password message regarding email
1305 * Remove scroll to top when closing the menu ([@ebrehault](https://github.com/ebrehault))
1306 * Use UUID for channel link in watch page
1307
1308### Docker
1309
1310 * Add PEERTUBE_SMTP_DISABLE_STARTTLS config env
3256a4a6 1311
039fd8bc 1312
7ba442d4
C
1313## v1.0.0-beta.9
1314
1315### Features
1316
1317 * Theater/Cinema mode in player
1318 * Add ability to wait transcoding before publishing it
1319 * Add ability for uploaders to schedule video update
1320 * Add time display to see where we seek the video
1321 * Add title in player peers info to show total downloaded/uploaded data
1322 * Provide magnet URI in player and download modal ([@rigelk](https://github.com/rigelk))
11fa7d39 1323 * Add warning if the domain name is different from the one of the first start of Peertube
7ba442d4
C
1324 * Add resolution to create-transcoding-job script ([@fflorent](https://github.com/fflorent))
1325
1326### Bug fixes
1327
1328 * Fix dislikes number in video watch page
1329 * Fix import when the imported file has the same extension than an already existing file
1330 * Fix bad RSS descriptions when filtering videos by account or channel
1331 * Fix RSS results limit
1332 * Fix glitch when updating player volume
1333 * Use local object URLs for feeds
1334 * Automatically jump to the highlighted thread
1335 * Fix account link width on video view ([@sesn](https://github.com/sesn))
1336 * Prevent commenting twice
1337 * Blue links color in comments
1338 * Fix quota precision in users list
1339 * Handle markdown in account/video channel pages
1340 * Fix avatar image in channel page
1341 * Fix slow HTTP fallback on Firefox
1342 * Do not create a user with the same username than another actor name
1343 * Reset search on page change
1344 * Fix images size limit
1345 * Log torrent errors/warnings in the console, instead of disturbing users
1346
1347
f3c65a51
C
1348## v1.0.0-beta.8
1349
1350### Features
1351
1352 * Docker:
1353 * Add disable_starttls and transcoding configuration variables
1354 * `.env` file to define env variables (instead of defining them in `docker-compose.yml`)
1355 * Some improvements that should make the upgrades less painful
1356 * Add ability to manually run transcoding jobs (admin with CLI)
1357 * Add ability to import a video file (admin with CLI)
1358 * Add context menu to the player
1359 * Add number of videos published by an account/video channel
1360 * Improve player progress bar
1361 * Improve Twitter configuration help tooltips
1362 * Pick average video file instead of max quality in "Auto" resolution mode
1363 * Increase access token lifetime to 1 day
1364 * Add video comments RSS
1365
1366### Bug fixes
1367
1368 * Clicking on "Download" correctly opens a popup to download the video
1369 (instead of opening the video in a new tab)
1370 * Fix frequent logout
1371 * Fix `publishedAt` video attribute when following a new instance
1372 * Correctly resumes the video on "PeerTube" link click in embed
1373 * Fix markdown links truncation
1374 * Fix account/channel pages not updated if we only change the account/channel
1375 * Fix player resolution change that plays even if the video was paused
1376 * Fix posting view in embed that contains search params
1377 * Fix video watch tooltips regarding subscriptions by using the account name
1378 instead of the display name
1379 * Rename "my settings" to "my account" in menu
1380
1381
77a87fec
C
1382## v1.0.0-beta.7
1383
1384### BREAKING CHANGES
1385
1386 * Account client URLs are now `/accounts/{username}/` (and not `/accounts/{id}/`)
1387
1388### Documentation
1389
1390 * Better documentation on how to deploy with Docker: https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md
1391
1392### Features
1393
1394 * Add short description in about page
1395 * Add owner account name in video channel page
1396 * Improve performance in ActivityPub controllers
1397 * Video **support** field inherits video channel **support** field when uploading/updating a video
1398 * Resume video when clicking on "PeerTube" link in embed
1399
1400### Bug fixes
1401
1402 * Fix player on Android
1403 * Fix player when Firefox has cookies disabled
1404 * Reload "my videos" after a delete
1405 * Fix missing key configuration when upgrading with Docker
1406 * Fix CC audience in Activity Pub objects/activities
1407
1408
265fb1bc
C
1409## v1.0.0-beta.6
1410
1411### Features
1412
1413 * Handle concurrent requests in cache middleware
1414 * Add ability to enable registration by IP
1415
1416### Bug fixes
1417
1418 * Fix insane SQL request when loading all video attributes
1419
1420
67477ee4
C
1421## v1.0.0-beta.5
1422
1423### BREAKING CHANGES
1424
1425 * Update Docker Compose (https://github.com/Chocobozzz/PeerTube/commit/fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb)
1426 * Rename client routes:
1427 * `/admin/users/add` to `/admin/users/create`
1428 * `/videos/edit/:uuid` to `/videos/update/:uuid`
1429 * `/admin/users/:id/update` to `/admin/users/update/:id`
1430
1431
1432### Features
1433
1434 * Adding basic helpers to guide users for comments/subscribe to accounts
1435 * Add ability to move a video in another channel
1436 * Improve web browser RAM consumption when watching (long) videos
1437 * Support robots.txt in configuration
1438 * Add ability to select the Redis database in configuration
1439
1440
1441### Bug fixes
1442
1443 * Fix error message on token expiration
1444 * Increase menu icon size
1445 * Add timeout and TTL to request jobs to fix stuck job
1446 * Fix responsive account about page
1447 * Fix updating description account
1448 * Account/video channel descriptions are not required anymore
1449 * Fix video channel description and support max length (500 characters now)
1450 * Fix "..." for buttons (delete/edit) in admin tables
1451 * Fix overflow in markdown textarea preview
1452 * Add ability to embed videos in a Twitter card
1453 * Use `publishedAt` attribute when sorting videos
1454 * Fix concurrent requests in videos list
1455 * Fix player on iOS
1456
1457
9309c3df
C
1458## v1.0.0-beta.4
1459
1460### BREAKING CHANGES
1461
1462 * Hide by default NSFW videos. Update the `instance.default_nsfw_policy` configuration to `blur` to keep the old behaviour
48dce1c9 1463 * Move video channels routes:
cc918ac3 1464 * `/videos/channels` routes to `/video-channels`
48dce1c9 1465 * `/videos/accounts/{accountId}/channels` route to `/accounts/{accountId}/video-channels`
82e392f8 1466 * PeerTube now listen on 127.0.0.1 by default
9309c3df 1467 * Use ISO 639 for language (*en*, *es*, *fr*...)
3186046d
C
1468 * Tools (`import-videos`...) need the language ISO639 code instead of a number
1469 * API (`upload`, `update`, `list`...) need/return the language ISO639 code instead of a number
9309c3df
C
1470
1471### Features
1472
1473 * Add `publishedAt` attribute to videos
1474 * Improve player:
3186046d
C
1475 * Smooth progress bar
1476 * Settings menu
1477 * Automatic resolution (depending on the user bandwidth)
1478 * Some animations/effects
1479 * More reactive when clicking on play
1480 * Handle autoplay blocking by some web browsers
1481 * Better responsive
1482 * Add ability to link a specific timestamp. Example: https://peertube2.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504?start=58
9309c3df
C
1483 * Add an id to the body to override current CSS (for custom CSS)
1484 * Add privacy argument to `upload.ts` script
1485 * RSS/Atom/JSON-feed for videos recently-added/trending/account
1486 * Support hostname binding in the configuration
1487 * Add ability to click on an account in the video watch page (link to a search)
1488 * Better responsive on many comment replies
1489 * Move follows in the job queue
1490 * Add ability to choose the NSFW videos policy: hide, blur or display. Could be overrode by the user
1491 * Add video privacy information in *my videos page*
1492 * Use the video name for the torrent file name instead of the UUID
1493 * Handle errors in embed (video not found, server error...)
2297b239
C
1494 * Account view (videos uploaded by this account + video channel owned by this account + about pages)
1495 * Video channel view (videos uploaded in this channel + about pages)
f6dcad4f 1496 * Video channel management (avatar update is still missing)
9309c3df
C
1497
1498### Bug fixes
1499
1500 * Fix "show more" description on video change
1501 * Accept unlisted comments
1502 * Don't start application until all components were initialized
1503 * Fix word-break in video description and video comments
1504 * Don't add a `.` after the URL in the "forgot password" email
1505
1506
1507
8e03c5f4 1508## v1.0.0-beta.3
d8c2e379
C
1509
1510### Features
1511
1512 * Add hover background color in menu
1513 * Add info about the initial user quota in the registration form
1514 * Add link to register in the login form
1515 * Prevent brute force login attack
1516
1517### Bug fixes
1518
1519 * Fix bad federation with videos with special utf characters in description (again)
1520 * Fix views system behind a reverse proxy
1521
1522
05b49c1d
C
1523## v1.0.0-beta.2
1524
1525### Features
1526
1527 * More logging in SMTP module
1528 * Add option to disable starttls in SMTP module
1529 * Update STUN servers (using framasoft.org and stunprotocol.org now)
1530 * Min comment length is 1 now (useful for emoji...)
1531 * Better embed video player in small screens
1532 * Reduce display time of title/description/control bar in embed on inactivity
1533 * Add sign languages for videos attribute
1534 * Add autoplay parameter for embed
1535 * Videos search on account username and host too
1536 * Redirect to homepage on empty search
1537
1538### Bug fixes
1539
1540 * Fix mentions in comment replies
1541 * Logo/Title redirects to the default route
1542 * Fix bad federation with videos with special utf characters in description
1543 * Fix pagination on mobile
1544 * Use instance name for page titles
1545 * Fix bad id for Create activities (ActivityPub)
1546 * Handle inner actors instead of just handling actor ids (ActivityPub)
1547 * Fallback to torrent file if infohash is incorrect
1548 * Fix admin config errors display/validation
1549 * Add public to Announces (ActivityPub)
1550 * Fix inability to run client when cookies are disabled
1551 * Fix words breaking in videos description
1552 * Graceful exit when import videos script fails
1553 * Fix import videos with long names
1554 * Fix login with a password containing special characters
1555 * Fix player error flickering with an unsupported video format
1556 * Fix comment delete federation
1557 * Fix communication of a PeerTube instance and Mastodon
1558 * Fix custom configuration with number values
1559
d8c2e379 1560
164e6c87
C
1561## v1.0.0-beta.1
1562
3256a4a6 1563Nothing new here, but PeerTube is stable enough for being in beta now.
164e6c87
C
1564
1565
09700934
C
1566## v1.0.0-alpha.9
1567
1568### BREAKING CHANGES
1569
a7977280 1570 * Update videos list/search/get API response:
09700934
C
1571 * Removed `resolution` field
1572 * Removed `resolutionLabel` field
1573 * Removed `category` field
1574 * Removed `categoryLabel` field
1575 * Removed `licence` field
1576 * Removed `licenceLabel` field
1577 * Removed `language` field
1578 * Removed `languageLabel` field
1579 * Removed `privacy` field
1580 * Removed `privacyLabel` field
1581 * Added `resolution.id` field
1582 * Added `resolution.label` field
1583 * Added `category.id` field
1584 * Added `category.label` field
1585 * Added `licence.id` field
1586 * Added `licence.label` field
1587 * Added `language.id` field
1588 * Added `language.label` field
1589 * Added `privacy.id` field
1590 * Added `privacy.label` field
1591
a7977280
C
1592### Bug fixes
1593
1594 * Fix video_share_url duplicate key on failed transcoding job
1595
09700934 1596
cd139178
C
1597## v1.0.0-alpha.8
1598
1599### Features
1600
3256a4a6 1601 * Add ability to set a short instance description
cd139178
C
1602
1603
19a3b914
C
1604## v1.0.0-alpha.7
1605
1606### BREAKING CHANGES
1607
1608 * Update videos list/search API response:
1609 * Removed `accountName` field
1610 * Removed `serverHost` field
1611 * Added `account.name` field
1612 * Added `account.displayName` field
1613 * Added `account.host` field
1614 * Added `account.url` field
1615 * Added `account.avatar` field
1616 * Update video abuses API response:
1617 * Removed `reporterUsername` field
1618 * Removed `reporterServerHost` field
1619 * Removed `videoId` field
1620 * Removed `videoUUID` field
1621 * Removed `videoName` field
1622 * Added `reporterAccount` field
1623 * Added `video.id` field
1624 * Added `video.name` field
1625 * Added `video.uuid` field
1626 * Added `video.url` field
1627
066e94c5
C
1628### Features
1629
a7977280 1630 * Add "Local" in menu that lists only local videos
066e94c5 1631
19a3b914 1632
774ec2a9
C
1633## v1.0.0-alpha.4
1634
1635### Features
1636
1637 * Add iOS support
1638
1639
99915ae3 1640## v1.0.0-alpha.1
82828fb4
C
1641
1642### Features
1643
1644 * Add messages about privacy and P2P
1645 * Add stats route
1646 * Add playback setting
1647
1648
20b40b19
C
1649## v0.0.29-alpha
1650
1651### BREAKING CHANGES
1652
1653 * Use only 1 thread for transcoding by default
1654
1655### Features
1656
1657 * Add help to JS/CSS custom configuration inputs
1658 * Keep ratio in video thumbnail generation
1659 * Handle video in portrait mode
1660
1661### Bug fixes
1662
1663 * Fix complete description on some videos
1664 * Fix job sorting in administration
1665
1666
73c69591
C
1667## v0.0.28-alpha
1668
1669### BREAKING CHANGES
1670
1671 * Enable original file transcoding by default in configuration
1672 * Disable transcoding in other definitions in configuration
1673
1674### Features
1675
1676 * Fallback to HTTP if video cannot be loaded
1677 * Limit to 30 FPS in transcoding
1678
1679
86ec3e53
C
1680## v0.0.27-alpha
1681
78967fca
C
1682### Features
1683
1684 * Add ability for admin to inject custom JavaScript/CSS
ab998f7b 1685 * Add help tooltip on some fields
78967fca 1686
86ec3e53
C
1687### Bug fixes
1688
1689 * Fix comment reply highlighting
1690
b6a4fd6b 1691
61b3e146
C
1692## v0.0.26-alpha
1693
1694### BREAKING CHANGES
1695
1696 * Renamed script `import-youtube.js` to `import-videos.js`
1697 * Renamed `import-video.js` argument `youtube-url` to `target-url`
1698
1699### Features
1700
1701 * Add "Support" attribute/button on videos
1702 * Add ability to import from all [supported sites](https://rg3.github.io/youtube-dl/supportedsites.html) of youtube-dl
1703
1704### Bug fixes
1705
1706 * Fix custom instance name overflow
1707
1708
b6a4fd6b
C
1709## v0.0.25-alpha
1710
1263fc4e
C
1711### Features
1712
3256a4a6 1713 * Add ability to link a specific comment
1263fc4e 1714
b6a4fd6b
C
1715### Bug fixes
1716
1717 * Fix avatars on video watch page
1718
1719
e33b53ab
C
1720## v0.0.24-alpha
1721
1722### Features
1723
1724* Publish comments with *ctrl + enter*
1725
1726### Bug fixes
1727
1728* Don't stuck on active jobs
1729* Fix deleting a video with comments
1730* Fix infinite scroll (videos list)