Releases: galaxy-ham/galaxychat-addon
Releases · galaxy-ham/galaxychat-addon
Release list
v1.0.5
GalaxyChat
v1.0.5 (2026-06-30)
Full Changelog Previous Releases
- Update version to v1.0.5 in GalaxyChat.toc
- Rename release.sh to release.yml
1.0.0
fix: guard against WoW secret string taint during combat String operations on chat messages from secure/combat execution contexts throw taint errors during raid combat. Wrapped all message:find(), message:lower(), and RecolorPlayerLinks() calls in pcall so tainted strings are silently skipped rather than generating UI errors.