Skip to content

Releases: andrewsayre/pyheos

Release 0.5.1

02 May 03:04
dc241e3
Compare
Choose a tag to compare
  • Support minimal response in get_players by non-spec conforming devices

Release 0.5.0

28 Apr 23:55
Compare
Choose a tag to compare
  • Release under Apache 2.0
  • Add Quick Select functions
  • Add Playlist retrieval/play functions
  • Add Group functions
  • Reduce noise on debug logging

Release 0.4.1

25 Apr 01:29
dbdfe61
Compare
Choose a tag to compare
  • Fix an issue where the heartbeat was not handling a timeout error and breaking the reconnection logic.

Release 0.4.0

19 Apr 00:58
f66115e
Compare
Choose a tag to compare
  • Add support for groups
  • Standardize command failures (breaking change - all commands now raise an exception if not successful instead of returning a boolean)

Release 0.3.1

08 Apr 19:55
1246f9b
Compare
Choose a tag to compare
  • Handle volume level edge case where a float string is returned
  • Add sign in and out commands
  • Add logged in user status to controller

Release 0.3.0

31 Mar 05:46
0cbf082
Compare
Choose a tag to compare
  • Adds command response error processing

Release 0.2.1

31 Mar 04:01
9f8fa96
Compare
Choose a tag to compare
  • Fix heartbeat task exception was never retrieved
  • Increase timeout and reconnect delay
  • Prevent multiple starts of reconnect

Release 0.2.0

27 Mar 03:50
b8c7f29
Compare
Choose a tag to compare
  • Changed how players are marked unavailable when changed and no longer present
  • Added available control options

Release 0.1.0

25 Mar 04:11
Compare
Choose a tag to compare

First release of the pyheos library with core functionality.