Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 15:51
· 7 commits to master since this release
v0.4.0
3a7c346

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)