diff --git a/README.md b/README.md index 1145446..bb6d66f 100644 --- a/README.md +++ b/README.md @@ -67,25 +67,25 @@ All settings are accessible via the /tp GUI: ThreatPlates uses a three-tier threat detection system: - *1. UnitDetailedThreatSituation (Turtle WoW extension) - most accurate - *2. GetThreatPercent API (if available) - precise percentage - *3. UnitThreatSituation with heuristics - fallback estimation + * UnitDetailedThreatSituation (Turtle WoW extension) - most accurate + * GetThreatPercent API (if available) - precise percentage + * UnitThreatSituation with heuristics - fallback estimation *The addon polls threat every 0.2 seconds and updates nameplate *visuals every 0.3 seconds for smooth animation. == Installation == - *1. Extract the ThreatPlates folder to your Interface/AddOns/ directory - *2. Restart WoW or reload the UI (/console reloadui) - *3. Type /tp to configure + * Extract the ThreatPlates folder to your Interface/AddOns/ directory + *Restart WoW or reload the UI (/console reloadui) + *Type /tp to configure == Version History == * v1.1.0 - *- Fixed Lua 5.0/1.12 parser issues (no varargs, no string.match) - *- Fixed bare format/floor globals (use string.format/math.floor) - *- Fixed CheckButton SetBackdrop (use Frame + textures instead) - *- Added pcall() safety for nameplate child scanning - *- Cached GetChildren/GetRegions calls for performance - *- Three-tier threat detection with fallback heuristics + * Fixed Lua 5.0/1.12 parser issues (no varargs, no string.match) + * Fixed bare format/floor globals (use string.format/math.floor) + * Fixed CheckButton SetBackdrop (use Frame + textures instead) + * Added pcall() safety for nameplate child scanning + * Cached GetChildren/GetRegions calls for performance + * Three-tier threat detection with fallback heuristics