Details! Item Level Display (Bars & some UIs)

Shows item level and tier set bonus on Details!, ElvUI, Grid2, Danders Frames, and Blizzard's built-in damage meter. Auto-detects what's installed, each surface independently toggleable.

File Details

Details_iLvlDisplay-v1.3.2

  • R
  • Apr 6, 2026
  • 49.77 KB
  • 668
  • 12.0.5+1
  • Retail

File Name

Details_iLvlDisplay-v1.3.2.zip

Supported Versions

  • 12.0.5
  • 12.0.1

Changelog

v1.3.2

Fixed

  • Cache key mismatch after group disbandAmbiguate("short")"none" everywhere (core.lua + blizzdm.lua). Cross-realm players now retain iLvl tags after leaving a group (#21)
  • Blizz DM: post-combat deferred retry — when frames are still secret after combat ends (~0.5s Blizzard unlock delay), the addon now sets a one-shot flag and retries on the next UpdateName hook. Event-driven, no timer (#19)
  • Blizz DM: truncated realm name resolution — FontString text can truncate long realm names (e.g. "Гордун" instead of "Гордунни"). New name-only fallback strips the realm and matches by character name alone
  • Secret value guard — added hasanysecretvalues() batch guard on event args (INSPECT_READY, ENCOUNTER_END, GET_ITEM_INFO_RECEIVED, UNIT_INVENTORY_CHANGED, PLAYER_IN_COMBAT_CHANGED). Defense-in-depth against Blizzard's expanding Secret Value system (#15)
  • Error routingSafeCall kill-switch now uses geterrorhandler() instead of print(). Errors route through WoW's error handler → BugSack picks them up automatically (#13)

Improved

  • Debug output/dilvl debug now shows HookErrors: 0/5 (SafeCall status) and deferRetry=no/PENDING (post-combat retry state)

Full changelog and source code on GitHub