promotional bannermobile promotional banner

Coinscry

Companion addon for TradeSkillMaster that adds proper item filters to the Vendoring Buy UI (TBC Anniversary).

File Details

v0.4.1-bcc

  • R
  • May 12, 2026
  • 58.04 KB
  • 3
  • 2.5.5
  • Classic TBC

File Name

coinscry-v0.4.1-bcc.zip

Supported Versions

  • 2.5.5

Coinscry

v0.4.1 (2026-05-12)

Full Changelog Previous Releases

  • Settings: drop subtitle hints. Embed: re-hide buyback slot every update.
    Settings hints removed:
    • 'Clear filters' and 'Show Coinscry view' both had subtitle
      explanations; user found them unnecessary noise. Removed and the
      lower sections (Anchor / Diagnostics) shifted back to their
      pre-hint y-positions.
      Buyback slot re-show fix:
    • Blizzard's MerchantFrame_Update calls into the buyback-slot
      refresh which unconditionally :Show()s MerchantBuyBackItem when
      there's a buyback item. That happened on MERCHANT_SHOW (and
      MERCHANT_UPDATE), after our initial Hide(), leaving the cherry-
      pie icon floating inside our embedded panel.
    • Extend the MerchantFrame_Update hook: while embedded + panel
      shown, idempotently re-Hide() all widgets in HIDDEN_MERCHANT_
      WIDGETS at the tail of every update cycle.