Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(crates/libmpv2/Mpv::command): Correctly escape arguments | Benedikt Peetz | 2025-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 Peetz | 2025-02-14 |
| | | | | | Additionally, this commits migrates the error away from `thiserror`, simply because the crate is not needed at this scale. | ||
* | build(treewide): Update | Benedikt Peetz | 2024-12-14 |
| | |||
* | build(treewide): Update dependencies | Benedikt Peetz | 2024-11-16 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-11-04 |
| | |||
* | refactor(libmpv2): Include in the workspace | Benedikt Peetz | 2024-10-14 |
| | |||
* | test(treewide): Fix, so they compile and ignore | Benedikt Peetz | 2024-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 lints | Benedikt Peetz | 2024-10-14 |
| | |||
* | refactor(treewide): Combine the separate crates in one workspace | Benedikt Peetz | 2024-10-14 |
| | |||
* | build(crates/libmpv2/update.sh): Correctly specify child update paths | Benedikt Peetz | 2024-10-07 |
| | |||
* | build(update.sh): Correct path specifications and upgrade incompatible deps | Benedikt Peetz | 2024-08-25 |
| | |||
* | build(treewide): Update | Benedikt Peetz | 2024-08-25 |
| | |||
* | refactor(watch): Don't track the playlist, use the properties of `mpv` instead | Benedikt Peetz | 2024-08-24 |
| | |||
* | refactor(libmpv2): Move to the `crates` directory | Benedikt Peetz | 2024-08-23 |