File Details
12.0.5-r4
- R
- Apr 22, 2026
- 227.18 KB
- 367
- 12.0.5
- Retail
File Name
AltManager.zip
Supported Versions
- 12.0.5
Release Version: 12.0.5-r4 (Midnight Update)
- Full Midnight Season 1 Support: Updated all dungeon IDs and names for the seasonal rotation.
- Level Cap Update: Increased minimum tracking level to 90.
- New Currency Tracking: Added full support for Midnight currencies, including:
- Voidcore (with live max cap tracking)
- Manaflux (with live max cap tracking)
- Radiant Spark Dust
- Dawncrest Tiers (Adventurer, Veteran, Champion, Hero, Myth)
- Coffer Keys
Performance & Optimization
- Reduced CPU Overhead: Completely eliminated redundant bag-scanning and currency loops that were previously triggering during combat.
- Memory Management: Moved static data (like World Boss quest IDs) out of recurring functions to minimize garbage collection and prevent "Micro-Stuttering."
- Optimized API Requests: Streamlined the character data initialization. The addon now "primes" the server cache on login, reducing the chance of seeing
0ornilvalues when first opening the UI. - Currency Efficiency: Implemented a new internal helper system that reduces Blizzard API table creation when gathering currency data.
New Features & UI Improvements
- Dynamic Weekly Caps: Currency rows (Conquest, Voidcore, etc.) now fetch the live server cap every time the window is opened. This means your offline alts will always show the correct, updated weekly maximum even if you haven't logged into them since the last reset.
- Improved Window Scaling: Fixed an issue where the window would not resize correctly on the very first login of a new character.
- Cleaned Formatting: Standardized currency displays to show "Earned / Cap" for all seasonal progression items.
Bug Fixes & Stability
- Font System Overhaul: Fixed a bug where changing one row's font would accidentally overwrite the entire addon's text style.
- Timerunning Safety: Added "Defensive Programming" around the Remix/Timerunning APIs. If Blizzard disables or renames these functions in a future patch, the addon will now gracefully ignore them instead of causing a Lua crash.
- Event Handling: Refined the logic for
/reloadandPLAYER_LOGINto prevent the addon from processing data twice simultaneously.