From f8fb44110bcaa02d21555ef4eb52080849b60afc Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Mon, 17 Jan 2022 17:59:33 +0100 Subject: [PATCH] docs: updated changelog Signed-off-by: Christopher Arndt --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dd131f2..4f25773 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ ChangeLog ========= +1.5.2 (2022-01-17) +------------------ + +* Fixed: QjackCtl sometimes saves certain settings as quoted strings and + the QjackCtl.conf parsing of jack-select didn't handle that correctly, +* Fixed: newer versions of QjackCtl use `0` as the default value for several + settngs, but setting these settings actually to zero will prevent proper + JACK operation. For these setting a value of `0` is now interpreted as + meaning "(re-)set to default value". +* Updated copyright year in readme, man page and license. +* Added classifier for Python 3.10 support. +* Reformatted source code with black. + + 1.5.1 (2021-01-15) ------------------