Releases: spacemanspiff2007/PyArtNet
Releases · spacemanspiff2007/PyArtNet
v2.0
- Breaking change:
Nodes now need to be run through an async context manager, e.g.:async with ArtNetNode.create('IP') as node: ...
- Added support for transmitting multiple universes in sync
- Added support for transmitting SACN through the broadcast address
- ruff and typing fixes
- used UV
v2.0-CI2
CI for 2.0 release
v2.0-CI
Fixed CI for 2.0 release
v1.0.1
- Fixed an issue where consecutive fades would not start from the correct value
- renamed
channel.add_fadetochannel.set_fade(channel.add_fadewill issue aDeprecationWarning)
v1.0.0 release
v1.0.0-release fix
v1.0.0
- Complete rework of library (breaking change)
- Add support for sACN and KiNet
v0.8.4
v0.8.3
- No more jumping fades when using output correction with bigger channels
- Reformatted files
v0.8.2
- Using nonblocking sockets
- Added option to send frames to a broadcast address
v0.8.1
Fixed an issue with the max value for channels with 16bits and more