Thanks to @nate-sys and @jubalh for contributing to this release.
New features
- New TUI text attributes
italic
andstrikethrough
added to the config file parser. These can be combined with the existingbold
andunderline
attributes. (#409, #404) - Added support for key bindings that run commands. Example:
(#403, #410)
key_map: ctrl_d: command: quit
Bug fixes and other improvements
- Default config updated with better comments, color config for join/part messages. (#412)
/join
command errors now print usage help once instead of twice. (c512887)- Fix showing timestamp of the next message or activity after a
/clear
. (#417) - Fix a crash when the config file is deleted before a
/reload
. (3ea5678)
Note on build names
- tiny-ubuntu-20.04-dbus: Desktop notifications enabled, uses rustls for TLS.
- tiny-ubuntu-20.04-libssl-dbus: Desktop notifications enabled, uses native TLS library (dynamically linked) for TLS.
- tiny-ubuntu-20.04-libssl: Desktop notifications disabled, uses native TLS library (dynamically linked) for TLS.
- tiny-ubuntu-20.04-static: Desktop notifications disabled, uses rustls for TLS. No dynamic dependencies.
- tiny-ubuntu-20.04: Desktop notifications disabled, uses rustls for TLS.