promotional bannermobile promotional banner

GearPath

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

File Details

v0.4.1

  • R
  • Apr 26, 2026
  • 68.12 KB
  • 12
  • 12.0.1
  • Retail

File Name

GearPath-v0.4.1.zip

Supported Versions

  • 12.0.1

GearPath

v0.4.1 (2026-04-26)

Full Changelog Previous Releases

  • v0.4.1: bug fixes from v0.4.0 testing
    Three fixes based on in-game testing of v0.4.0:
    • Vault tab no longer crashes on open. The progress bar resize
      handler was attached to a Texture object via SetScript, but
      Textures don't support OnSizeChanged. Moved the handler to
      the parent Frame (the row), which is the correct object type.
    • Priority tab expand/collapse no longer causes visual bleed-
      through. Sub-rows were parented to the tab container instead
      of their owning source row, which meant they didn't auto-hide
      when rows were destroyed during Refresh. They're now parented
      to the row, so they hide and refresh together.
    • Addon icon now appears in the in-game AddOns list. Added the
      IconTexture metadata directive to GearPath.toc, reusing the
      gear icon already used by the minimap button.