`0.6.0`_ 2024-01-27
- Publicly expose mute and volume status
- New vendor ID mapping for Vizio
- Base Docker image on balenalib instead of resin
`0.5.2`_ 2022-07-08
- Added Python 3.9 support.
- Added Python 3.10 support.
0.5.1 2020-10-24
- Fixed a
TypeError
exception when using the pyCEC server.
0.5.0 2020-10-04
- Added a changelog.
- Added Python 3.8 testing.
- Updated PyPi classifiers.
- Updated asyncio syntax to use
await
andasync def
.
- Drop Python 3.4 support (EOL).
- Allow
TcpAdapter
to recover from a lost connection. - Added a missing
await
for anasyncio.sleep
. - Fixed long_description field for PyPi releases, the README will now render.
0.4.14 2020-09-27
- Removed typing requirement.