promotional bannermobile promotional banner

GearPath

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

File Details

v0.3.1

  • R
  • Apr 26, 2026
  • 66.02 KB
  • 23
  • 12.0.1
  • Retail

File Name

GearPath-v0.3.1.zip

Supported Versions

  • 12.0.1

GearPath

v0.3.1 (2026-04-26)

Full Changelog Previous Releases

  • release: 0.3.1 — full 40-spec coverage
    Stats & Consumables data now covers every spec in the game, up from 13
    in v0.3.0. The previously-uncovered 27 specs are scraped and validated;
    all 46 guide files (40 specs plus 6 hero-talent splits) audit clean.
    Discipline Priest joins the per-hero-talent specs with Oracle and
    Voidweaver entries, including hero-specific gems, enchants, and
    consumables. This is the first spec with structurally per-hero
    consumables; Icy Veins uses a nested tab UI that the scraper now
    handles via a generalized configuration in heroGuideSplits.
    Parser fixes for previously-broken specs:
    • Marksmanship Hunter: handle & as equality separator and strip
      trailing * footnote markers
    • Vengeance DH, Protection Paladin: handle / as equality separator
    • Brewmaster Monk: path 2 now expands compound chunks like
      Critical Strike = Mastery = Versatility via normalizeStatLine,
      and ≥ (U+2265) joins the Unicode equality variants
    • Discipline Priest: Crit recognized as alias for Critical Strike
      Section truncation in extractSectionByHeading removed. The 3000-char
      limit was defense against unbounded sections but caused silent data
      loss for Brewmaster Monk's augment rune (located past the cutoff).
      Sections are bounded by start/end markers; the additional limit was
      unnecessary.