Skip to content

v0.4.7

Compare
Choose a tag to compare
@bbilly1 bbilly1 released this 10 Apr 18:48
· 91 commits to master since this release
0c487e6

Project Updates

  • This will trigger a playlist migration in ElasticSearch, adding a playlist_type field. As always that happens at first start and should be automatic.
  • This updates yt-dlp to the latest release. After a change on YT, comment extraction needs to be modified, that is tracked here. Please be patient.

Added

Changed

  • Changed disable video autoplay on the video detail page to avoid too many continue watching items.
  • Changed first watch progress is now only sent after 10 seconds to avoid too many continue watching items.

Fixed

  • Fixed failed empty subtitle return from YT, #663
  • Fixed empty comment author return for some old comments, by @dot-mike
  • Fixed edge cases for failed channel title building
  • Fixed download progress bar for very small videos, by guarantee sending 100% progress
  • Fixed download progress messages getting called multiple times in DOM
  • Fixed failed legacy channel migration trigger by removing ta_migpath from startup, #687