Skip to content

Releases: WeakAuras/WeakAuras2

5.4.4

29 Mar 17:28
Compare
Choose a tag to compare

5.4.4 (2023-03-29)

Full Changelog

Highlights

  • Bug fixes

Commits

InfusOnWoW (5):

  • Bufftrigger2: Explicitly scan boss units on INSTANCE_ENCOUNTER_ENGAGE_UNIT
  • Fix state.spec for various triggers
  • BuffTrigger2: Check that matchDataByTrigger contains what we expect
  • Fix updating edge case
  • Templates: Fix Rupture

mrbuds (7):

  • Spell Cast Succeeded trigger: fix "Delay" option, fixes #4382
  • update talents for 10.0.7
  • Dbm & BW triggers: make count field use cron-like pattern fixes #4368
  • Aura trigger: fix tooltip on mouseover, fixes #4372
  • Dbm & BW triggers: fix count parsing from message
  • Aura trigger: Fix Lua error in WeakAuras.GetAuraInstanceTooltipInfo for 10.1.0
  • re-add WeakAuras.IsClassic as an alias to WeakAuras.IsClassicEra

5.4.3

22 Mar 11:05
Compare
Choose a tag to compare

5.4.3 (2023-03-22)

Full Changelog

Highlights

Commits

InfusOnWoW (3):

  • Fix regression in dynamic conditions
  • Tweak AuraBars once more
  • Tweak Unit Spellcast Succeded trigger

Stanzilla (1):

  • Update TOC for Retail Patch 10.0.7

emptyrivers (1):

  • decrement nameSource on deleting subOption that precedes the name source

mrbuds (3):

  • Unit Spellcast Succeded trigger: set %name / %n to spell's name
  • Aura Trigger: fix "Cast by a player character" option (#4352)
  • Aura trigger: fix Lua error with new API (#4351)

5.4.2

16 Mar 05:06
9bda69c
Compare
Choose a tag to compare

5.4.2 (2023-03-16)

Full Changelog

Highlights

  • Turn off new aura API usage temporarily

Commits

Stanzilla (1):

  • Turn off new aura API usage temporarily

5.4.1

16 Mar 00:16
Compare
Choose a tag to compare

5.4.1 (2023-03-16)

Full Changelog

Highlights

  • bug fix

Commits

mrbuds (2):

  • Fix Lua error with Atlased Textures
  • Fix potential Lua error in "Talent Known" trigger

5.4.0

15 Mar 19:14
Compare
Choose a tag to compare

5.4.0 (2023-03-14)

Full Changelog

Highlights

  • Add Spec Position load option
  • Add warning for custom code auras with COMBAT_LOG_EVENT_UNFILTERED and no filter
  • Add a Count filter to some triggers
  • Add a new Delay option to some triggers
  • Item trigger: add %quality and %qualityTexture
  • BT2: Add a condition for "buffed" check for Group/Combine Matches/All
  • Aura trigger: use new API for retail
  • BT2: Add softenemy/friend support
  • Add support for AddonLocale
  • Cast trigger: add "Empowered Charged" overlay
  • Lots of smaller changes and fixes

Commits

BannZay (1):

  • register ARENA_OPPONENT_UPDATE event on wrath

Casey Raethke (1):

  • Add support for queued spell costs (#4331)

Hekili (1):

  • For talent selector, force tooltip not to override. Use original icon if overridden (i.e., Raze overrides Maul, Elemental Blast overrides Lava Burst).

InfusOnWoW (15):

  • Fade Animation: Add error handler to SetAlpha call
  • Fix regression caused by 7fd46bb
  • Progress Texture: Fix Texture Rotation property only allowing *10 values
  • Add arg1 to untrigger call for unit events
  • Fix AuraEnvironment not being deactived if the stacks functions errors
  • Cast: Fix lua error on casting not empowered channeled spells
  • Tweak AuraBars to hopefully work around mask funkyness
  • Global Conditions: Fix wrong state in some cases
  • Update: Fix edge case in Update code with anchoring to frames
  • BT2: Add a condition for "buffed" check for Group/Combine Matches/All
  • Templates: Work around Blizzard bug with Evoker empowered spells
  • SubModel: Call ClearAllPoints before setting them
  • Conditions: On trigger delete correctly modify conditions
  • Fix atlas textures if use full rotation is enabled for atlas textures (#4288)
  • Only show charged overlay if enabled in the trigger

Stanzilla (1):

  • Update config and contributing guide

Vardex (1):

  • Add support for AddonLocale (#4277)

dev-fatal (1):

  • Fixed pronouns in buff trigger language

emptyrivers (3):

  • fix ignored value checks
  • softenemy/friend support in BT2 (#4266)
  • add stagger stat

mrbuds (22):

  • Remove warning message in chat for CLEU without filter, and reword the warning slightly
  • Add Spec Position load option
  • Add warning for custom code auras with COMBAT_LOG_EVENT_UNFILTERED and no filter
  • Cleanup unused code in WeakAuras.CheckTalentSpellId
  • Remove unused arguments on Private.EndEvent
  • Fix Private.UpdateTalentInfo
  • Add newFeatureString
  • Add a Count filter to some triggers
  • Add a new Delay option to some triggers
  • Item Count trigger: rename quality to reagentQuality, and qualityTexture to reagentQualityTexture
  • Item Count trigger: restore conditions from before quality change
  • Item Count trigger: fix error when making new trigger
  • Item trigger: add %quality and %qualityTexture
  • Aura trigger: use new API for retail (#4244)
  • Fix IsClassic => IsClassicEra in Types.lua
  • rename Classic to ClassicEra
  • Purge handling of TBC
  • Models & SubModels: use model_fileId on wotlk
  • Model SubRegion: prevent bad model data to raise an Lua error
  • anchorFrameType sort options
  • Add Screen anchor
  • Cast trigger: add "Empowered Charged" overlay

5.3.7

25 Jan 00:56
6b648c0
Compare
Choose a tag to compare

5.3.7 (2023-01-24)

Full Changelog

Highlights

  • Data updates for 10.0.5
  • Bug fixes

Commits

Håkon Solbjørg (1):

  • chore(typo): Fix typo for example in enUS locale

InfusOnWoW (5):

  • Fix pending update/install section being layouted wrongly
  • Fix talent load options regression for some spells
  • Fix customTextUpdate not being run in some circumstances
  • Fix lua error on creating a new cast bar that wants to watch latency
  • BuffTrigger2: Mention idTip in tooltip

Stanzilla (1):

  • Update TOC for retail patch 10.0.5

mrbuds (2):

  • update dragonflight talents tree for 10.0.5.47660
  • pixel glow: do not show border when option is nil

5.3.6

19 Jan 18:02
7f37293
Compare
Choose a tag to compare

5.3.6 (2023-01-18)

Full Changelog

Highlights

  • Bug fixes

Commits

emptyrivers (1):

  • fix custom sort (#4252)

mrbuds (1):

  • Fix potential error when importing an aura

5.3.5

18 Jan 18:15
Compare
Choose a tag to compare

5.3.5 (2023-01-18)

Full Changelog

Highlights

  • Bug fixes

Commits

InfusOnWoW (20):

  • SubText: Move SubRegion:SetVisible to the end
  • Revert "Revert "Fix some regressions with text updates""
  • Revert "Fix a regression with text updates"
  • Remove old debug output
  • Fix some regressions with text updates
  • Weapon Enchant: Fix enchant trigger not parsing name correctly
  • Make C_Timer callbacks use the better error reporting
  • Fix typo in enUs.lua
  • Revert "Don't give WeakAurasDisplayButtons global names"
  • Texture: Add Rotate property for conditions
  • Talents: Rework checking for active talents
  • PlaySound on the master channel
  • Improve TimerTick/Frame system
  • Templates: Make Convoke the Spirits use the Exact Spell option
  • Templates: Brewmaster Add Purified Chi buff
  • Don't give WeakAurasDisplayButtons global names
  • Temporary Enchant Tooltip parsing: Require a unit after time
  • Options: Fix sounds being played from all auras on multi-selection set
  • Fix pet being included in Smart Group with "Include Pets" in a raid
  • SpinBox: Fix not being able to enter unchanged values

Stanzilla (6):

  • Fix a regression with text updates
  • Revert "Fix some regressions with text updates"
  • Update Wrath TOC for Patch 3.4.1
  • remove stray semicolons
  • Remove very old Masque workaround that should no longer be needed
  • Mark checkDoublePercent as optional in ContainsPlaceHolders

emptyrivers (6):

  • be more careful about removing subscribers (#4239)
  • unsubscribe text updates when text is not visible
  • add media custom option
  • adopt BAG_UPDATE_DELAYED
  • ignore small deltas on numbers
  • only run sort/grow when interesting state changes happen (#4205)

mrbuds (8):

  • Models: fix SetTransform API for wotlk ptr
  • Item triggers: restore disabled triggers for WOTLK PTR
  • Cast trigger: safeguard nil error on WeakAuras.UnitChannelInfo
  • Cast Trigger: fix channel not interrupting
  • Classic: remove "Instance Type" load option, fix Spec Role & Raid Role
  • add "Not Spell Known" load option
  • Power trigger: add Max Power filter
  • Health trigger: add Max Health filter

5.3.4

06 Jan 01:27
Compare
Choose a tag to compare

5.3.4 (2022-12-27)

Full Changelog

Highlights

  • Bug fixes

Commits

InfusOnWoW (6):

  • Progress Texture: Don't animate smoothly on show
  • Feral Templates: Fix missing/wrong buffs
  • Fix Dragonriding load option when transitioning from riding to taxi
  • Fix textreplacement for %% input
  • Prevent very old ZT trackers from breaking the options
  • Fix Spell Count difference tracking not being detected

emptyrivers (2):

  • bump widget version
  • reset font object on acquire

mrbuds (2):

  • Make WeakAuras.SpecRolePositionForUnit correctly return 3 values
  • Aurabar gradient: wotlk ptr switched to retail api, fixes #4148

nullKomplex (1):

  • Fix power cost of abilities that change with certain auras.

5.3.3

10 Dec 16:50
Compare
Choose a tag to compare

5.3.3 (2022-12-09)

Full Changelog

Highlights

  • bug fixes

Commits

InfusOnWoW (9):

  • Add Profession Slots to Item Triggers
  • AuraBar: Try again to fix some pixel issues for unaligned progress bars
  • Cast Trigger's Latency: Rework code
  • AuraBar: Fix alignment issues for background/foreground
  • Fix PvP Talents being unknown after pvp
  • Fix renaming breaking anchoring between auras
  • Fix anchorpoints for fgFrame
  • Make WeakAuras.newFeatureString available again
  • Make TSU Variables more resilent against lua errors