Skip to content

v6.0.3

Compare
Choose a tag to compare
@Chocobozzz Chocobozzz released this 18 Jan 08:43
· 614 commits to develop since this release
v6.0.3
01e4fd0

IMPORTANT NOTES

  • If you upgrade from PeerTube < v6.0.0, please follow v6.0.0 IMPORTANT NOTES
  • If you upgrade from PeerTube v6.0.0, please follow v6.0.1 IMPORTANT NOTES

SECURITY

  • Prevent nginx from serving private/internal/password protected HLS video static files
    • You must update your nginx configuration like in this commit (line 202 replace location ~ ^(/static/(webseed|web-videos|streaming-playlists)/private/)|^/download { by location ~ ^(/static/(webseed|web-videos|streaming-playlists/hls)/private/)|^/download {)

Bug fixes

  • Fix HTML meta tags with attributes that contain quotes
  • Fix time parsing resulting in broken video start time in some cases
  • Fix WebTorrent video import crash
  • Reload Discover page on logout
  • Fix privacy error when updating a live, even if the privacy has not changed
  • Fix invalid remote live state change notification that causes the player to reload
  • Don't apply big play button skin to settings menu
  • Fix downloading video files from object storage with some video names (that include emojis, quotes etc)
  • Fix thumbnail generation when ffmpeg cannot seek the input
  • Fix theme colors on stats page
  • Fix input mask (used for chapters, playlist timecodes...) with 10h+ videos
  • Fix chapter position width consistency
  • Fix player ratio with audio only videos
  • Also update video playlist URLs when using update-host script
  • Fix upload/import/update of videos that contain multiple chapters with the same timecode