Skip to content

Releases: PeterNumerasz/CursorOutline

v1.3.1

21 Jan 13:21
5faed9f

Choose a tag to compare

CursorOutline

v1.3.1 (2026-01-21)

Full Changelog Previous Releases

  • Merge pull request #8 from PeterNumerasz/fix_missing_tga_file
    Added the missing TGA file for the Devourer Demon Hunter specialization
  • Update CursorOutline.toc
  • Added missing TGA file
    Added missing TGA file for Devourer spec

v1.3.0

21 Jan 12:38
2062cb4

Choose a tag to compare

CursorOutline

v1.3.0 (2026-01-21)

Full Changelog Previous Releases

  • Merge pull request #7 from PeterNumerasz/version_update_fix
    version set to 1.3.0
  • version set to 1.3.0
    version set to 1.3.0
  • Merge pull request #6 from PeterNumerasz/new_spec_icon_and_fixes
    Devourer icon added and some fixes implemented
  • removed unnecessary comment
    removed unnecessary comment
  • Devourer icon added and some fixes implemented
    Added a custom icon for the new devourer demon hunter spec, rounding them up to a nice 40!
    Fixed an issue where the /co config did not open the config UI
    Fixed an issue with the converter python script where it converted the image incorrectly
  • Update README.md
    Added credits and copyright disclaimer for unauthorized use of pictures

v1.2.0

21 Jan 00:38
a18c9ac

Choose a tag to compare

CursorOutline

v1.2.0 (2026-01-21)

Full Changelog Previous Releases

  • Merge pull request #5 from PeterNumerasz/custom_shape_with_custom_color
    This release introduces the "Class Identity" update, allowing the cursor to automatically adapt to the player's specialization.
    New Features:
    Smart Spec Profiles: Settings can now be saved per-specialization. Switching specs automatically loads the correct icon and color.
    Asset Pack: Added 39 class/spec icons. The addon now detects your spec on first load and assigns the correct icon automatically.
    Custom File Support: Users can now add their own .tga files to the 'Textures/Custom' folder and load them via the "Custom File" option in the UI.
    UI Improvements:
    Added Smart Filtering to the Shape dropdown (shows only your class icons by default, with a "Show All" toggle).
    Added width adjustments to options for a cleaner layout.
    Fixes & Maintenance:
    Fixed Opacity slider not working for Raid Markers.
    Added .pkgmeta to exclude development tools (Python scripts) from the CurseForge zip.
    Added 'Tools/' folder with scripts to help users convert PNGs to TGA.
  • v1.2.0: Class Identity Update, Spec Profiles, and UI Overhaul
    This release introduces the "Class Identity" update, allowing the cursor to automatically adapt to the player's specialization.
    New Features:
    • Smart Spec Profiles: Settings can now be saved per-specialization. Switching specs automatically loads the correct icon and color.
    • Asset Pack: Added 39 class/spec icons. The addon now detects your spec on first load and assigns the correct icon automatically.
    • Custom File Support: Users can now add their own .tga files to the 'Textures/Custom' folder and load them via the "Custom File" option in the UI.
      UI Improvements:
    • Added Smart Filtering to the Shape dropdown (shows only your class icons by default, with a "Show All" toggle).
    • Added width adjustments to options for a cleaner layout.
      Fixes & Maintenance:
    • Fixed Opacity slider not working for Raid Markers.
    • Added .pkgmeta to exclude development tools (Python scripts) from the CurseForge zip.
    • Added 'Tools/' folder with scripts to help users convert PNGs to TGA.

v.1.4.0

21 Jan 15:08
9ccfa8a

Choose a tag to compare

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.

v1.1.2

20 Jan 17:28
2a1008b

Choose a tag to compare

CursorOutline

v1.1.2 (2026-01-20)

Full Changelog Previous Releases

  • Merge pull request #4 from PeterNumerasz/bugfixes_and_refactoring
    Fixed Lua errors when using slash commands (missing arguments)
    Removed redundant SavedVariablesHandler file
    Made the cursor overlay click-through so it doesn't block the game
  • bugfixes and refactor
    Fixed Lua errors when using slash commands (missing arguments)
    Removed redundant SavedVariablesHandler file
    Made the cursor overlay click-through so it doesn't block the game
  • Merge pull request #3 from PeterNumerasz/update_descriptions
    Update descriptions, versions and readme
  • update description and all prior version included
    Updated the description that is displayed in-game addon selection and included all the earlier final patch numbers
  • Update README.md

v1.1.1

15 Jan 19:38
66393d8

Choose a tag to compare

CursorOutline

v1.1.1 (2026-01-15)

Full Changelog Previous Releases

  • Merge pull request #2 from PeterNumerasz/fix_release_workflow
    write permission added
  • write permission added
  • Merge pull request #1 from PeterNumerasz/fixing_errors
    Fixed an error which caused certain dependencies to not be found, which resulted in the config UI not working.
    Also added a workflow using BigWigs Packager to automate the release to CurseForge on a new tag
  • fixed library dependency errors and added packager
    Fixed an error which caused certain dependencies to not be found, which resulted in the config UI not working.
    Also added a workflow using BigWigs Packager to automate the release to CurseForge on a new tag
  • Code beautify
    Minor refactors to make the code more readable
  • Update README.md
  • Update README.md
  • Update README.md
  • Update README.md
  • Merge branch 'main' of https://github.com/PeterNumerasz/CursorOutline
  • Added support for classic servers
    Fixed an issue where the addon didn't load properly on classic servers because it lacked some Ace3 libraries.
  • Create README.md