Skip to content

Version 3.0.0 Alpha 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ray-kast ray-kast released this 28 Jan 02:17
· 0 commits to main since this release
v3.0.0-alpha.2
5781c18
  • BREAKING: Changed the variable names passed to the format string for now playing -f 'format...'
  • BREAKING: Made now-playing -w incompatible with player filter flags (e.g. --bus), as this never functioned correctly
  • BREAKING: Sanitized newlines in the default line-separated output mode for now-playing -w
  • Add {{ expr | .member }} and {{ expr | .[index] }} filters to the format string syntax
  • Add {{ function(arg!) }} null-propagating syntax to format string function arguments
  • Add -0 flag to now-playing -w for NUL-separated output (preserves newline characters)
  • Improved CLI logging flags
  • Fix incorrect position reporting in the values returned by now-playing
  • Potential fix for unhandled player-created events by the server