Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 12:25
· 15 commits to master since this release

Thanks to @nate-sys and @jubalh for contributing to this release.

New features

  • New TUI text attributes italic and strikethrough added to the config file parser. These can be combined with the existing bold and underline attributes. (#409, #404)
  • Added support for key bindings that run commands. Example:
    key_map:
      ctrl_d:
        command: quit
    (#403, #410)

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.