File Details
DataBroker_Skills_1.0.3.zip
- R
- Jan 25, 2026
- 1.79 MB
- 23
- 2.5.5
- Classic TBC
File Name
DataBroker_Skills_1.0.3.zip
Supported Versions
- 2.5.5
# CHANGELOG
All notable changes to DataBroker_Skills are documented in this file.
## v1.0 — 2026-01-01
### Added
- Persistent, interactive LibQTip tooltip that remains when moving the cursor between the broker and tooltip.
- Clickable profession lines: opening profession UIs directly from the tooltip.
---
- Fishing uses the fishing ability where available.
- Mining clicks open Smelting when applicable.
- Grouped show/hide options for skill categories: Class Skills, Professions, Secondary Skills, Weapon Skills, Armor Proficiencies (Shields follow Armor), and Languages.
- Left-click the broker to open the Skills tab; right-click to open addon options.
- Tooltip appearance options: icon size and tooltip alpha; added "Reset to Defaults" option.
### Fixed
- Removed duplicate entries and stray artifact lines (e.g., buckler/shield artifacts) by consolidating shields under Armor Proficiencies and improving name matching.
- Resolved Lua syntax issues and stray 'end' errors causing load/runtime failures.
- Replaced fragile tooltip hooks with the ElkFriends-style LibQTip auto-hide pattern to ensure tooltip persistence and interactivity.
- Fixed runtime nil-method and tooltip lifecycle errors.
### Changed
- User-facing defaults: Professions, Secondary Skills, and Weapon Skills are shown by default.
- Cleaner, more stable skill scanning and icon assignment for professions and weapon skills.
### Removed
- Unused embedded `CallbackHandler-1.0` entry removed from `DataBroker_Skills.toc`.
- Duplicate top-level `LibDataBroker-1.1` files removed; canonical copy retained in `libs/libdatabroker-1-1/`.
### Dependencies
- This addon requires `Ace3` to be installed separately (see `DataBroker_Skills.toc`).
- Embedded libraries retained: `LibStub`, `LibDataBroker-1.1` (in `libs/libdatabroker-1-1/`), and `LibQTip-1.0`.
### Notes
- In-client testing recommended: reload UI and verify tooltip interactivity, profession clicks, and option toggles. Report any remaining Lua errors or unexpected behavior.
---
## v1.0.1 — 2026-01-25
### Fixed
- Detect `Shadow Magic` class skill for Priests (restored detection after accidental overwrite).
- Added dynamic specialization detection to future-proof class skill recognition.
---
## v1.0.2 — 2026-01-25
### Added
- Implemented AddOn list icon support and icon assets:
- Added `images/data_broker_skills.png` and `images/data_broker_skills.tga`.
- Updated `DataBroker_Skills.toc` with `## IconTexture:`, `## Icon:`, and `## X-Icon:` pointing to the TGA asset.
- Added conversion helper scripts (`convert_png_to_tga.py`, `fix_tga.py`) to produce a proper 64×64 uncompressed TGA and aid BLP conversion for Classic clients.
### Notes
- For Classic compatibility, convert the TGA to a 64×64 uncompressed BLP (`data_broker_skills.blp`) and update the TOC to reference the BLP.
---
## v1.0.3 — 2026-01-25
### Added
- Saved-variables sanitization and a reset option to safely clear corrupted or tainted settings and recover a broken addon state.
- Runtime diagnostic helpers to inspect visible frames, GameTooltip owners, LibQTip tooltips, and other UI objects that can block logout; includes a recovery function to force-hide or release blocking frames.
- `PLAYER_LOGOUT` cleanup: release LibQTip tooltips, hide dropdowns, clear cursor state and unregister callbacks to avoid protected-frame taint during logout.
- Case-insensitive and fuzzy profession detection: `FindProfessionIcon` now matches profession names case-insensitively and by substring (handles variants like "Enchanting (Trainer)").
### Changed
- Profession/icon handling: added `IsExplicitProfession(name)` helper and migrated profession checks to it so only explicitly-listed professions are treated as professions (prevents secondary skills with icons from being classified as professions).
- Added/adjusted profession icons: `Riding` mapping added; `Enchanting` updated to `Interface/Icons/trade_engraving`.
- Class icons and talent detection: `Balance` now uses a Moon/Starfall icon (`spell_nature_starfall`); `Feral Combat` uses the cat-form icon (`ability_druid_catform`).
- Defense is now classified under Weapon Skills (so it hides with weapon skills) to match UI expectations.
- Secondary skills: `Cooking` and other secondaries properly appear under the Secondary Skills toggle (removed from profession lists where applicable).
- Talent aliasing and detection expanded: `talentNameAliases` enlarged with a comprehensive set of canonical spec names and common aliases; alias lookup is now case-insensitive and normalized to reduce future manual additions.
- Clickable profession detection and dropdown/tooltip behavior switched to use `FindProfessionIcon`/`IsExplicitProfession` consistently to ensure icons, click handlers, and coloring are accurate.
- Removed intrusive runtime fallback helpers and global slash commands added during diagnostics (per user preference); kept lightweight diagnostics and safe fixes only.
### Fixed
- Addressed a runtime syntax error (mismatched `if/elseif/end`) that could cause load failures.
- Fixed cases where secondary skills with icons were incorrectly hidden under Professions by making profession membership explicit rather than inferred from available icons.
- Ensured Enchanting and other professions reliably show their icons even when the UI reports variant names (e.g., trainer suffixes).
### Notes
- After updating, reload the UI (`/reload`) and verify: tooltip interactivity, profession click behavior, icons for Enchanting/Riding/Balance/Feral, and that `Defense` hides with weapon skills.
- If logout/taint issues persist, try resetting the addon's saved-variables (backup first) or run the diagnostic helpers to identify blocking frames.
v1.0.0
## License
- This project is released under the MIT License. See the `LICENSE` file for full terms.
## Credits
- Development assistance: GitHub Copilot (AI pair programmer).
- Editor: Visual Studio Code.
- Thanks to the authors and maintainers of LibDataBroker, LibQTip, LibStub, and Ace3 for their libraries.

