Releases: wardz/ClassicCastbars
Releases · wardz/ClassicCastbars
v1.6.7
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
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
ClassicCastbars
v1.6.5 (2023-08-29)
Full Changelog Previous Releases
- use npcID instead of npcName for npcCastTimeCache
v1.6.4
v1.6.3
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
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
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
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
ClassicCastbars
v1.5.6 (2023-02-23)
Full Changelog Previous Releases
- move SetDrawLayer calls here to support player castbar aswell
v1.5.5
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