You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add #plugin-selector-about-instance-moderation, #plugin-selector-about-instance-other-information, #plugin-selector-about-instance-features, #plugin-selector-about-instance-statistics, #plugin-selector-about-menu-instance, #plugin-selector-about-menu-peertube, #plugin-selector-about-menu-network in about page #4597
Add #plugin-selector-menu-user-dropdown-language-item in menu #4597
Add client plugin hooks
filter:login.instance-about-plugin-panels.create.result and filter:signup.instance-about-plugin-panels.create.result to add custom instance information in login/signup pages
Add server plugin hooks
filter:api.server.stats.get.result
filter:api.video.upload.video-attribute.result, filter:api.video.import-url.video-attribute.result, filter:api.video.import-torrent.video-attribute.result, filter:api.video.live.video-attribute.result when creating a video object
action:api.video-caption.created and action:api.video-caption.deleted#4650
Server helpers
videos.getFiles(videoId: number) to list video files (webtorrent, hls and thumbnail files)
videos.ffprobe(path: string) to get ffprobe JSON result
Add ability for admins to specify youtube-dl/yt-dlp python binary path #4706
PeerTube server startup is faster
Security
Check video privacy before listing or accepting captions, comments or rates
Check video import target URL does not resolve to internal IP. This technique has some limits so if you have private HTTP services on your server/network publicly accessible, we recommend to use a proxy or a dedicated interface for PeerTube
CLI tools
Also remove HLS files when using prune-storage script
Support --plugin-version option when installing a plugin #4599
Features
🎉 Player improvements
Increase control bar size on desktop & mobile
Add overlay on tap to easily play/pause the video on mobile
Automatically move to landscape when full screen a video on mobile
Add fast forward/rewind on double tap on mobile
Cleanup, fix and add player hotkeys
Keep control bar displayed when settings panel is opened
Faster hiding transition for control bar
Stop confusing peer indication in control bar when p2p is disabled