Skip to content

v1.1.0

Compare
Choose a tag to compare
@raitonoberu raitonoberu released this 22 May 19:45
· 55 commits to master since this release

My dear fellas, I am proud to present you the new version of sptlrx.

What's new:

  • MPRIS player whitelist. Coded almost a year ago by @MHoogesteger. Now you can specify a list of MPRIS players to use like this:
# config.yaml
player: mpris
mpris:
  players: [rhythmbox, spotifyd]
  • Releases page now contains armv6 binaries for Linux. Fixes #24.

  • Global ignoreErrors config field. true by default. Don't be distracted by lost connection errors anymore.

  • --verbose flag to quickly override ignoreErrors value.

  • host config field. Now you can use your own self-hosted API to fetch lyrics in case mine stops working.

What's fixed:

  • Runtime error if ignoreErrors=false.

  • Non-critical errors no longer lead to closure (resolves #21).

What's improved:

  • Error handling is now much more reliable.

  • Reduced binary size on Windows & Darwin because we no longer compile MPRIS.

  • Updated dependencies, switched back to cobra.