Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@un-def un-def released this 08 Sep 09:02
· 1 commit to master since this release

Features

  • Multi-instance player support. It's now possible to specify a player by its non-unique name prefix only, without the unique instance suffix, e.g., -p firefox instead of -p firefox.instance_1_34. The blocklet monitors all instances and pick the new one when the previous disappears.
  • Improved formatter by @tellezhector:
    • Added fallback to built-in Formatter format specs. See Python Docs.
    • Added a format_spec for truncating strings and adding a suffix {string:.<max_length>,<suffix>}.
  • Added a placeholder message displayed when there is no player.

Changes

  • The blocket no longer handles SIGINT. See PR #14 for an explanation.