what's changed
- updated yt-dlp
- updated rust dependencies
Breaking Changes
How to update
if you are upgrading from 1.0 please also read v1.1 release notes to clean your docker compose (the following will still work but you are missing out on cleaning 2GB of unneeded dependencies from your storage)
sudo docker compose pull
sudo docker compose up -d --remove-orphans
sudo docker system prune -a
(prune will clean the unused images left behind)
Full Changelog: v1.2.2...v1.2.3