From 6afb6c4823965adfd3fa3ba8894d8be07f89260d Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:52:55 +0000 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bddbd4..bd51085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Features + build for aarch64-apple-darwin, closes #62, personally untested on MacOS - but others suggest it works as expected, [e7114d2f5e0ed8935943be64726fc2d90464a777], [2e8500902a515a246f9d9a503b4350849d634978] -+ change log panel size, closes #50, use the `-` or `=` keys to change the height of the logs panel, or `\` to toggle visibility, [6edf99e0846bb4134d8ee5b646065b8cda8074d7] ++ change log panel size, closes #50, use the `-` or `=` keys to change the height of the logs panel, or `\` to toggle visibility, a new config item `show_logs` can be set to true or false, to automatically hide the logs panel, see `example_config` directory for more details, [6edf99e0846bb4134d8ee5b646065b8cda8074d7] ### Fixes + change log panel increase, [f79e41a58a3f0af4ffe9f0025879986a5e5f167d]