Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 15:59
· 60 commits to main since this release

AutoSellPlus

v2.2.0 (2026-03-07)

Full Changelog Previous Releases

  • Update feature docs for transmog protection and Allow Transmog checkbox
  • Add Allow Transmog checkbox to popup filter section
    When checked, disables both protectUncollectedTransmog and
    protectTransmogSource, allowing uncollected appearance items to
    appear in the sell list. Rebuilds display list on toggle since
    transmog filtering happens during item scanning.
  • Fix transmog protection incorrectly filtering out trinkets, rings, and necklaces
    PlayerHasTransmog returns false for non-moggable accessories (they have
    no visual appearance), causing them to be treated as "uncollected transmog"
    and excluded from sell lists. Add HasTransmogAppearance() that checks
    equipLoc to skip transmog checks for INVTYPE_NECK, INVTYPE_FINGER, and
    INVTYPE_TRINKET slots.
  • Update feature documentation for UI/UX improvements
    • Document history row tooltips and clear confirmation dialog
    • Note auto-repair shows needed vs available gold
    • Note profile auto-load chat notification and delete confirmation
    • Note template apply resets all settings to defaults
  • Fix visual layout: close buttons, context menu, column widths, minimap border
    • Increase close button size from 18x18 to 22x22 in popup, history, and wizard
    • Change context menu strata from TOOLTIP to FULLSCREEN_DIALOG
    • Remove duplicate SetPoint("CENTER") on minimap border texture
    • Widen item name column from 170px to 200px in popup rows and headers
    • Shift ilvl and AH header positions to match new column layout
    • Add item tooltips on hover to sale history rows
  • Add confirmation dialogs for clearing history and deleting profiles
    • Clear sale history button now shows a confirm/cancel dialog
    • Delete profile button in settings UI now shows a confirm/cancel dialog
    • Slash command profile delete remains direct (no dialog)
  • Improve chat feedback messages for clarity and helpfulness
    • Auto-repair shows needed vs available gold when insufficient
    • Profile auto-load on login prints visible chat message instead of debug-only
    • Template apply message mentions that all settings are reset to defaults
    • "Nothing to sell" messages now hint about filters and ALT+Click marking
    • Dry run empty result says "nothing matched current filters"
    • Help command lines use dim color for commands, default color for descriptions
  • Merge pull request #2 from mikigraf/feat/v2-1-0-sell-confirmations
    Feat/v2 1 0 sell confirmations