Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@JFreegman JFreegman released this 30 Nov 17:35
· 301 commits to master since this release
v0.10.0
4330bf5

New Features

  • A complete UI overhaul (Before, After)
  • Window no longer scrolls on output if the output is not already at the bottom of the window
  • Show a small indicator in the bottom left of the window tab when output scrolling is paused
  • Show join/part messages in conferences (this was removed in recent years but has now been re-implemented)

Bug fixes

  • Fix bug causing notification counter in window tab to increment by 2 on certain events

Other changes

  • Removed some unnecessary compile flags for ASAN builds (These flags are currently only necessary when compiling with -O3; the release build compiles with -O2)
  • Updated some default settings and config example entries to reflect recent changes
  • Attempt to handle nanosleep() errors