WowInfo

Provides game and character information.

File Details

3.5.0

  • R
  • Feb 19, 2026
  • 211.62 KB
  • 98
  • 12.0.1
  • Retail

File Name

WowInfo-3.5.0.zip

Supported Versions

  • 12.0.1

WowInfo

3.5.0 (2026-02-19)

Full Changelog Previous Releases

  • refactor: improve Collections pet display with icons, health percentage, and visual spacing
    Rework pet tooltip lines to show pet icons instead of raw numbers,
    return healthPct from API instead of separate health/maxHealth values,
    display "Dead" label for 0% health, and add an empty line separator
    before the pet list. Remove unused L["X / Y HP"] locale string.
  • fix: hide Mythic+ tooltip section when there is no data to display
  • feat: add Communities tooltip on Guild micro button with online members
    Closes #4
  • feat: add Mythic+ tooltip with keystone, score, weekly runs, and season bests
    Closes #5
  • feat(Collections): add loaded battle pet names, health, and dead pet indicator to tooltip
    Closes #10
  • chore(toc): update interface version to 12.0.1
    Bump Interface version from 110105 to 120001 for WoW 12.0.1 compatibility.
  • fix(money): update GetMoneyString calls for WoW 12.0.1 API
    Adapt to new GetMoneyString signature which now takes 5 parameters instead of 2. Updated all calls to pass separateThousands=true, checkGoldThreshold=false, showZeroAsGold=false, and HIGHLIGHT_FONT_COLOR for the color parameter which now expects a ColorMixin object instead of a boolean.
  • fix(tooltip): ensure Money tooltip is always initialized
    Move MainMenuBarBackpackButton visibility check from file-level guard to onEnter callback. This prevents initialization errors when the button is not visible at load time.
  • fix(tooltip): ensure Friends tooltip is always initialized
    Move QuickJoinToastButton visibility check from file-level guard to onEnter callback. This ensures the Friends.Tooltip object is always created during file load, preventing "object does not exist" errors when TooltipManager attempts to register it later.
    Fixes #16
  • Remove unused variables