File Details
ResourceForge.zip
- R
- Feb 26, 2026
- 33.31 KB
- 87
- 12.0.1
- Retail
File Name
ResourceForge.zip
Supported Versions
- 12.0.1
New Features & Improvements
Smart Number Abbreviation: Large power/resource values are now dynamically abbreviated for a much cleaner UI (e.g., 55,000 is now displayed as 55K, and 1,500,000 as 1.5M).
New "Both" Display Option: Added a requested text format option. You can now choose to display both the abbreviated numbers and the percentage simultaneously on the Power Bar (e.g., 55K / 100K - 55%).
Modern API Integration: Updated the percentage math to utilize the modern WoW API (UnitPowerPercent). This delegates the calculation directly to the game engine, providing flawless percentage tracking, which is especially beneficial for Mana users.
đ Bug Fixes & Optimizations
Frame Leak Resolved (Performance Boost): Fixed a severe memory leak in the Class Power module. The addon now correctly utilizes Object Pooling (reusing existing frames) instead of endlessly creating new hidden frames on every visual/spec update. This eliminates gradual FPS drops and UI lag.
Taint & Secret Number Errors Fixed: Completely resolved the attempt to compare local 'val' (a secret number value) and string conversion taint errors. The addon now securely passes protected values through Blizzard's native C-API (AbbreviateNumbers) to bypass the strict Patch 12.0 security restrictions without triggering Lua errors.

