Skip to content

Releases: vendethiel/GladiusEx

2.10.1

08 Sep 20:57
d20f2ba
Compare
Choose a tag to compare

GladiusEx

2.10.1 (2024-09-08)

Full Changelog Previous Releases

  • Fixes for Classic (#106)

    • Fixed aura mastery effect dissipation on Classic

    • Fixed typo

    • Fix for Classic

    • Minor rework for UnpackAuraData

    Made it UnpackAuraData local and optimized it a bit (avoiding unpack call). I'm not sure why we need this function at all, can anyone explain?

    • Spaces to tabs in interrupts.lua

    Not sure if it should be spaces or tabs, but at least now the file is internally consistent.

    • Fixed small mistake in interrupts module

    • Fixed auras for Classic

2.10

21 Aug 13:23
Compare
Choose a tag to compare

GladiusEx

2.10 (2024-08-21)

Full Changelog Previous Releases

  • fix #104 on classic

  • tww beta (#104)

    • deprecated api fixes

    • C_UnitAuras wrapper, remove semicolons

    • fix

    • rm lib files

    • remove unused aliases

    • rm if condition


    Co-authored-by: Koltar

2.9.1

07 Aug 17:08
Compare
Choose a tag to compare

GladiusEx

2.9.1 (2024-08-07)

Full Changelog Previous Releases

  • remove shine

2.9

07 Aug 17:04
1b90093
Compare
Choose a tag to compare
2.9

GladiusEx

2.9 (2024-08-07)

Full Changelog Previous Releases

  • Added ability to test ClassIcon auras (#100)
  • remove auras which do not exist anymore in TWW, update .toc to match patch version (#99)
    Co-authored-by: Adam Richter [email protected]
  • Add toggle to show important aura with shortest or longest duration (#97)
    I've had this locally for a long time but never got around to making it into an option for the broader set of users until now.

2.8.2

13 Jun 14:59
79a4f5d
Compare
Choose a tag to compare

GladiusEx

2.8.2 (2024-06-13)

Full Changelog Previous Releases

  • Updated SpecBuffs & SpecSpells (#95)

    • Updated SpecBuffs & SpecSpells
    • Updated the SpecBuffs & SpecList to one that is more correct for Cata (may still have some kinks, but I don't think so)

    • Changed back to R1 on all spells except those that still have multiple ranks (from talents)

    • Moved many spells from SpecBuffs to the actual SpecSpells list

    • Removed Debuffs (because we never search through them anyway)

    • Revert DR changes

    Snuck in by mistake.

  • Forwardport GladiusEx-Cata/WotLK DR Tracker Fixes (#94)
    Had enough trying to get the DRTracker with the new option to working properly so I just ported what actually works instead of trying to make it look fancy.

    It might still have the issue with DRs having no icon in some scenarios, but I havn't been able to reproduce since I first got it day ~3. No clue if it's related.

  • Added the possibility to detect specs by mana (#93)
    For example. Holy Paladins are the only Paladin spec with > 50000 mana in Cata (similar logic applies to the other specs in this commit).

    Included WotLK mana pools as well, but excluded TBC because the pools between hybrid and healer specs are too close.

  • Fixed some interrupt stuff (#96)

    • Spell Lock uses R2 from WotLK instead of R1

    • Counterspell is now 7 seconds instead of 8 sec lockout

2.8.1

02 Jun 18:16
67ccbbb
Compare
Choose a tag to compare

GladiusEx

2.8.1 (2024-06-02)

Full Changelog Previous Releases

  • Fix auras module freeze on testing (#91)
  • Added more interrupts (#92)

2.8

01 Jun 15:05
Compare
Choose a tag to compare
2.8

GladiusEx

2.8 (2024-06-01)

Full Changelog Previous Releases

  • DRData:GetSpellCategory() returns nil for classic spells on retail (should add them to Data at some point...)

  • Cata Support + Others (#89)

    • Initial Cata Support

    • Added Skull Bash

    • Added IS_CATAC and updated IS_CLASSIC

    • Added "Show on Apply" option to DR Tracker & Dynamic DR Early Reset Detection

    • More Cata Fixes

    • Fixes to DR Tracker

    • Added support for multiple DR categories

    Ring of Frost / Deep Freeze share a DR category (as a "second" DR category), DRList has been updated to support this, so added support for this here as well.

    Also added some readability updates (added tab style, and changed some variable names)

    • Added ability to hide DR text

    For those who like to only show the border.

    • zzz

    • Update drtracker.lua

    • Simplifications & removed the 40 aura search limit


    Co-authored-by: vendethiel [email protected]

2.7.6

08 May 19:00
Compare
Choose a tag to compare

GladiusEx

2.7.6 (2024-05-08)

Full Changelog Previous Releases

  • zzz

2.7.5

08 May 16:04
Compare
Choose a tag to compare

GladiusEx

2.7.5 (2024-05-08)

Full Changelog Previous Releases

  • SetJustify[HV] changes, fixes #87

2.7.4

11 Mar 22:17
Compare
Choose a tag to compare

GladiusEx

2.7.4 (2024-03-11)

Full Changelog Previous Releases

  • bump toc