Major update with lots of new features and fixes

This commit is contained in:
Luna 2026-05-17 05:36:04 -07:00
parent 17c149c21a
commit 74b3efd990
16 changed files with 1648 additions and 904 deletions

5
.gitignore vendored
View file

@ -4,6 +4,11 @@
# Rust build artifacts
/target/
# makepkg build artifacts (finished .pkg.tar.zst is NOT ignored)
/pkg/
/src/yt-offline/
/yt-offline/
# Editor / OS cruft
*.swp
.DS_Store