Skip to content

0.06.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@SilverRainZ SilverRainZ released this 22 Dec 05:22
· 861 commits to master since this release

Original changelog

  • Changed:

    • Configurable file option tls_not_verify in irc block in server
      block is renamed to tls_noverify, old option name is still supported
    • Command option tls-not-verify for /server and
      /connect is renamed to tls-noverify, old option name
      is still supported
  • Added:

    • Connect popover supports connect to predefined server
    • Join popover supports channel search
  • Improved:

    • Modified margin and padding of some widgets
    • Improved the style of unread message counter
    • Fixed markup parse error of decorator
    • Fixed crashing while connecting from connect popover
    • Fixed use after free while removing user
    • Improved the performance and extensibility of user list
    • Improved compatibility with older versions of GTK(> 3.16)
    • Refactor the code of chat panel, helpful for the next development