TooltipInfo

Enhances the standard tooltip with additional information and visuals.

File Details

2.6

  • R
  • Jun 19, 2026
  • 139.04 KB
  • 323
  • 12.0.7
  • Retail

File Name

TooltipInfo-2.6.zip

Supported Versions

  • 12.0.7

TooltipInfo

2.6 (2026-06-19)

Full Changelog Previous Releases

  • refactor(tooltip): harden secret value safety
    Update tooltip augmentation paths to handle Midnight secret values
    without triggering blocked operations in tainted addon code.
    Unit, item, and identity-derived values are now treated as display-only
    unless they are proven usable, so visible tooltip data still renders
    while comparisons, indexing, and boolean tests avoid runtime errors.
    The tooltip line update flow is unified around shared helpers for safe
    unit resolution and line access, and target/status refresh behavior
    updates in place to avoid recursive tooltip resets and stale text.
    Bump the addon TOC interface to 12.0.7 and load new core helpers before
    dependent features to keep tooltip rebuild ordering deterministic.