File Details
v1.1
- R
- May 14, 2026
- 258.65 KB
- 62
- 12.0.5+1
- Retail
File Name
TransmogHunter v1.1.zip
Supported Versions
- 12.0.5
- 12.0.1
# v1.1
## UI Overhaul
- **New visual theme** — Replaced the default Blizzard frame with a fully custom obsidian and violet design. Deep dark background, violet border accents, styled header and footer bands, and separator lines throughout.
- **Custom buttons** — All action buttons (Preview Outfit, Save Look, Track Look, Wishlist Selected, Export, IDs, Copy Missing, Missing IDs, Options, Help) are now custom-styled with obsidian backgrounds, violet borders, and lavender text. Hover and press states included.
- **Destructive button variant** — Delete and Clear All buttons use a red-violet style to visually distinguish irreversible actions.
- **Custom tab bar** — Bottom tabs (Inspect, Wishlist, Saved Looks, Tracked Looks, History) are now fully custom. Active tab highlights with a bright violet top accent line and brighter text. Inactive tabs use a muted cyan-blue matching the footer text.
- **Custom list rows** — List entries in Wishlist, Saved Looks, Tracked Looks, and History use custom styled rows with violet hover and selection highlights instead of default Blizzard buttons.
- **List popup frame** — The list overlay window now matches the main frame's obsidian/violet theme.
## Drop Source Lookup
- **Replaced static data tables with live Blizzard API** — Drop source information is now fetched directly from `C_TransmogCollection` at runtime instead of a pre-built static table. Sources are always current with new content and patches, with no manual maintenance required.
- **Boss drops** now show encounter name, instance, and difficulty (e.g. *Forgemaster Garfrost • Pit of Saron (Normal)*).
- **Profession sources** now show the specific crafting profession (e.g. *Source: Leatherworking*, *Source: Blacksmithing*) instead of the generic "Profession" label.
- **Other sources** show Quest reward, Vendor, World drop, Achievement, Heirloom, or Artifact as appropriate.
## Removed
- **Search tab removed** — The appearance name search feature has been removed. Reliable item name lookup requires a pre-built name database that cannot be constructed at runtime from the available Blizzard APIs. The feature may return in a future version with an offline-built name table.
- **TMH_ItemSources.lua removed** — ~59,000 line static item source data table, replaced by live API lookups.
- **TMH_BossData.lua removed** — Supplementary boss data table, no longer needed.
- **TMH_EncounterJournal.lua removed** — Encounter Journal integration layer, no longer needed.

