Skip to content

OLA 0.10.0

Compare
Choose a tag to compare
@nomis52 nomis52 released this 04 Jan 00:03
· 1917 commits to 0.10 since this release

Features:

  • Add better logging for open()
  • Added more man pages.
  • Added a DMX keypad to the new web UI
  • OLA Trigger config to control Philips Hue Lux lights
  • Added hotplug support for usbdmx devices
  • Add support for JaRule widgets.
  • Add UUCP locking support #888
  • Fix issues encountered when packaging for openSUSE and fedora #904
  • Add support for the Nodle U1 widget
  • Add validation of OSC output format types
  • Add an example Stdin handler to the documentation
  • Increase the port limit for E1.31 up to 512 from 128

RDM Tests:

  • Add some more E1.37-2 tests
  • Fix event handling in the RDM test server #948
  • Mute all devices before running the DUB tests
  • Add timing stats to the RDM responder tests

Bugs

  • Remove a number of obsolete Autotools macros, we now require Automake 1.11.2
    #931
  • Work around the case where an Enttec USB Pro widget doesn't respond #341
  • Fix a crash if a client disconnects during RDM discovery #950
  • Stop e131_transmit_test from segfaulting #966
  • Fix the build on Windows
  • Split libolaserver into two parts to stop dpkg-shlibdeps warnings

Internal

  • All the Python code now passes flake8 checking
  • The new web UI now passes jscs checking
  • Switched to using the new command line flags module in ola_rdm_discover
  • Move the ACN code to libs/acn