v2026.3.31.0
·
3 commits
to main
since this release
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