promotional bannermobile promotional banner

GearPath

Ranks content sources by how many BiS upgrades they contain for your spec

File Details

v0.4.3

  • R
  • Apr 26, 2026
  • 68.29 KB
  • 14
  • 12.0.1
  • Retail

File Name

GearPath-v0.4.3.zip

Supported Versions

  • 12.0.1

GearPath

v0.4.3 (2026-04-26)

Full Changelog Previous Releases

  • v0.4.3: priority tab fixes
    Two fixes for visual issues spotted in v0.4.2 testing:
    Sub-row overlap. The previous fix (v0.4.1, parenting sub-rows
    to their owning source row) addressed the orphan-after-refresh
    problem but didn't fix the geometric issue: sub-rows were
    anchored to row's BOTTOMLEFT, which moves downward when row
    height grows on expand. Sub-rows floated below the expanded
    area instead of staying inside it. Fixed by anchoring to
    TOPLEFT with a ROW_HEIGHT offset — a fixed reference point
    that doesn't shift with height changes.
    Chevron rendering. The expand/collapse indicator in each row's
    bottom-right corner used Unicode triangle characters (U+25BC
    and U+25B2). These aren't supported by GameFontNormalSmall
    and rendered as empty replacement boxes. Replaced with WoW
    atlas textures (friendslist-categorybutton-arrow-down/up) so
    the chevron renders correctly and shows expand state.