Releases: chros73/bscpylgtv
Releases · chros73/bscpylgtv
v0.2.9
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
Implemented enhancements:
- Allow minimum websocket package version (required by Home Assistant)
v0.2.7
Implemented enhancements:
- Add new buttons
- Add
input_button
method
v0.2.6
Implemented enhancements:
- Modify and remove unnecessary
turn_screen_*
methods
v0.2.5
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
Implemented enhancements:
- Add optional
-v
command line parameter for displaying version number
- Remove unnecessary button methods
- Add new buttons
v0.2.3
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
Implemented enhancements:
- Refactor key db methods into external storage class
- Remove obsolete
-d
command line parameter
- Required Python version >= 3.8
v0.2.1
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
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)