Skip to content

Releases: wardz/ClassicCastbars

v1.6.7

19 Sep 17:29
da95cca
Compare
Choose a tag to compare

ClassicCastbars

v1.6.7 (2023-09-19)

Full Changelog Previous Releases

  • pixel perfect adjustments to castbar border, let me know if this bugs for some resolutions
  • show failed anim from OnUpdate expiration for npcs only
  • 2 to 3 digit decimal precision for border padding
  • re-add Throw & Shoot to spellcasts, prob useful for HC

v1.6.6

14 Sep 04:39
1967587
Compare
Choose a tag to compare

ClassicCastbars

v1.6.6 (2023-09-14)

Full Changelog Previous Releases

  • add few more default spells to npcCastUninterruptibleCache
  • reset npcCastTimeCache when updating from older version
  • revert to old castTimeDiff values until further testing
  • add some quick notes for classic era focus
  • fixes for #79
  • bump toc interface version for when testing without packager release script
  • bump library versions for when testing without packager release script

v1.6.5

29 Aug 16:28
31a04ba
Compare
Choose a tag to compare

ClassicCastbars

v1.6.5 (2023-08-29)

Full Changelog Previous Releases

  • use npcID instead of npcName for npcCastTimeCache

v1.6.4

24 Aug 12:18
afc6514
Compare
Choose a tag to compare

ClassicCastbars

v1.6.4 (2023-08-24)

Full Changelog Previous Releases

  • bump classic toc version

v1.6.3

05 Jul 15:49
01c808f
Compare
Choose a tag to compare

ClassicCastbars

v1.6.3 (2023-07-05)

Full Changelog Previous Releases

  • fix lua error on ptr
  • store npcCastTimeCache in savedvariables (across logouts)

v1.6.2

28 May 12:39
589697d
Compare
Choose a tag to compare

ClassicCastbars

v1.6.2 (2023-05-28)

Full Changelog Previous Releases

  • Bump retail toc version.
  • Use proper registration for LibClassicDurations. Previous only worked with ClassicAuraDurations.
  • Fix castbar uninterruptible state not always updating from auras, especially when targetting yourself.
  • Resetting addon to default now also resets npc cast uninterruptible cache.
  • Blackwing Spellbinder now shows uninterruptible castbar for non-physical classes only.
  • Casts with no SPELL_CAST_SUCCESS detected from combat log now automatically shows red failed animation after the hardcoded cast time is over. (Classic Era has no proper event for cast failed or stopped so we gotta guess). Previously it only faded out normally.

v1.6.1

23 Apr 22:48
f30ac87
Compare
Choose a tag to compare

ClassicCastbars

v1.6.1 (2023-04-23)

Full Changelog Previous Releases

  • fix luacheck error
  • merge tbc & classic era castImmunityBuffs, add Limited Invulnerability Potion
  • fix classic era /focus not being triggered anymore
  • 250 -> 300 spells loaded a sec

v1.6.0

21 Apr 19:51
381cb91
Compare
Choose a tag to compare

ClassicCastbars

v1.6.0 (2023-04-21)

Full Changelog Previous Releases

  • simplify hiding blizzard castbars & dont hide empowered evoker casts for now
  • fix party+arena testmode
  • add new retail arena frame support
  • add cast interruptible state events for retail
  • increase default icon size slightly
  • fix castbar sometimes instantly hiding instead of fading on retail
  • use old spark texture for retail
  • set highest drawlayer for Flash aswell
  • add support for the new retail party frames
  • add option for setting castbar framestrata
  • bump retail toc version
  • use 1 build for all expansions

v1.5.6

23 Feb 20:40
fffe0ed
Compare
Choose a tag to compare

ClassicCastbars

v1.5.6 (2023-02-23)

Full Changelog Previous Releases

  • move SetDrawLayer calls here to support player castbar aswell

v1.5.5

19 Feb 17:46
b263724
Compare
Choose a tag to compare

ClassicCastbars

v1.5.5 (2023-02-19)

Full Changelog Previous Releases

  • adjust right side texture padding slightly
  • simplify padding calc
  • add option for border texture padding + minor pixel perfect improvements