Skip to content

Releases: Nevcairiel/ShadowedUnitFrames

v4.4.11

16 Aug 09:07
3ff5a92
Compare
Choose a tag to compare

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

15 Aug 17:41
3936d7f
Compare
Choose a tag to compare

Shadowed Unit Frames

v4.4.10 (2024-08-15)

Full Changelog Previous Releases

  • Update some more deprecated aura functions

v4.4.9

24 Jul 14:07
4c0ed7e
Compare
Choose a tag to compare

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

01 May 08:07
bca4148
Compare
Choose a tag to compare

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

20 Mar 07:35
088444a
Compare
Choose a tag to compare

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

23 Feb 10:13
b404b4d
Compare
Choose a tag to compare

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 global STAGGER\_STATES to replace the old decimal variables like STAGGER\_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

11 Jul 14:26
daa6dda
Compare
Choose a tag to compare

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

13 May 12:36
61bbea9
Compare
Choose a tag to compare

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

03 May 07:46
a7422e0
Compare
Choose a tag to compare

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

22 Mar 07:52
58d6502
Compare
Choose a tag to compare

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!