diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e85a8e3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,43 @@ +midimonster (0.5-1) unstable; urgency=medium + + * New RTP MIDI backend + * Support for deprecated MIDI channel syntax removed + * Core performance improvements + * ArtNet and sACN performance improvements + * Bugfixes to OpenPixelControl, ArtNet and sACN backends + * Lua/Python default channel handlers and cleanup handlers + * Lua/Python now allow output() calls during initial script parsing + * Lua cooperative multithreading API + * OSC bundle reception + * maweb now supports fallback connections + + -- Fabian "cbdev" Stumpf <cb@cbcdn.com> Mon, 27 Apr 2020 22:51:20 +0200 + +midimonster (0.4-1) unstable; urgency=medium + + * Add input_channel and timestamp calls to Lua core interface + * Allow commandline configuration override + * New OpenPixelControl backend + * New Python backend + * Quiet mode for maweb backend + * Rate-limiting for ArtNet and sACN (configurable) + * Core API: Allow managed_fd implementation data to be updated + + -- cbdev <cb@cbcdn.com> Sun, 08 Mar 2020 17:15:56 +0100 + +midimonster (0.3-1) unstable; urgency=medium + + * Bugfixes to the jack, maweb, evdev and sacn backends + * New commandline option -v to query version + * Create basic manpage + * 'local' mode for sACN descriptors + * Updates to example configuration + * New 'layering' example configuration + + -- cbdev <cb@cbcdn.com> Tue, 31 Dec 2019 11:03:56 +0100 + +midimonster (0.2-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- cbdev <cb@cbcdn.com> Wed, 04 Dec 2019 20:45:01 +0100 |