Skip to content

Releases: disarrayed/AutoDelete

AutoDelete v3.18.1

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:04

v3.18.1

Fixes:

  • Scavenger now reliably resummons after vendor sells

AutoDelete v3.18

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:04

v3.18

What's new:

  • Auto-Add Equipped Items (default on)
  • Goblin Merchant summons at 3 or fewer free slots

Changes:

  • Wider settings panel
  • Cleaner tabs and dropdowns
  • Tracking shows gold only

Fixes:

  • Long labels no longer overflow

https://github.com/disarrayed/AutoDelete/releases/download/v3.18/AutoDelete_3.18.zip

AutoDelete v3.17.1

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:04

v3.17.1 - Hotfix

Fixes a critical issue where the settings panel wouldn't open for users without ElvUI installed.

Fixes:

  • Settings panel now opens correctly without requiring ElvUI
  • Removed ElvUI font dependency (uses WoW's built-in font)

https://github.com/disarrayed/AutoDelete/releases/download/v3.17.1/AutoDelete_3.17.1.zip

v3.17

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:03

Release v3.17

AutoDelete v3.16

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:03

v3.16

New

  • Shift-click any item link in chat, AtlasLoot, whisper, etc. to add it to the Keep list. If you have a text field focused, the link inserts there as normal (existing behavior preserved).
  • Enter clears focus on the search box.
  • Clear (x) button on the search box and the auto-invite keyword box.
  • Search now works on the Raw view. Read-only while filtered so you don't accidentally type into a hidden-line view.

Fixed

  • Right-click on Hearthstone, potions, mounts, scrolls, food (any usable bag item) now works again. Previous versions broke this through a UseContainerItem override; the new build uses hooksecurefunc instead.
  • Shift-click of a chat item link no longer double-prints.

Full WoW exit needed (not just /reload) when updating since the TOC version string changed.

AutoDelete v3.13

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:03

v3.13

Bug fix

  • Fixed BoE items being incorrectly sold as BoP on some setups (PE-ElvUI). The BoE detection was failing silently, causing the BoP rule to catch BoE items it shouldn't have. Update strongly recommended.

New

  • /del debug toggle - prints why each item gets auto-sold (rule matched, quality, ilvl, etc). Useful for figuring out unexpected behavior.

AutoDelete v3.12

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:03

v3.12
https://github.com/disarrayed/AutoDelete/releases/latest

Changes

  • New "Only in Combat" sub-toggle under Summon Scavenger (Goblin tab) — when on, after-sell and after-vendor-close summons only fire if you're in combat at that moment
  • Welcome popup now has a red warning reminding users to add valuable items to the Keep list before turning AutoDelete on

AutoDelete v3.11

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:03

v3.11
https://github.com/disarrayed/AutoDelete/releases/latest

Changes

  • New "Only in Combat" sub-toggle under Summon Scavenger (Goblin tab)
    When enabled, After-sell and After-vendor-close summons only fire if you're in combat at that moment

AutoDelete v3.10

Choose a tag to compare

@disarrayed disarrayed released this 10 Jun 03:03

AutoDelete v3.10

Major rework with category-based sell rules, quest item protection, and ElvUI integration improvements.


✨ New Sell Rule System

Three independent sell categories on the Sell tab — each with their own iLvl range and Rare/Epic toggles:

  • 🛡️ BoE Armor — Bind-on-equip gear (excluding weapons)
  • 🔒 BoP — Bind-on-pickup gear, any slot
  • ⚔️ BoE Weapons — Bind-on-equip weapon-slot items (priority over BoE Armor)

Plus three global quality-based actions on the General tab:

  • 🗑️ Auto-Delete Junk — gray quality, any item
  • 🗑️ Auto-Delete Common — white quality gear
  • 💰 Auto-Sell Greens — uncommon quality gear, sold at vendors

📜 Quest items are hard-exempt from every automatic rule. They short-circuit before any rule evaluation, including the explicit Delete and Sell lists.


🎒 ElvUI Bag Frame Integration

Three quick-action buttons attached to the bag frame, ordered to match the options panel tabs:

Button Icon Drop to Add Right-Click
Delete 🔴 Red X Add to Delete list Open panel → Delete tab
Sell 🟡 Gold Coin Add to Sell list Open panel → Sell tab
Keep 🎁 Chocolate Box Add to Keep list Open panel → Keep tab

🐾 Companion Management

  • Mount-aware — dismisses your Scavenger when you mount, re-summons on dismount
  • Bag-full Goblin Merchant summon with a 3-second debounce to prevent stray summons from transient stack merges
  • Stuck detection that recognizes deliberate pet swaps and stops fighting them
  • Master toggle correctly gates all companion features

💡 Quality of Life

  • 🛒 Bags stay open when the vendor window closes
  • 👋 New welcome popup explains the Delete / Sell / Keep system to new users (reopen anytime with /del setup)
  • 📝 Tooltips now wrap to multiple lines instead of stretching across the screen
  • 🔒 Master Enable correctly gates auto-repair, auto-sell, and the companion watcher
  • 🆓 Auto-Invite and Hide Greedy Spam stay independent of master Enable by design

⌨️ Slash Commands

/del               Open the options panel
/del clean         Dedupe Delete and Sell lists
/del sell          Force a sell pass (manual override, ungated)
/del setup         Reopen the welcome popup
/autodelete        Alias for /del

🔧 Under the Hood

  • Shared timer infrastructure replaces leaky throwaway-frame patterns
  • One-shot schema migration runs on first login per character
  • Comment audit and dead code removal across both source files
  • BAGS_FULL_DELAY hoisted out of OnUpdate, unused locals and color constants removed

📦 Installation

  1. Download AutoDelete_3.10.zip below
  2. Extract to WoW\Interface\AddOns\
  3. Folder must be named AutoDelete (rename if it shows AutoDelete-main)
  4. Restart WoW/reload is not enough for a fresh install

🌐 Compatibility

  • WoW 3.3.5a (Wrath of the Lich King)
  • Tested on Project Ebonhold with the PE-ElvUI fork