Key Collector

Current M+ Key tracker

File Details

1.3.1

  • R
  • Apr 23, 2026
  • 121.24 KB
  • 38
  • 12.0.5+2
  • Retail

File Name

KeyCollector-1.3.1.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0
## [1.3.1] - 2026-04-23

### Added

- Pressing Escape now closes the window.

### Fixed

- Guild broadcasts were sent every ~10 seconds regardless of actual data changes. The timestamp embedded in the payload was used as the change detector, making every payload unique. The fix separates a stable content string (without timestamp) for deduplication from the full wire payload (with timestamp).
- Guild UI refresh ticker was not cancelled when the panel was hidden. The ticker is now tied to the guild panel's `OnShow`/`OnHide` lifecycle.
- Party UI would redraw on every individual incoming message. Rapid data changes (e.g. multiple party members zoning simultaneously) are now batched into a single redraw 0.5 seconds after the last change.