Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 23:16
  • Improve nick matching to avoid highlighting message incorrectly. (#430)
  • Fix resetting message color when a color prefix (0x03) is not followed by a color code. (#434)
  • Refactor an internal macro to make tiny builds deterministic, allowing reproducible builds. (#437)

Note on build names

  • tiny-ubuntu-22.04-dbus: Desktop notifications enabled, uses rustls for TLS.
  • tiny-ubuntu-22.04-libssl-dbus: Desktop notifications enabled, uses native TLS library (dynamically linked) for TLS.
  • tiny-ubuntu-22.04-libssl: Desktop notifications disabled, uses native TLS library (dynamically linked) for TLS.
  • tiny-ubuntu-22.04-static: Desktop notifications disabled, uses rustls for TLS. No dynamic dependencies.
  • tiny-ubuntu-22.04: Desktop notifications disabled, uses rustls for TLS.