Bug 295947 - irc/halloy update to 2026.7.2
Summary: irc/halloy update to 2026.7.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yusuf Yaman
URL: https://github.com/squidowl/halloy/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-08 22:46 UTC by Andie Bradley
Modified: 2026-06-09 12:23 UTC (History)
1 user (show)

See Also:
pokeysquirrel: maintainer-feedback+


Attachments
irc/halloy update to 2026.7.2 (35.42 KB, patch)
2026-06-08 22:46 UTC, Andie Bradley
pokeysquirrel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andie Bradley 2026-06-08 22:46:44 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-06-09 12:23:16 UTC
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(-)
Comment 2 Yusuf Yaman freebsd_committer freebsd_triage 2026-06-09 12:23:39 UTC
Hi,

Thank you for your submission.

Build tested in Poudriere on 14.4-RELEASE-amd64-main-c1f00459a545 and it seems OK.

Committed, thanks.