Skip to content

Releases: spacemanspiff2007/PyArtNet

v1.0.1

20 Feb 04:56
Compare
Choose a tag to compare
  • Fixed an issue where consecutive fades would not start from the correct value
  • renamed channel.add_fade to channel.set_fade (channel.add_fade will issue a DeprecationWarning)

v1.0.0 release

08 Feb 08:47
Compare
Choose a tag to compare
v1.0.0-release

fix

v1.0.0

08 Feb 08:29
7f01872
Compare
Choose a tag to compare
  • Complete rework of library (breaking change)
  • Add support for sACN and KiNet

v0.8.4

13 Jul 05:59
Compare
Choose a tag to compare
  • Added linear fade (closes #14)
  • Updated max FPS (closes #17)
  • All raised Errors inherit now from PyArtNetError
  • Some refactoring and cleanup
  • Activated tests for Python 3.10

v0.8.3

23 Jul 07:03
Compare
Choose a tag to compare
  • No more jumping fades when using output correction with bigger channels
  • Reformatted files

v0.8.2

14 Mar 15:53
Compare
Choose a tag to compare
  • Using nonblocking sockets
  • Added option to send frames to a broadcast address

v0.8.1

26 Feb 05:07
Compare
Choose a tag to compare

Fixed an issue with the max value for channels with 16bits and more

v0.8.0

11 Feb 09:04
Compare
Choose a tag to compare

Added support for channels with 16, 24 and 32bits

v.0.7.1

09 Dec 09:47
Compare
Choose a tag to compare

Fixed a bug where only one universe was sent

v0.7.0

03 Nov 04:55
Compare
Choose a tag to compare
Add github action