HazeAltVault

A comprehensive character data tracking addon for WoW TBC Classic Anniversary. Based on Altoholic's feature set, reimplemented with no external dependencies except HazeLibrary.

File Details

HazeAltVault-1.14.2.zip

  • R
  • May 27, 2026
  • 232.01 KB
  • 97
  • 2.5.5+1
  • Classic + 1

File Name

HazeAltVault-1.14.2.zip

Supported Versions

  • 2.5.5
  • 1.15.8

[1.14.2] - 2026-05-27

Fixed

  • Shirt and Tabard missing from the equipment listEQUIPMENT_SLOTS in DataCollector didn't include slot 4 (shirt) or 19 (tabard), so the rows existed in the UI's slot order but never had data collected for them. Added both; /reload to repopulate.

[1.14.1] - 2026-05-27

Fixed

  • Content overflowed the frame at minimum window width — the resize floor was 600px but the Equipment table's columns alone needed ~603px of content area, so the rightmost stat columns clipped past the right edge of the window. Raised the fallback floor to 640px (covers the widest table) and now compute a dynamic minimum from the live tab-strip width, so the floor is always at least tab strip + frame border + padding. Frames currently smaller than the new minimum auto-grow on next open.
  • TabSystem now exposes GetTabBarWidth so the main frame can size itself to never let the tab strip overflow the backdrop.

[1.14.0] - 2026-05-27

Changed

  • Responsive layout — when the window is resized, panels now flex/scale to fill the new size instead of leaving dead space.
    • Equipment / Mail / Search tables — the Item / Subject columns are flex columns that absorb the remaining horizontal space (HazeLib-Table 1.12 adds flex and minWidth column props and a per-frame relayout).
    • Professions / Quests two-pane views — left list pane width is now a percentage of the view width (Professions ~28%, Quests ~35%), clamped between sensible min/max so it never collapses or runs away. Right pane fills the remainder.
    • Reputations — the standing bar now stretches between the standing label and the percent column instead of being a fixed 140px, so it gets longer as the window gets wider.
  • Bumped HazeLib-Table to v2 (library 1.12.0); required to pick up the new flex column support.