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