Releases: Nevcairiel/ShadowedUnitFrames
Releases · Nevcairiel/ShadowedUnitFrames
v4.4.11
Shadowed Unit Frames
v4.4.11 (2024-08-16)
Full Changelog Previous Releases
- Cleanup uses of removed functions
- Fix lua error mount/unmount vehicle
- Fix max player level condition
- Update for reputation API changes in the xp/rep bar module
Replaces PR #58
v4.4.10
Shadowed Unit Frames
v4.4.10 (2024-08-15)
Full Changelog Previous Releases
- Update some more deprecated aura functions
v4.4.9
Shadowed Unit Frames
v4.4.9 (2024-07-20)
Full Changelog Previous Releases
- Safety check for valid spell being set
- Update Aura API changes
- Update HideBlizzard for health bar changes
- Safety for UnitLevel
- Spell API updates for Range module
- Update TOC
- Update C_AddOns APIs
- GetSpellInfo API replacements
- Remove defunct battleground zone filter
v4.3.5-classic
Shadowed Unit Frames
v4.3.5-classic (2024-05-01)
Full Changelog Previous Releases
- Add missing colors
Based on patches from PR #32 - Bug fix: Fixed a bug where if there was an invalid aura added to the aura list, that the disabled auras by class would display blank check boxes/give errors due to a nil value being sent to ace widgets
- Bug fix: Fixed a bug in the disabled auras by class tab that would occur if the player is in classic and a retail class is in the class table.
- Fixed a bug where we were grabbing retail based characters for class colors
- Fix default value for global background color
- Add Soul Shards and Holy Power
- Update TOC for Cataclysm Classic
v4.4.8
Shadowed Unit Frames
v4.4.8 (2024-03-20)
Full Changelog Previous Releases
- Update TOCs for 10.2.6
- Switch PR CI to checkout v2
v4.4.7
Shadowed Unit Frames
v4.4.7 (2024-02-23)
Full Changelog Previous Releases
- Update TOC
- Use high-quality class icon atlas
- Update STAGGER_STATES global for 10.2
10.2 added a new table-type globalSTAGGER\_STATES
to replace the old decimal variables likeSTAGGER\_RED\_TRANSITION
. These are now undefined (causing lua errors + stagger bar color doesn't work).
This commit updates SUF to get stagger thresholds in the same way official UI code does. - Remove CheckInteractDistance from range checker, as its protected now
- Fix Ready Check indicator display
v4.4.6
Shadowed Unit Frames
v4.4.6 (2023-07-11)
Full Changelog Previous Releases
- Update TOC for 10.1.5
- Add Shaman Poison Cleansing Totem support
- Fix alternate mana bar hiding in 10.1.5
v4.4.5
Shadowed Unit Frames
v4.4.5 (2023-05-13)
Full Changelog Previous Releases
- Add Evoker essence frame to the hider
- Properly set limits on Essence
Fixes client crashes caused by creating 50000 blocks - Clear old block points to avoid complications
v4.4.4
Shadowed Unit Frames
v4.4.4 (2023-05-03)
Full Changelog Previous Releases
- Remove compat
- Update TOC for 10.1
- Fix hiding of Arena Frames
- PriestBarFrame has been removed in 10.1
v4.4.3
Shadowed Unit Frames
v4.4.3 (2023-03-22)
Full Changelog Previous Releases
- Update TOC for 10.0.7
- Add Evoker dispel support
Based on data from Zaccin, thanks!