Skip to content

Releases: Noah2610/cmus-status-line

Version 1.1.0

05 Jul 22:30
Compare
Choose a tag to compare

Bug fixes

  • Program would crash when playing a track with meta tags (#8)

Additions

New FormatParts:

  • Tag, to output track's meta tags
  • IfElse, like If, but has a third argument (FormatPart), which is output if the expression returns false

New FormatExpression:

  • HasTag, returns true or false, depending on if the given tag name is present on the playing track

Version 1.0.1 (identlical to v1.0.0)

05 Dec 03:06
Compare
Choose a tag to compare

This version is identical to v1.0.0
The only difference is that the README.md file has been updated,
and the readme field in Cargo.toml has been set,
so that the crates.io page properly shows the README.

The only difference to v1.0.0 in the attached binaries is that the static version string has changed.

Version 1.0.0

05 Dec 02:53
Compare
Choose a tag to compare

Initial release!
Install from crates.io with ...

cargo install cmus-status-line

... or download the attached binary for your platform (Linux or Windows).
The Windows binary isn't tested, if it doesn't work please let me know by creating an issue!