From dedbd6ea1a79dcfe3886944e0ba8aefce16507f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnker?= Date: Mon, 9 Dec 2024 13:57:22 +0100 Subject: [PATCH] =?UTF-8?q?Update=20changelog=20Signed-off-by:=20Christian?= =?UTF-8?q?=20M=C3=BCnker=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0ce090..d61cb465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,12 @@ ### Bugfixes - fix [issue \#258](https://github.com/chipmuenk/pyfda/issues/258) crashing binaries created with pyinstaller -- fix look of combo boxes especially under Linux / MacOS which were still pretty unusable +- fix look of combo boxes which were still pretty unusable especially under Linux / MacOS ### Updates -- Update some UI default settings for better usability +- Add Linux install script [PR \#257](https://github.com/chipmuenk/pyfda/pull/257) +- Update some UI settings for better usability (especially dark mode) - Add some tool tips - Normalize data to given maximum value before saving in y[n] file tab.