Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 15:59
· 518 commits to dev since this release

Added

  • Added extended metadata API (#311)
  • Added player.bypassSinkVolume to ignore volume events (#317)
  • Added support for shell events (#329)
  • Added API endpoints for repeat and shuffle toggle (7747677, #330)
  • Configurable connection timeout (#328)
  • Added artifact with thin classifier to player module (29e6dac)
  • Added Login5 API code (#322)
  • Added /discovery/list API endpoint to list available Spotify Connect devices (#352)

Changed

  • Improved metadata DACP pipe (#317, 6a2679d, c10a1c8)
  • Use slf4j for logging in lib and player modules (#336, #338)
  • Moved sink code to sink-api and sink modules (#337)
  • Moved DACP code to dacp module (7221b2b)
  • Refactored PlayableId and stream loading to prepare for local files playback (#208)
  • Moved decoder code to decoder-api module (#343, 34ec546, 77a5584)
  • Centralize Base64 decoding/encoding (#351)

Fixed

  • Fixed unsupported tracks playback (#332)