Created attachment 271634 [details] irc/halloy update to 2026.7.2 Added: - Add clear buffer shortcut to title bar - 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.<name>.username setting will fall back to servers.<name>.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.<name>.sasl.plain.username setting will fall back to servers.<name>.nickname if not set - Replace the Windows MSI package with a per-user Inno Setup installer
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bfa8e20adaa680b355a24e3b072e1fcfc6c8970c commit bfa8e20adaa680b355a24e3b072e1fcfc6c8970c Author: Andie Bradley <pokeysquirrel@gmail.com> AuthorDate: 2026-06-08 22:11:10 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-06-09 12:22:36 +0000 irc/halloy: Update 2026.7.1 => 2026.7.2 Changelog: https://github.com/squidowl/halloy/releases/tag/2026.7.2 PR: 295947 Reported by: Andie Bradley <pokeysquirrel@gmail.com> (maintainer) Approved by: osa, vvd (Mentors, implicit) irc/halloy/Makefile | 3 +- irc/halloy/Makefile.crates | 108 +++++++++++----------- irc/halloy/distinfo | 218 ++++++++++++++++++++++----------------------- 3 files changed, 158 insertions(+), 171 deletions(-)
Hi, Thank you for your submission. Build tested in Poudriere on 14.4-RELEASE-amd64-main-c1f00459a545 and it seems OK. Committed, thanks.