Skip to content

v0.0.5

Compare
Choose a tag to compare
@bbilly1 bbilly1 released this 03 Oct 13:24
· 1715 commits to master since this release

Added

  • Added grid and list view switch for all archive pages
  • The Downloads view now has a ignored view list toggle to show all previously ignored videos and provides options to unignore them
  • The Github wiki is now where all the user documentation is located.
  • Tube Archivist can now integrate with a custom RedisJSON port.
  • Added a section in the contributing page about how to set up your testing environment.

Changed

  • Tube Archivist now utilizes the patched nightly builds of ffmpeg for best compatibility with yt-dlp, #37 #26
  • The About page contains now just useful links as the documentation is now consolidated into the github wiki.
  • Converted some true/false dropdowns to a toggle switch.
  • The “Download Queue” button on the download page is now called “Start Download” for better clarity.

Fixed

  • Cleaned up startup functions into a dedicated Django ready method to avoid double execution.
  • There is still a lot of refactoring and cleaning up going on.