WowHousingDecor Addon -- CHANGELOG
===================================

VERSION 15.0  (Current)
------------------------
REBUILT from the ground up -- clean Lua, ASCII only, tested patterns.

Architecture:
  - All UI construction now inside ADDON_LOADED event (correct WoW pattern)
  - showTab and all functions defined in same closure as slash commands
  - Zero non-ASCII characters in any .lua file
  - Removed all top-level API calls that could fail silently mid-file

New in V15:
  - /decorui vendors  -- jump direct to Vendors tab
  - SavedVariables renamed to WowDecorDB, WowDecorSettings, WowDecorVendors
    (cleaner names, no collision risk)
  - Drag-to-reposition minimap button
  - Addon compartment (puzzle-piece) support

VERSION 14.0
------------
Full UI redesign -- 4 tabs, minimap button, settings panel.
/decorui, /dumpdecor, /decorscan slash commands.

VERSION 13.0
------------
Vendor scan, WowDecorVendorHistory, UICheckButtonTemplate fix.

VERSION 12.0
------------
Initial bag scanner and /dumpdecor export.
