File Details
14.03.26.50
- R
- Mar 14, 2026
- 1.07 MB
- 15
- 12.0.1
- Retail
File Name
QueueMaster14.03.26.50.zip
Supported Versions
- 12.0.1
QueueMaster Changelog
14.03.26.60
Added
- MiniMapRedux data text integration. When MiniMapRedux is installed, a
"QueueMaster" data text is available to assign to any data bar slot. It shows
a live elapsed timer prefixed by queue type (
QM:LFG,QM:LFR,QM:BG,QM:Arena,QM:Brawl,QM:GF,QM:Scen). Multiple simultaneous queues display asQM:NQwith the longest elapsed time. When a queue pops the text flashes yellow/orange. The tooltip shows per-queue timers, role breakdown, estimated wait, and queue type. Left-click opens the Group Finder frame. - Reskinned Blizzard's
LFGDungeonReadyDialogproposal popup with QueueMaster styling. The frame gets a dark background, a coloured border, and a custom countdown bar below the Enter/Leave Queue buttons. The countdown bar and its border shift from green to amber to red as time runs out, with the remaining seconds shown as text on the bar. Blizzard's original buttons, role icon, rewards icon, and "group is ready" text are kept untouched.
Changed
- Right-clicking a queue bar now opens a "Leave queue?" confirmation dialog for that specific queue instead of opening the settings panel. Handles LFG, LFR, PvP (per battlefield index), and Group Finder listings separately.
- Left-clicking a queue bar now opens/closes the Group Finder (PVE) frame.
- Bar tooltip interaction hints updated to reflect the new click behaviour: Left-Click opens Group Finder, Right-Click leaves queue.
14.03.26.50
Added
- Group Finder listing detection. If you post your own group in the Premade Group Finder, QueueMaster now shows a bar for it with an elapsed timer. The bar is removed automatically when you cancel the listing.
LFG_LIST_APPLICANT_LIST_UPDATEDevent registered so the listing bar refreshes when someone applies to your group.- Weekly brawl detection via
C_PvP.GetActiveBrawlInfo. When you queue for a brawl, the bar shows the brawl name instead of the generic battleground name and labels the type as "Brawl". All three APIs are guarded with nil checks and pcall so the addon degrades cleanly on any patch that removes them. - Real Blizzard PvP wait time estimates using
GetBattlefieldEstimatedWaitTimeandGetBattlefieldTimeWaited. Previously the PvP estimated wait was hardcoded to 10 minutes. Now it uses the actual server estimate when available, with the old fallback kept for safety. SafeGetBattlefieldWaitTimes,SafeGetActiveBrawlInfo, andSafeGetLFGListActiveEntryadded to APIWrappers as reusable safe wrappers.
Fixed
- East Asian client font rendering. All hardcoded
Fonts\FRIZQT__.TTFreferences have been replaced withGameFontNormal:GetFont()as the system fallback. On zhCN, zhTW, and koKR clients this now returns the correct CJK font automatically. The same applies to Cyrillic on ruRU clients. - The alert frame (queue pop notification), main frame title, and debug bars were all still using the hardcoded Latin font path. These are now fixed.
- Font picker in the config panel was also falling back to the hardcoded path instead of the locale font. Fixed.
Changed
- Default font changed from
Fonts\FRIZQT__.TTFto the bundledUI/Fonts/BarlowCondensed-Bold.ttf. This is a clean condensed font that works well at small bar heights and gives the addon a distinct look. Existing saved settings are not affected since AceDB only applies defaults on first install. SafeGetBattlefieldStatusnow populatestimeInQueuefromGetBattlefieldTimeWaitedso that the PvP bar timer starts from when you actually joined the queue rather than when the bar was first drawn.

