Skip to content

Releases: chros73/bscpylgtv

v0.2.9

25 Dec 20:22
Compare
Choose a tag to compare

Implemented enhancements:

  • Disconnect client when TV is off

Fixed bugs:

  • Fix client reconnect (Closes #2)
  • Fix other properties as well during disconnecting (e.g. storage, states)

v0.2.8

23 Dec 10:58
Compare
Choose a tag to compare

Implemented enhancements:

  • Allow minimum websocket package version (required by Home Assistant)

v0.2.7

19 Dec 18:39
Compare
Choose a tag to compare

Implemented enhancements:

  • Add new buttons
  • Add input_button method

v0.2.6

18 Dec 10:30
Compare
Choose a tag to compare

Implemented enhancements:

  • Modify and remove unnecessary turn_screen_* methods

v0.2.5

17 Dec 08:16
Compare
Choose a tag to compare

Implemented enhancements:

  • Add optional -o command line parameter for getting hello info
  • Add new buttons

Fixed bugs:

  • Fix unhandled exception when QuickStart+ and TV is off (See #1)

v0.2.4

13 Dec 17:10
Compare
Choose a tag to compare

Implemented enhancements:

  • Add optional -v command line parameter for displaying version number
  • Remove unnecessary button methods
  • Add new buttons

v0.2.3

04 Dec 12:59
Compare
Choose a tag to compare

Implemented enhancements:

  • Add optional -s command line parameter for setting static states and state updates
  • Remove obsolete -g command line parameter
  • Pass self into state update callback functions

Fixed bugs:

  • Make subscribed state updates fail more gracefully when not supported
  • Fix result of couple of state updates

v0.2.2

01 Dec 16:53
Compare
Choose a tag to compare

Implemented enhancements:

  • Refactor key db methods into external storage class
  • Remove obsolete -d command line parameter
  • Required Python version >= 3.8

v0.2.1

27 Nov 11:18
Compare
Choose a tag to compare

Implemented enhancements:

  • Fix turn_screen_off and turn_screen_on commands
  • Add info about triggering hidden menus
  • Add useful scripting examples into docs directory

v0.2.0

23 Nov 18:54
Compare
Choose a tag to compare

Implemented enhancements:

  • Add back previously removed calibration functionality
  • Make calibration functionality optional (requires numpy package)
  • Add optional -d command line parameter for disabling key file
  • Publish Python package
  • Upload optimized win64 binaries to release (lite: without calibration functionality)