Skip to content

v2026.3.31.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 03:47
· 3 commits to main since this release
0334907

Wheelson

v2026.3.31.0 (2026-03-31)

Full Changelog Previous Releases

  • fix: accept accented characters in community roster name validation (#120)
    The ValidateCommunityName pattern used %a which only matches ASCII
    letters, rejecting valid WoW names with accented characters (e.g.
    Müzaka). Extend the character class with \128-\255 to match non-ASCII
    UTF-8 bytes.
    Closes #119
    Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com