about summary refs log tree commit diff stats
path: root/crates/libmpv2 (follow)
Commit message (Collapse)AuthorAge
* fix(crates/libmpv2/Mpv::command): Correctly escape argumentsBenedikt Peetz2025-02-14
| | | | | This allows us to avoid all these ad-hoc command escaping `format!` invocations.
* fix(crates/libmpv2): Improve the error message for the `RawError`Benedikt Peetz2025-02-14
| | | | | Additionally, this commits migrates the error away from `thiserror`, simply because the crate is not needed at this scale.
* build(treewide): UpdateBenedikt Peetz2024-12-14
|
* build(treewide): Update dependenciesBenedikt Peetz2024-11-16
|
* build(treewide): UpdateBenedikt Peetz2024-11-04
|
* refactor(libmpv2): Include in the workspaceBenedikt Peetz2024-10-14
|
* test(treewide): Fix, so they compile and ignoreBenedikt Peetz2024-10-14
| | | | | The tests are just not in an ideal state right now. Running them via `cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
* refactor(treewide): Conform to the clippy and rust lintsBenedikt Peetz2024-10-14
|
* refactor(treewide): Combine the separate crates in one workspaceBenedikt Peetz2024-10-14
|
* build(crates/libmpv2/update.sh): Correctly specify child update pathsBenedikt Peetz2024-10-07
|
* build(update.sh): Correct path specifications and upgrade incompatible depsBenedikt Peetz2024-08-25
|
* build(treewide): UpdateBenedikt Peetz2024-08-25
|
* refactor(watch): Don't track the playlist, use the properties of `mpv` insteadBenedikt Peetz2024-08-24
|
* refactor(libmpv2): Move to the `crates` directoryBenedikt Peetz2024-08-23