Halloy is an open-source IRC client written in Rust, with the Iced GUI library. It aims to provide a simple and fast client for Mac, Windows, and Linux platforms.
Indicate in query if user is offline in its title bar
Fixed:
Issue where large window size could cause Halloy to crash in certain scenarios
Correctly support RPL_METADATASYNCLATER
Issue where input box could lose focus after a filehost, reply, or reaction modal
Issue where a buffer could jitter in certain particular scroll positions
Minor issues where input tooltips could fail to reflect current caret position, highlight the correct active argument, show when first the input is first loaded, etc
Show Display in Configuration docs menu
Document that servers..username setting will fall back to servers..nickname if not set
Nick completion tooltip no longer shows when there is only a single match
Changed:
buffer.reply.insert_nick no longer inserts nick when replying in query buffers or to yourself
Input tooltips are aligned with the input (i.e. inset when text_input.nickname.enabled = true)
servers..sasl.plain.username setting will fall back to servers..nickname if not set
Replace the Windows MSI package with a per-user Inno Setup installer
Thanks: