From ddcf60bb2b4d8b85a67ece91d9d2b140c5143e3f Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Sun, 14 Nov 2021 04:16:47 +0100 Subject: [PATCH] Add release notes for 0.4.0 --- data/nl.brixit.Switcher.appdata.xml | 17 +++++++++++++++++ meson.build | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/data/nl.brixit.Switcher.appdata.xml b/data/nl.brixit.Switcher.appdata.xml index a9d3464..15ab5df 100644 --- a/data/nl.brixit.Switcher.appdata.xml +++ b/data/nl.brixit.Switcher.appdata.xml @@ -26,6 +26,23 @@ https://todo.sr.ht/~martijnbraam/OpenAtem + + +

+ This release has support for the audio mixer in the atem and fairlight audio mixers. The connection + system has also been reworked to be able to connect to USB devices in an easier way and support + connecting to an openswitcher proxy daemon. +

+
    +
  • Add openswitcher-proxy component
  • +
  • Add level metering in the fairlight mixer
  • +
  • Implement the atem audio mixer
  • +
  • Remove the broken midi support in the gtk application
  • +
  • Add first support for fetching the media files from the hardware
  • +
  • Add the option to add a mini M/E for an AUX output
  • +
+
+

diff --git a/meson.build b/meson.build index ba7d2d1..350381a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('switcher', - version: '0.2.0', + version: '0.4.0', meson_version: '>= 0.50.0', default_options: ['warning_level=2']) -- 2.34.2