Releases: BlackDex/mpris-control
Releases · BlackDex/mpris-control
v0.4.4
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Updated crates, Rust and code
New release which uses the latest versions of crates and Rust.
- Use latest Rust edition 2021
- Replaced clap with pico-args (Smaller binary, less crates)
- Updated mpris crate
- Strip binary via cargo profile
- Use cargo fmt to format the code
- Added workflow to build and upload binary to releases
Note: The previous version didn't allowed the subcommands
to be used
as the first argument, but it now can! It still supports the old format
to be backwards compatible, but i prefer to use the subcommand as the
first argument my self.
(commit: 3a7c346)
0.3.2
0.3.1
0.3.0
With a nice contribution from @treeshateorcs mpris-control now supports player selection and nicer command line usage.
I Also made it possible to trigger multiple or all MPRIS players at once, nice if you want to have a pause or stop all function.