Skip to content

Snapcast v0.12.0

Compare
Choose a tag to compare
@badaix badaix released this 17 Oct 19:39
· 1491 commits to master since this release

Version 0.12.0

Features

  • Support for IPv6 (PR #273, #279)
  • Spotify plugin: onstart and onstop parameter (PR #225)
  • Snapclient: configurable client id (Issue #249)
  • Android: Snapclient support for ARM, MIPS and X86
  • Snapserver: Play some silence before going idle (PR #284)

Bugfixes

  • Fix linker error (Issue #255, #274)
  • Snapclient: more reliable unique client id (Issue #249, #246)
  • Snapserver: fix config file permissions (Issue #251)
  • Snapserver: fix crash on bye from control client (Issue #238)
  • Snapserver: fix crash on port scan (Issue #267)
  • Snapserver: fix crash when a malformed message is received (Issue #264)

General

  • Improved logging: Use --debug for debug logging
  • Log to file: Use --debug=<filename>
  • Improved exception handling and error logging (Issue #276)
  • Android: update to NDK r16 and clang++
  • hide spotify credentials in json control message (Issue #282)