aboutsummaryrefslogtreecommitdiffstats
path: root/crates (follow)
Commit message (Expand)AuthorAge
* fix(yt/db/get/txn_log): Order by `ROWID` instead of `timestamp`primeBenedikt Peetz20 hours
* chore(yt/*): Remove trivial warningsBenedikt Peetz20 hours
* feat(yt/commands/stats): Init basic frameworkBenedikt Peetz20 hours
* fix(yt/db/insert/playlist): Always delete a video file, even when marked-pickedBenedikt Peetz20 hours
* fix(yt/db/videos/comments): Update comment handling to new yt-dlp formatBenedikt Peetz20 hours
* feat(yt/comments/subs/set-status): Change order of `status` and `sub`Benedikt Peetz20 hours
* build(flake.lock,Cargo.{toml,lock}): UpdateBenedikt Peetz20 hours
* feat(yt/commands/update): Don't update a sub, if we don't expect new videosBenedikt Peetz20 hours
* style(yt/config): FormatBenedikt Peetz2026-05-26
* feat(yt/select/file): Allow sorting the videos by other things then priorityBenedikt Peetz2026-05-26
* feat(yt/{config,download}): Allow specifying a cookie fileBenedikt Peetz2026-05-26
* refactor(yt/ansi_escape_codes): Force specifications of streamBenedikt Peetz2026-05-26
* build(Cargo.toml): Update pinsBenedikt Peetz2026-05-26
* feat(yt/download/hooks): Show progress of post-processorsBenedikt Peetz2026-05-26
* build(update.sh): Remove all redundant `update.sh` filesBenedikt Peetz2026-05-26
* chore(version): v1.9.0v1.9.0Benedikt Peetz2025-11-30
* fix(treewide): Avoid using deprecated functions or patternsBenedikt Peetz2025-11-30
* build(treewide): UpdateBenedikt Peetz2025-11-30
* build(update.sh): Also work, when the cwd directory changedBenedikt Peetz2025-11-30
* fix(yt/commands/download/progress_hook): Show title, if already downloadedBenedikt Peetz2025-11-30
* fix(yt/commands/status): Show active subscriptions numberBenedikt Peetz2025-11-30
* fix(yt/commands/select/add): Correct add behaviourBenedikt Peetz2025-11-30
* fix(yt/commands/download): Fix typoBenedikt Peetz2025-08-26
* feat(yt/commands/subs): Implement disabling subscriptionsBenedikt Peetz2025-08-26
* chore(version): v1.8.0v1.8.0Benedikt Peetz2025-07-24
* refactor(crates/yt/constants): Remove empty moduleBenedikt Peetz2025-07-24
* style(treewide): FormatBenedikt Peetz2025-07-24
* chore(treewide): Add missing license headersBenedikt Peetz2025-07-24
* test(crates/libmpv2): Avoid compiling a doc-testBenedikt Peetz2025-07-24
* fix(crates/yt/commands/database): Correctly format the default for `--kind`Benedikt Peetz2025-07-24
* test(crates/yt/tests/watch/focus_switch.rs): This test simply lacks its purposeBenedikt Peetz2025-07-24
* test(crates/yt/testenv/run/run_piped): Finalize the second command after the ...Benedikt Peetz2025-07-24
* feat(crates/yt/commands/cache): InitBenedikt Peetz2025-07-24
* refactor(crates/yt/commands): Restrict visibility to itselfBenedikt Peetz2025-07-24
* fix(crates/yt): Correct importsBenedikt Peetz2025-07-24
* fix(crates/yt/config): Avoid module name re-use in `watch` configBenedikt Peetz2025-07-24
* fix(crates/yt/commands/select): Allow configuring the `yt select url` openerBenedikt Peetz2025-07-24
* fix(crates/yt/storage/db/videos/comments): Don't always associate a reply wit...Benedikt Peetz2025-07-24
* refactor(crates/yt/src/ansi_escape_codes): Use better name for `erase_in_disp...Benedikt Peetz2025-07-24
* fix(crates/yt/commands): Add the actual `implm` wrapperBenedikt Peetz2025-07-24
* refactor(crates/colors): Don't expose the custom colours moduleBenedikt Peetz2025-07-24
* fix(treewide): Use `json_try_get!` instead of `json.get(..).map(|| ..)`Benedikt Peetz2025-07-24
* fix(crates/yt/{commands/playlist,videos/format_video}): Correctly calculate w...Benedikt Peetz2025-07-24
* feat(crates/yt/commands/database): Init, to show the txn_logBenedikt Peetz2025-07-24
* feat(crates/yt/storage/db/insert): Track all inserted operationsBenedikt Peetz2025-07-24
* feat(crates/yt/commands/watch/mpv_commands): Hook-up the new show commandsBenedikt Peetz2025-07-24
* feat(crates/yt/commands/show): Also provide thumbnail and info screenBenedikt Peetz2025-07-24
* refactor(crates/yt/db/insert::Commitable): Make `Debug` a dependencyBenedikt Peetz2025-07-18
* fix(crates/yt/db/insert/playlist): Account for playlist_len == 0Benedikt Peetz2025-07-18
* build(crates/yt/Cargo.toml): Remove now pointless `owo-colors` depBenedikt Peetz2025-07-18