Where "Sell Items Anywhere" is headed, organized by version. Shipped versions are done; everything else is a plan, not a promise — order, scope, and version numbers may shift as things get built (or don't).
Version numbers follow semantic versioning:
- X.0.0 — a big, possibly breaking update (old settings/muscle memory may not carry over).
- 1.X.0 — new functionality, safe to update into.
- 1.0.X — bug fixes and polish, no new capability.
Released
- v1.0.0 — Initial release: hotkey-toggled sell window, search + category filtering, per-item quantity picker, two-step sell confirmation.
- v1.0.1 — Bug fixes, plus a "Debug Logging" toggle and a live-updating Confirm Sell screen.
- v1.1.0 — Select All / Clear Selection, quick category select, live running total, sort control, per-row checkboxes, and a split "Junk" / "Crafting Materials" category.
- v1.1.1 — Bug fixes: selected quantities can no longer show more than you actually own, and clearer feedback when a selection has no sell value.
(See the Versioned Features List for the full breakdown of what's in each release.)
Planned
v1.2.0 — Pricing Visibility
- Optional per-row sell price display, so you can see eddie value before selecting.
- Threshold-based auto-select: "select everything worth less than N eddies."
v1.3.0 — Filter Persistence & Window Polish
- Remember your last-used search text, category filter, and "Show Item IDs" setting between sessions (currently only window position/size survive a reload).
- Remember scroll position within a session.