Releases: ray-kast/empress
Releases · ray-kast/empress
v2.0.0
- Switched D-Bus backend to the
zbus
crate
- Updated bus interface schema
- Improved performance with new daemon architecture
- Added the
scan
subcommand to force daemon refreshes
- Added new options to filter players for most subcommands
- Added
-w
flag to now-playing
subcommand to watch for changes
v1.6.0
- Improved the
now-playing
command
- Added player identity info
- Added duration and playhead position
- Added string format DSL for non-JSON output
- Changed behavior of player selection to reduce unexpected behavior for all actions
v1.6.0 beta 1
Initial beta release for the new format string syntax for now-playing
.
v1.5.0
- Updated syntax of the
seek
subcommand to fix a clash with clap
's parser
- Updated dependencies
- Added a
volume
subcommand
v1.4.1
Added playback status to the now-playing
subcommand.
v1.4.0
Added a now-playing
command, for extracting XESAM data from the first available player.
v1.2.0
Rewrote method handling and added a seek command.
v1.1.3
Forgot to bump the crate version.
v1.1.2
Fixed server verbosity issue with STDERR redirect.