promotional bannermobile promotional banner

BiSGearCheck

View BiS lists, compare your gear, and create wishlists for all your characters.

File Details

v3.4.0-bcc

  • R
  • Mar 24, 2026
  • 147.57 KB
  • 11
  • 2.5.5
  • Classic TBC

File Name

BiSGearCheck-v3.4.0-bcc.zip

Supported Versions

  • 2.5.5

Changelog

Versioning: MAJOR.MINOR.PATCH

  • MAJOR — Breaking changes (saved variable resets, incompatible data format changes)
  • MINOR — New features or significant improvements
  • PATCH — Bug fixes, data corrections, small tweaks

v3.4.0

  • Added source filters for PvP, World Boss, and BoP crafted items.
  • Added info tooltips to data source names.
  • Zone dropdown now filters by content phase.
  • PvP vendor items now categorized under PvP.
  • Fixed TMB data missing 7 specs.

v3.3.2

  • Added About section to Settings.

v3.3.1

Improvements

  • Data Sources settings table now shows Specs and Items counts per source.
  • Added item phase data from WoWSims (4,513 items).
  • Filled in WoWSims P1 data for Warlock, Paladin Protection/Retribution, and Enhancement Shaman.

Fixes

  • Fixed WoWSims showing Phase 2-4 items as Phase 1 data.

v3.3.0

Features

  • Added BiS-Tooltip, WoWSims, Wowhead, and ThatsMyBis data sources with per-source enable for addon UI and tooltips.
  • Tooltip BiS entries grouped by source with labeled headers.
  • Minimap button (LibDBIcon).
  • Zone filter for BiS Lists and Wishlists, including Crafted, Quest, and PvP.
  • SourceDB expanded to 2,200+ items.
  • Character level threshold and ignore list settings.

Fixes

  • Fixed wrong enchantment ID for Enchant Bracer - Major Intellect causing false warnings.
  • Fixed [Wrong Enchant] tooltip showing wrong slot name for shared enchant IDs.

v3.2.0

Features

  • Lesser warnings: [Lesser Enchant] and [Lesser Gems] shown in yellow instead of red for budget/lower-rank alternatives.
    • Lesser enchants: lesser shoulder inscriptions (Aldor/Scryer), Silver/Mystic Spellthread, Cobrahide/Clefthide Leg Armor.
    • Lesser gems: green (Uncommon) quality gems shown as [Lesser Gems] in yellow; white/grey gems remain [Wrong Gems] in red.
  • Broadened enchant recommendations across all 27 specs — most slots now list 2-3 valid alternatives to reduce false [Wrong Enchant] warnings.

v3.1.1

Fixes

  • Added Nethercleft Leg Armor as a recommended leg enchant for Protection Paladin (was only listing Runic Spellthread).

v3.1.0

Features

  • Equipped gear warnings: [No Enchant], [Wrong Enchant], [Empty Socket], [Wrong Gems] displayed pinned-right on equipped item rows.
  • [Wrong Enchant] is interactive -- hover to see a tooltip of the currently applied enchant.
  • Enchant recommendations shown per slot on Compare and BiS Lists tabs with spell/item tooltips.
  • Gem recommendations shown per spec (meta, red, yellow, blue) at the bottom of Compare and BiS Lists.
  • Aldor/Scryer-aware shoulder enchant filtering -- only shows inscriptions available to your chosen faction.
  • Faction-aware enchant tooltips (e.g., Glyph of Renewal shows the correct Alliance or Horde variant).

Fixes

  • Fixed gem quality check not detecting low-quality gems in filled sockets (tooltip scan only found empty sockets).
  • Fixed Runic/Golden Spellthread enchant ID swap (2748 = Runic, 2746 = Golden).
  • Fixed Silver/Mystic Spellthread item ID mapping.
  • Added non-BiS enchants (lesser inscriptions, lesser spellthreads, leg armors) to tooltip lookup so [Wrong Enchant] shows useful tooltips.

v3.0.4

Changes

  • Added CurseForge project ID to TOC for automated publishing.
  • Versioned build zip filenames (e.g. BiSGearCheck_3.0.4.zip).
  • Fixed carriage return in version extraction for build workflows.

v3.0.3

Fixes

  • Fixed CurseForge description: moved gear comparison screenshot to correct section, added missing BiS Lists image placement.

v3.0.2

Fixes

  • Fixed Resto Druid BiS shoulders listing Mantle of Malorne (feral) instead of Shoulderguards of Malorne (restoration).
  • Fixed Cloak of the Fallen God appearing in the Neck slot for Resto Druid, Holy Paladin, and Resto Shaman. Replaced with correct item Amulet of the Fallen God.
  • Corrected SourceDB name for item 29100 (Mantle of Malorne, was mislabeled as Shoulderguards).
  • Added missing SourceDB entries for Shoulderguards of Malorne and Amulet of the Fallen God.

v3.0.1

Fixes

  • Fixed memory leak: UI frames are now pooled and recycled instead of created fresh each render.
  • Eliminated per-render closure allocations by using shared script handlers with frame-stored data.
  • Reduced table churn in comparison engine and faction filtering with reusable buffers.
  • Added garbage collection on window close to reclaim render allocations promptly.

Changes

  • Moved compare screenshot to Gear Comparison section in CurseForge description.
  • Constrained CurseForge images with width attributes and replaced em dashes for encoding compatibility.

v3.0.0

Breaking Changes

  • Renamed addon from BISGearCheck to BiSGearCheck. Addon folder, TOC file, SavedVariables, and all Lua identifiers updated. Existing users must rename their addon folder and saved variable files.

Changes

  • Refactored Core.lua and UI.lua into smaller, focused files: Character.lua, Wishlist.lua, Comparison.lua, UIControls.lua, UIWishlistControls.lua, UIRenderComparison.lua, UIRenderLists.lua.
  • Added GitHub Actions workflows for manual release and pre-release builds.
  • Fixed dropdown indentation inconsistency across all dropdown menus.
  • Added Limitations section to README.
  • TOC version is now maintained manually instead of using v3.4.0 token.
  • GitHub repository permissions locked down (branch protection, Actions visibility, fork workflow restrictions).

v2.1.0

New Features

  • Faction Support: Detects player faction and filters BiS lists to show only faction-appropriate items. Items in SourceDB can be tagged with a faction field ("Alliance" or "Horde"); untagged items are available to both.
  • Multi-Character Management: Characters on the same WoW account can view and edit each other's wishlists. A character selector dropdown at the top of the addon window lets you switch between characters.
  • Gear Snapshots: Each character's equipped gear is saved when they log in or change equipment, allowing other characters to see their gear on the Compare tab.
  • Per-Character Settings: Spec selection, data source, and wishlist auto-filter are now saved per-character instead of account-wide.

Changes

  • SavedVariables restructured: BiSGearCheckSaved is account-wide (character registry, wishlists, tooltip settings), BiSGearCheckChar is per-character (spec, data source, filters).
  • Automatic migration from pre-2.1.0 saved data format.
  • Added .pkgmeta and GitHub Actions workflow for CurseForge packaging.

v2.0.0

  • Initial release with Compare, Wishlists, and BiS Lists tabs.
  • WowTBC.gg and AtlasLoot data sources.
  • Tooltip integration with BiS rankings.
  • Zone-based wishlist filtering with auto-detect.
  • Multiple named wishlists with create/rename/delete.
  • Minimap button via LibDBIcon.