Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 18:40
· 66 commits to master since this release

Thanks to @trevarj for contributing to this release.

New features

  • New command /quit added for quitting. Key binding for quitting (C-c enter) works as before.
  • Key bindings can be configured in the config file. See the wiki page for details. (#328, #336)

Bug fixes and other improvements

  • /msg <nick> <message> command now accepts anything as <nick> as long as it doesn't start with #. (#324)
  • Error message when sending a message in the mentions tab improved. (#329)
  • Logger now prints "Logging ended at ..." lines when you close a tab or exit tiny. (8061042)
  • Minor improvements in logging (d0505f2, bbb4b81)
  • /join (without arguments) now rejoins the current channel. (#334)
  • Handling of IRC formatting characters (colors etc.) in TUI and logger improved:
    • TUI now handles "reset" control character, to reset the text style to the default.
    • Logger now filters out all control characters before writing to the file. (#360)

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.