Skip to content

Releases: Nevcairiel/ShadowedUnitFrames

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!

v4.3.4-classic

12 Feb 19:06
680da0a
Compare
Choose a tag to compare

Shadowed Unit Frames

v4.3.4-classic (2023-02-12)

Full Changelog Previous Releases

  • Update TOC for 3.4.1
  • Check for expired fade before trying to set alpha
    This prevents an out of bound alpha value
  • Add Threat API to emulation during moving

v4.4.2

16 Nov 14:17
90b0307
Compare
Choose a tag to compare

Shadowed Unit Frames

v4.4.2 (2022-11-16)

Full Changelog Previous Releases

  • Update TOC for 10.0.2

v4.4.1

07 Nov 16:13
d919e7f
Compare
Choose a tag to compare

Shadowed Unit Frames

v4.4.1 (2022-11-06)

Full Changelog Previous Releases

  • Add Evoker to the raid class filter
  • Remove unused function
  • Check for expired fade before trying to set alpha
    This prevents an out of bound alpha value