Skip to content

Releases: nugget/python-anthemav

Fix for Python 3.7

21 Feb 17:06
314e4ad
Compare
Choose a tag to compare
  • async is a reserved word in Python 3.7, so we have to make a minor adjustment to avoid a syntax error.
  • Also did some housekeeping for the pypi release process and how README is handled.

Smarter poweron status querying

24 Jan 22:58
7debff2
Compare
Choose a tag to compare
v1.1.8

Bump version number

Rolled back the misguided 1.1.6 changes

19 Jan 18:04
cca088f
Compare
Choose a tag to compare
v1.1.7

Revert 1.1.6 changes

Handler for normal or coroutine callback functions

19 Jan 16:35
278a4f1
Compare
Choose a tag to compare

The update_callback and connection_lost callback functions can now be normal or coroutine and the protocol will handle appropriately when firing the callback.

Fix bug in mute status property

04 Jan 17:32
d7407c3
Compare
Choose a tag to compare

The mute property did not work.

Code cleanup and buffer overrun fix

02 Jan 04:21
bf825f8
Compare
Choose a tag to compare

This is mostly a housekeeping release, seeing a massive code documentation effort and overhaul to satisfy the consistent hobgoblins pylint and flake8.

I also tweaked the asyncio write buffer setting and added a small delay to the transport.write point which seems to have completely resolved the unpredictable AVR network buffer overrun issue I was seeing periodically.

Gratuitous version number bump

01 Jan 02:49
8f8624a
Compare
Choose a tag to compare

I had to bump the version number to make PyPI happy because my 1.1.2 upload was ll wonky

Published on pypi

01 Jan 02:13
5ba1ae3
Compare
Choose a tag to compare

Cleaned up and Tested

01 Jan 00:38
54e8d2d
Compare
Choose a tag to compare
v1.1

And now to version 1.1

Calling this feature complete

01 Jan 00:35
1601729
Compare
Choose a tag to compare

This may be a little bit rough in the corners, but all the desired functionality is coded and working.