promotional bannermobile promotional banner

CritMatic

Track your **highest critical** and normal hits. Display a notification message and play a sound. Display a tooltip for each spell in your spell book or action bar. and more.

File Details

v5.5.5

  • R
  • Apr 22, 2026
  • 2.08 MB
  • 126
  • 11.2.7+3
  • Retail + 3

File Name

CritMatic-v5.5.5.zip

Supported Versions

  • 11.2.7
  • 3.80.0
  • 2.5.5
  • 1.15.8

CritMatic

v5.5.5 (2026-04-22)

Full Changelog

  • fix: remove BACKGROUND strata + Lower on Crit Log (v5.5.5)
    Follow-up to #22. Setup was forcing the widget to FrameStrata
    "BACKGROUND" and :Lower()-ing it at the end, putting it behind
    Blizzard's default UI. Overlapping default frames intercepted mouse
    input, so RegisterForDrag and the corner/edge sizers never fired and
    the window could not be moved or resized.
    Constructor already sets FULLSCREEN_DIALOG for the widget, which is
    appropriate for a floating utility window; the override was dropped
    rather than replaced.
    The v5.5.4 errors (SetBackdrop nil / EasyMenu nil) had been masking
    this by spamming the error frame; once those were fixed in v5.5.4 the
    latent strata bug became the only remaining interaction failure.