Skip to content

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 09:33
· 68 commits to main since this release

AutoSellPlus

v2.1.0 (2026-03-07)

Full Changelog Previous Releases

  • Merge branch 'main' into feat/v2-1-0-sell-confirmations
  • Add comprehensive feature documentation
    Full documentation of all settings, defaults, data structures,
    event flow, protection priorities, competitive analysis, and
    vNext roadmap with community references.
  • Add CurseForge addon description
    Standalone description optimized for the CurseForge author portal,
    without GitHub-specific elements like badges, HTML, or dev docs.
  • Rewrite README for CurseForge optimization
    Developer-to-player voice, features by gameplay purpose, updated
    project structure, added unit test docs, removed Wago references.
  • Update TOC for ConfirmList, Tests, and WoWUnit OptionalDeps
    Add ConfirmList.lua between PopupFilters and Popup in load order.
    Add Tests.lua after Core.lua. Replace X-Wago-ID with OptionalDeps
    for WoWUnit test framework.
  • Add WoWUnit test suite with 100+ in-game tests
    Comprehensive test coverage for formatting, config, DB migration,
    protection priorities, filters, sorting, session tracking, history,
    profiles, templates, marking, transmog, and confirm list. Tests are
    guarded by if-WoWUnit and have zero overhead when WoWUnit is absent.
  • Add confirmation item list panel below sell dialogs
    Show a scrollable item list below StaticPopup confirmation dialogs
    (epic, high-value, auto-sell, eviction) so players can see exactly
    which items will be sold. Items beyond the 12-item buyback limit
    are flagged with a red divider and tinted rows.
  • Update README.md