From a6a42460dae5bd63d93720e9aaa064ff1be4a298 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Tue, 1 Oct 2024 12:31:28 -0700 Subject: [PATCH] Add changelog and docs --- CHANGELOG.md | 2 ++ book/src/configuration/sidebar/buttons.md | 11 ++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3512b08d..50d5521d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ Added: - Dynamically select dark or light theme based on OS appearance. See [configuartion](https://halloy.squidowl.org/configuration/themes/index.html). - Toggle channel topic with hotkey (Ctrl + Alt + t (macOS: + + t)) +- Logging buffer to view logs. Can be opened via sidebar button or command bar. - New configuration options - Ability to define a shell command for loading a NICKSERV password. See [configuration](https://halloy.squidowl.org/configuration/servers/index.html#nick_password_command) - Ability to define a shell command for loading a SASL password. See [configuration](https://halloy.squidowl.org/configuration/servers/sasl/plain.html) + - Show/hide sidebar button to view logs. See [configuration](https://halloy.squidowl.org/configuration/sidebar/buttons.html#logs) Fixed: diff --git a/book/src/configuration/sidebar/buttons.md b/book/src/configuration/sidebar/buttons.md index b61608be..e0396647 100644 --- a/book/src/configuration/sidebar/buttons.md +++ b/book/src/configuration/sidebar/buttons.md @@ -10,6 +10,7 @@ file_transfer = false command_bar = true reload_config = true theme_editor = false +logs = true ``` ## `file_transfer` @@ -42,4 +43,12 @@ Theme editor button in sidebar which opens the theme editor window. - **type**: boolean - **values**: `true`, `false` -- **default**: `true` \ No newline at end of file +- **default**: `true` + +## `logs` + +Logs button in sidebar which opens logs buffer. + +- **type**: boolean +- **values**: `true`, `false` +- **default**: `true`