Skip to content

v26.6.3

Choose a tag to compare

@matt0x6F matt0x6F released this 19 Jun 00:29
9af0fab

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-names by @matt0x6F in #52
  • Implement IRCv3 setname by @matt0x6F in #53
  • Implement IRCv3 invite-notify by @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-response via the WHOX roster query by @matt0x6F in #57
  • Implement IRCv3 MONITOR as a durable buddy-list pane by @matt0x6F in #58

Fixes

  • Propagate runtime /nick changes to the member list and mention highlighting by @matt0x6F in #50

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