File Details
1.1.0
- R
- Apr 21, 2026
- 114.38 KB
- 25
- 12.0.5+2
- Retail
File Name
KeyCollector-1.1.0.zip
Supported Versions
- 12.0.5
- 12.0.1
- 12.0.0
## [1.1.0] - 2026-04-21
### Added
- Best column now shows both timed and untimed personal best for the held dungeon, separated by `|`. Timed is shown in white, untimed in gray. Only the timed value is shown if they match.
- Hovering a player's Best cell now shows timed and untimed best side by side in the tooltip as well.
### Changed
- Protocol upgraded from v2 to v3 to carry both timed and untimed bests. Older clients (v1/v2) remain compatible.
## [1.0.7] - 2026-04-21
### Added
- Key level is now color coded: green = upgrade over personal best for that dungeon, yellow = matches best, gray = already completed higher.
### Changed
- "Best" column now shows the player's best for their specific held dungeon, not their highest best overall.
- Tooltip on dungeon bests only triggers when hovering the Best cell, not the entire row.
- Lvl and Best column values are now center-aligned.
## [1.0.6] - 2026-04-21
### Added
- Class-colored player names in the party UI window, using `RAID_CLASS_COLORS`.
- Frame position is now saved between sessions via a new `KeyCollectorUIDB` saved variable.
- Hovering over a player row in the party UI now shows a tooltip with all their seasonal dungeon bests, sorted by level.
- Tooltip logic extracted to its own file (`KeyCollectorPartyTooltip.lua`) with a namespaced API (`KeyCollectorPartyTooltip.Show`).
### Fixed
- Removed debug print that appeared in chat whenever the keystone changed.
- Tooltip content is now cleared before each render, preventing stale data from leaking between hover events.