File Details
AuctionatorMiniSearch_101.zip
- R
- Mar 7, 2026
- 2.05 MB
- 205
- 12.0.1
- Retail
File Name
AuctionatorMiniSearch-efaf3e0-alpha.zip
Supported Versions
- 12.0.1
[1.0.1] - 2026-03-07
Added
- Added
schemaVersionfield toAMS_DBfor future-proofing data format migrations. - Added migration logic to handle
schemaVersionchanges and ensure safe upgrades without data loss. - Added
lastUpdatedtimestamp toAMS_DBfor tracking data freshness and potential staleness issues. - Added
localefield toAMS_DBto track the locale of persisted data and enable locale-specific handling in future updates. - Added more language and add fallback to local names in the index build process to improve search results for non-English locales.
Changed
- Improved memory behavior by keeping Auctionator price DB loading strictly lazy.
- Added API-only initialization path to avoid loading heavy DB data at addon startup.
- Reduced temporary memory retention after index build/reconcile and when closing the main window.
- Added bounds for analysis metadata cache to prevent unbounded growth in long play sessions.
- Switched SavedVariables
searchIndexto a compact persistence format (core fields + optional ranges + locale names). - Removed redundant persisted runtime-derived fields (
nameLower,itemLink, duplicate name aliases). - Updated locale name handling to preserve additional language keys in
namesfor future localization expansion. - Added locale quality metadata (
verifiedvsbeta) and automated locale key-coverage checks againstenUS. - Kept strict fallback behavior for missing texts (
active locale -> enUS -> deDE -> key) to avoid broken UI strings.
Removed
- Removed AMS custom price line from the item tooltip.
- Removed the "Show price in tooltip" option from settings.
Fixed
- Restored default WoW item tooltip on result row hover while keeping AMS price overlay disabled.