PeerTube - Package Updates
Pinned
PeerTube
-
@staff pushed an MR to add prosody (needed for the new LiveChat plugin, which makes live streams work really well)
-
[2.7.1]
- Update PeerTube to 4.2.1
- Full changelog
- Fix live ending job that breaks new live session
- Fix search filters counter
- Fix upload banner icon margin
- Fix button icon margin
- Fix my import expander icon that should only be displayed on import error
- Fix select components styling inconsistency
- Increase max watch section to avoid too much warnings in server
- Optimize broadcast job creation
- Optimize View activities delivery using a dedicated broadcast job queue that can be run in parallel
- Fix video selection buttons placement
- Fix searching into account blocklist
- Fix incorrect instance stats
- Fix broken player on ICE error
- Relax views federation
- Fix peertube user in docker
- Fix playlist element federation with a deleted video
-
[2.7.2]
- Update PeerTube to 4.2.2
- Full changelog
- Upgrade vulnerable server dependencies
- Fix fast restream in permanent live
- Fix latency mode setting when creating a live
- Fix unique constraint tag violation when importing videos
- Fix latest live sessions order
- Fix server crash feed when accessing feeds that contains a live
- Fix false boolean attribute (data-is-live etc) in custom markup
-
[2.8.0]
- Update PeerTube to 4.3.0
- Full changelog
- Use yt-dlp by default instead of youtube-dl for new installations (because of much more dev activity)
- Reduce amount of PeerTube error logs
- Introduce log.log_tracker_unknown_infohash setting to disable "Unknown infoHash" warnings
- Web browsers send their error logs to the server that writes them in its own logs. Can be disabled by log.accept_client_log setting
- Enable metrics export using a Prometheus exporter
- Enable tracing export using a Jaeger exporter
- Automatically rebuild native plugin modules on NodeJS ABI change
-
[2.8.1]
- Update PeerTube to 4.3.1
- Full changelog
- Prevent XSS in sort select on pages that list videos. Thanks to Anthony Roth who reported the vulnerability!
- Fix broken embed player on live reload
- Fix channel follow when manually approve instance followers is enabled
- Fix input with number overflow on small screen
- Fix moderation dropdown overflow on mobile
-
[2.9.0]
- Update PeerTube to 5.0.0
- Full changelog
- Support object storage for live streams tada
- Support Two Factor authentication (OTP) tada
- Add explanation on disk space used for user quota admin config #5305
- Display channel in my videos list
- Show which playlists videos are added to in my videos list
- Add Channels link in left menu
- Add ... after the truncated video name in miniature
- Add object storage info badge in videos admin overview
- Add links to video files in videos admin overview
- Better indicate the live ended in embed by displaying a message and the live preview
- Force live autoplay by muting the video if necessary when the user was waiting for the live
- Handle network issues in video player #5138
- Cache chunks to upload in server to resume upload later #5224
- Add ability to serve custom static files under /.well-known URL path #5214
- Use account/channel avatar in account/channel RSS feeds #5325
- Add filter to sort videos by name #5351
- Add ability to configure OpenTelemetry Prometheus exporter listening hostname
-
[2.10.1]
- Update PeerTube to 5.0.1
- Full changelog
- Fix HLS player infinite loading when the live stream/video ends
- Do not autoplay live without autoplay setting
- Fix private/internal video playback from Cloudflare object storage
- Fix local channel stats/OpenTelemetry metric
- Also display dropdown for videos from the homepage
- Fix broken P2P with live stream coming from object storage
- Fix responsive of table pagination
-
[2.11.0]
- Update PeerTube to 5.1.0
- Full changelog
- IMPORTANT: If your instance has signup enabled, user registration approval is automatically enabled by the default configuration of this release. You can change this setting in your production.yaml or in the configuration page in the web admin
Update web browsers support list:- Drop support of Safari 11 on iOS
- Drop support of Safari 11 on desktop
- Drop support of Firefox 68 on desktop
- Implement user registration approval (https://docs.joinpeertube.org/admin/managing-users#registration-approval) #5544
- Add "back to live" button in player
- Add Icelandic & Ukrainian locales
- Add Global views default trending algorithm option in admin configuration #5471
-
[2.12.0]
- Update PeerTube to 5.2.0
- Full changelog
- Implement remote transcoding for VOD videos, Live streams and Studio editions tada #5769
- If enabled, remote PeerTube runners can process these high CPU jobs
- Admin documentation: https://docs.joinpeertube.org/admin/remote-runners
- PeerTube runner CLI documentation: https://docs.joinpeertube.org/maintain/tools#peertube-runner
- Demonstration video: https://peertube2.cpy.re/w/oJwHHYwt4oKjKhLNh2diAY
- Architecture documentation: https://docs.joinpeertube.org/contribute/architecture#remote-vod-live-transcoding
- Add Podcast RSS feed support: #5487
- Add ability to set custom privacy for live replays #5692
- Render images of markdown fields in About page #5732
- Admin can disable user video history by default #5728
- Improve global accessibility
-