File Details
v0.1.0-classic
- R
- May 23, 2026
- 14.07 KB
- 0
- 1.15.8
- Classic
File Name
HelloWorldBuffs-v0.1.0-classic.zip
Supported Versions
- 1.15.8
HelloWorldBuffs
v0.1.0 (2026-05-23)
Full Changelog Previous Releases
- Set CurseForge project ID
So the BigWigs packager can publish to the right project on release.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - Drop /hwb cluster commands; rely on auto-detection
NormalizeRealm + GetAutoCompleteRealms() handles every cluster I've
seen on its own, so the manual override surface (slash subcommands,
cluster add/remove/reset functions, settings migration on key change)
was carrying weight it didn't earn. Per-cluster settings storage stays
— the key just doesn't change mid-session anymore.
Also rewrites the README in the sibling Hello* addon style: tagline,
heads-up blockquote, caveats list, MIT license.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - Add character filters with per-cluster settings
Two toggles in a footer on the main window — "Lvl 60 only" and "My
faction only" — plus always-on filtering to the player's connected-realm
cluster. The cluster is resolved via GetAutoCompleteRealms() with
whitespace-stripped realm comparisons (the API returns "MirageRaceway"
while GetRealmName() returns "Mirage Raceway", so a naive equality check
misses the connection).
Filter settings live under HelloWorldBuffsDB.settingsByCluster keyed by
the sorted cluster list, so toggles ride along when switching alts
within the same cluster instead of being shared across unrelated
servers. /hwb cluster {add,remove,reset} manages a manual override for
cases where the API comes up short.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com - HelloWorldBuffs: cross-character world-buff tracker for WoW Classic
A grid view of every tracked character's world-buff state on one frame:- Per-buff countdowns (active = yellow, stored in chronoboon = green)
- Faction-aware column order (Rend at the start for Horde, end for Alliance)
- Chronoboon Displacer bag count with threshold coloring (1–2 red, 3–6
yellow, 7+ green) - Class-coloured names with the local character row highlighted
- Minimap button, /hwb slash command, and an options panel for toggling
the button and resetting tracked data
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

