From 2144b349bcad11122649b9ef62b49d71edf3643b Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Tue, 20 May 2025 19:00:35 +0300 Subject: [PATCH] asdf --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 804dc36..405c21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added +- Theme can be user configured, in theme.yml. This theme.yml should be placed in + the usual sointu config directory (i.e. + `os.UserConfigDir()/sointu/theme.yml`). See + [theme.yml](tracker/gioui/theme.yml) for the default theme, and + [theme.go](tracker/gioui/theme.go) for what can be changed. - Ctrl + scroll wheel adjusts the global scaling of the GUI ([#153][i153]) - The loudness detection supports LUFS, A-weighting, C-weighting or RMS-weighting, and peak detection supports true peak or sample peak detection.