File Details
v1.8
- R
- Mar 29, 2026
- 387.41 KB
- 412
- 12.0.1
- Retail
File Name
CursorOptions-v1.8.zip
Supported Versions
- 12.0.1
CursorOptions
v1.8 (2026-03-29)
Full Changelog Previous Releases
New Features
- Added an in-game addon icon (visible in the AddOn Compartment and addon list)
- Added a "Show Keystone" tooltip option that displays a party member's current
mythic plus keystone level and dungeon. Reads passively from LibKeystone
broadcasts (BigWigs / DBM) — no data is sent by CursorOptions. Hovering over
your own player frame shows your key directly from the game API
Bug Fixes
- Fixed the swipe style for GCD and cast bar indicators breaking when switching
from arc style. Root cause: CooldownFrame_SetDisplayAsPercentage calls Pause()
internally and Clear() does not call Resume(). Added Resume() after Clear() in
Apply() for both overlays
- Fixed the dynamic tooltip briefly stretching across the screen when entering
combat with a tooltip open. Added a PLAYER_REGEN_DISABLED handler that
immediately transitions the tooltip to its combat mode state
- Fixed the tooltip continuing to follow the cursor in "Default Position" combat
mode after entering combat. The stale cursorFrame anchor is now cleared via
ClearAllPoints on combat start
- Fixed a nil/zero modRate guard for the GCD swipe cooldown to prevent division

