Skip to content

Commit

Permalink
Merge pull request #603 from squidowl/feat/logging-buffer
Browse files Browse the repository at this point in the history
logs buffer: Add changelog and docs
  • Loading branch information
tarkah authored Oct 1, 2024
2 parents 315d964 + a6a4246 commit 7690a83
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>t</kbd> (macOS: <kbd>⌘</kbd> + <kbd>⌥</kbd> + <kbd>t</kbd>))
- 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:

Expand Down
11 changes: 10 additions & 1 deletion book/src/configuration/sidebar/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ file_transfer = false
command_bar = true
reload_config = true
theme_editor = false
logs = true
```

## `file_transfer`
Expand Down Expand Up @@ -42,4 +43,12 @@ Theme editor button in sidebar which opens the theme editor window.

- **type**: boolean
- **values**: `true`, `false`
- **default**: `true`
- **default**: `true`

## `logs`

Logs button in sidebar which opens logs buffer.

- **type**: boolean
- **values**: `true`, `false`
- **default**: `true`

0 comments on commit 7690a83

Please sign in to comment.