Skip to content

Snapcast v0.11.0

Compare
Choose a tag to compare
@badaix badaix released this 16 Mar 21:09
· 1579 commits to master since this release

Version 0.11.0

Features

  • Don't send audio to muted clients (Issue #109, #150)
  • Snapclient multi-instance support (Issue #73)
  • daemon can run as different user (default: snapclient, Issue #89)
  • Spotify plugin does not require username and password (PR #181)
  • Spotify plugin is compatible to librespot's pipe backend (PR #158)
  • Clients are organized in Groups
  • JSON RPC API: Support batch requests

Bugfixes

  • Compilation error on recent GCC versions (Issues #146, #170)
  • Crash when frequently connecting to the control port (Issue #200)
  • Snapcast App crashes on Android 4.x (Issue #207)
  • Resync issue on macOS (Issue #156)
  • Id in JSON RPC API can be String, Number or NULL (Issue #161)
  • Use "which" instead of "whereis" to find binaries (PR #196, Issue #185)
  • Compiles on lede (Issue #203)

General

  • JSON RPC API is versionized (current version is 2.0.0)
  • Restructured Android App to support Groups