about summary refs log tree commit diff stats
path: root/src/select/selection_file (unfollow)
Commit message (Collapse)Author
14 hoursbuild(package): Also include `deno` in the buildInputsBenedikt Peetz
14 hoursbuild(devenv): Include denoBenedikt Peetz
This is required, since yt-dlp needs a js runtime now.
14 hoursbuild(package): Use `ffmpeg-headless` instead of `ffmpeg`Benedikt Peetz
There is no need for the graphical version. This cuts-down on the dependencies.
14 hoursfix(treewide): Avoid using deprecated functions or patternsBenedikt Peetz
14 hoursbuild(treewide): UpdateBenedikt Peetz
14 hoursbuild(update.sh): Also work, when the cwd directory changedBenedikt Peetz
14 hoursfix(yt/commands/download/progress_hook): Show title, if already downloadedBenedikt Peetz
Otherwise, if an already downloaded video (but not as downloaded registered video) is "downloaded" yt would just show `-> download finish`. This does not inform the user about what was actually downloaded.
14 hoursfix(yt/commands/status): Show active subscriptions numberBenedikt Peetz
14 hoursfix(yt/commands/select/add): Correct add behaviourBenedikt Peetz
2025-08-26fix(yt/commands/download): Fix typoBenedikt Peetz
2025-08-26feat(yt/commands/subs): Implement disabling subscriptionsBenedikt Peetz
This allows for a softer version of `unsubscribe`, as the subscription can be enabled again.
2025-07-24chore(version): v1.8.0 v1.8.0Benedikt Peetz
2025-07-24fix(nix/package): Update to include the newest changesBenedikt Peetz
2025-07-24refactor(crates/yt/constants): Remove empty moduleBenedikt Peetz
2025-07-24style(treewide): FormatBenedikt Peetz
2025-07-24chore(treewide): Add missing license headersBenedikt Peetz
2025-07-24test(crates/libmpv2): Avoid compiling a doc-testBenedikt Peetz
2025-07-24fix(crates/yt/commands/database): Correctly format the default for `--kind`Benedikt Peetz
The `fmt::Debug` impl will print them capitalized, which is obviously wrong in this context.
2025-07-24test(crates/yt/tests/watch/focus_switch.rs): This test simply lacks its purposeBenedikt Peetz
2025-07-24test(crates/yt/testenv/run/run_piped): Finalize the second command after the ↵Benedikt Peetz
first one Otherwise, we introduce a race condition and thus produce spurious test failures.
2025-07-24