Skip to content

Commit

Permalink
Merge pull request #696 from squidowl/tab-and-highlights
Browse files Browse the repository at this point in the history
Autocomplete configuration
  • Loading branch information
casperstorm authored Jan 11, 2025
2 parents e1e5271 + 6f3f9c6 commit fcd98f2
Show file tree
Hide file tree
Showing 8 changed files with 161 additions and 82 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Added:
- New configuration options
- Ability to disable dimming of away usernames. See [buffer configuartion](https://halloy.squidowl.org/configuration/buffer/away.html).
- Ability to disable dimming of away usernames. See [configuartion](https://halloy.squidowl.org/configuration/buffer/away.html).
- Autocomplete. See [configuration](https://halloy.squidowl.org/configuration/buffer/text_input/autocomplete.html).
- Enable support for IRCv3 `chathistory`
- Highlight notifications for `/me` actions
- Timeout delay for notifications
Expand All @@ -11,6 +12,7 @@ Added:
Fixed:
- Long username & password combinations could cause SASL authentication to fail
- `nick_password_command` is now working as intended
- Don't add suffix (`: `) to prompt if there is no valid nick to autocomplete

Changed:
- Changed focus buffer shortcuts to include `Ctrl` (`` on macOS) to avoid interfering with default text input shortcuts for word navigation (`⌥ + ←`, `⌥ + →`)
Expand Down
Loading

0 comments on commit fcd98f2

Please sign in to comment.