diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 39186c4..362bdf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 diff --git a/debian/control b/debian/control index 2e71d5c..2c1eefa 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: cbdev <cb@cbcdn.com> Build-Depends: debhelper (>= 11) Standards-Version: 4.1.3 -Homepage: https://midimonster.tech/ +Homepage: https://midimonster.net/ Vcs-Browser: https://github.com/cbdevnet/midimonster Vcs-Git: https://github.com/cbdevnet/midimonster |