Skip to content

v.1.4.0

Latest

Choose a tag to compare

@PeterNumerasz PeterNumerasz released this 21 Jan 15:08
· 1 commit to main since this release
9ccfa8a

CursorOutline

v.1.4.0 (2026-01-21)

Full Changelog Previous Releases

  • Merge pull request #9 from PeterNumerasz/fixing_issues_for_earlier_wow_version_incompatibilities
    Fixed an issue where earlier wow version that not supported specializations caused the addon to crash.
    Now it detects if the current version the addon is running on is capable of specialization detection or not.
    If it can handle specs, we can offer full utility to the spec-based icons
    Otherwise we let the player use the custom icons, but it can only be saved to the global profile
  • Added back removed comment
    Added back an accidently removed but useful little comment
  • minor adjustments in descriptions/comments
    Minor reframing of the description and comments
  • v1.4.0: Universal Compatibility (Retail, Classic, & Legacy)
    This release makes the addon fully compatible with all WoW versions, from Vanilla (1.12) to The War Within (11.0+).
    Feature Detection:
    • Implemented intelligent API checking. The addon now detects if the game client supports Specializations.
    • Modern Clients (Retail/Cata+): "Spec Profiles" are enabled. Cursor settings save per-spec and icons auto-switch.
    • Legacy Clients (Vanilla/Era/MoP): Automatically falls back to "Global Mode". "Spec Profile" options are hidden to prevent confusion and crashes.
      UI Updates:
    • Updated Config UI to display "Legacy Mode" text when on older clients.
    • Hidden "Enable Spec Profiles" toggle on clients that lack support.
      Structure:
    • Added disclaimer to README regarding legacy client limitations.