v26.6.3
What's Changed
Note on this release: the bulk of v26.6.3 is the IRCv3 ratified-compliance effort — a stack of PRs (#52–#59) that landed together when the base of the stack, #51, was squash-merged. Because the stacked merge commits were folded into that single squash, GitHub's auto-generated notes only surfaced #50 and #51. The full set below is what actually shipped (1,841 insertions across 36 files between v26.6.2 and v26.6.3).
New IRCv3 capabilities
- Implement IRCv3
userhost-in-namesby @matt0x6F in #52 - Implement IRCv3
setnameby @matt0x6F in #53 - Implement IRCv3
invite-notifyby @matt0x6F in #54 - Implement IRCv3 WHOX to bulk-seed the roster on join by @matt0x6F in #55
- Implement IRCv3
standard-replies(FAIL/WARN/NOTE) by @matt0x6F in #56 - Implement IRCv3
labeled-responsevia the WHOX roster query by @matt0x6F in #57 - Implement IRCv3 MONITOR as a durable buddy-list pane by @matt0x6F in #58
Fixes
Docs & tooling
- Document bot mode in the IRCv3 support doc by @matt0x6F in #51
- Add e2e screenshots for invite-notify and monitor by @matt0x6F in #59
Full Changelog: v26.6.2...v26.6.3