Skip to content

Releases: BlackDex/mpris-control

v0.4.4

14 May 14:21
v0.4.4
27d1263
Compare
Choose a tag to compare

v0.4.3

24 Jan 17:04
v0.4.3
467ee36
Compare
Choose a tag to compare

Update dependencies and fix clippy issues

  • Updated dependencies to the latest version
  • Updated MSRV to v1.66.1 (Still using nightly to build though)
  • Some new clippy lint fixes
  • Updated workflow

(commit: 467ee36)

v0.4.2

09 Oct 12:25
v0.4.2
35212b9
Compare
Choose a tag to compare

Update libraries
(commit: 35212b9)

v0.4.1

08 Jun 12:20
v0.4.1
3272098
Compare
Choose a tag to compare

Update dependencies
(commit: 3272098)

v0.4.0

23 Jan 15:51
v0.4.0
3a7c346
Compare
Choose a tag to compare

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

05 Jun 15:54
Compare
Choose a tag to compare

Updated dependencies and created a new build.

0.3.1

09 Sep 15:27
Compare
Choose a tag to compare

Small bug-fix when there are no players active at all.

0.3.0

08 Sep 18:07
Compare
Choose a tag to compare

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.

0.2.0

15 Aug 15:10
Compare
Choose a tag to compare

Second release with some small changes and updated code.
there now is a 'stop' command.

0.1.0

10 Feb 15:39
Compare
Choose a tag to compare

First release of this application