Skip to content

Releases: WeakAuras/WeakAuras2

5.15.2

24 Jul 05:26
5.15.2
Compare
Choose a tag to compare

5.15.2 (2024-07-23)

Full Changelog

Highlights

Commits

emptyrivers (1):

  • fix LoC option

5.15.1

24 Jul 00:41
Compare
Choose a tag to compare

5.15.1 (2024-07-21)

Full Changelog

Highlights

  • Rewrite PVP Talent Load/Trigger to use SpellIds, this is a breaking change and means you have to reconfigure your auras if you used these.
  • Enable direct communication via whispers for cross realms and connected realms
  • Text editor improvements

Commits

Boneshock (3):

InfusOnWoW (3):

  • Rewrite PVP Talent Load/Trigger to use SpellIds
  • Text RegionType: Fix size calculation on scaled regions
  • Update Atlas File List from wago.tools

Stanzilla (1):

  • Update WeakAurasModelPaths from wago.tools

emptyrivers (1):

  • add more mixins to exec_env

mrbuds (4):

  • Enable direct comm through WHISPER channel for cross realms and connected realms (#5218)
  • Chat Message trigger: support communities
  • Ensure C_Spell.IsUsableSpell arg1 is not nil
  • Text editor: add ctrl z, ctrl y

5.15.0

09 Jul 23:48
56ed6a3
Compare
Choose a tag to compare

5.15.0 (2024-07-09)

Full Changelog

Highlights

  • Add support for CustomNames addon
  • Add auto complete and text replacement widgets for code editors
  • UI Improvements
  • TWW updates

Commits

Dsune0 (2):

  • Hide Resize button when minimized
  • Change Profiling frame resize/toggle behaviour

InfusOnWoW (10):

  • Add missing Instances Types: Delves, Story Raid, Quest Party(?)
  • TWW+Model SubElement: Replace "Clips by Progress" by "Anchor to FG"
  • Progress Source: Only use additinalProgress (aka overlays) in auto mode
  • Add Dynamic Text Codes window
  • TWW: Workaround ColorMixin not being found in custom code
  • Fix Item Cooldown trigger if GetItemCooldown returns a nil duration
  • TWW: Fix WeakAuras.CheckTalentForUnit
  • Snippets: Prevent stack overflows on TWW on e.g. renaming
  • Fix regression in icon determination for the options
  • TWW: Fix WeakAuras.CheckTalentForUnit to be compatible with TWW

Stanzilla (3):

  • Update TOC for Vanilla Patch 1.15.3
  • Update WeakAurasModelPaths from wago.tools
  • Update WeakAurasModelPaths from wago.tools

dependabot[bot] (2):

  • Bump cbrgm/mastodon-github-action from 2.1.4 to 2.1.5
  • Bump cbrgm/mastodon-github-action from 2.1.3 to 2.1.4

mrbuds (14):

  • Fix spellcache for cataclysm
  • Fix Update frame error
  • Re-add CallbackHandler-1.0 required by AceCom
  • Fix error when opening doing an aura update
  • Dont't construct unnecessary frames when opening /wa
  • Remove non-unified BigWigs & DBM triggers for TWW
  • Item Slot triggers: add Relic slot for Cataclysm
  • Lib cleanup & move to WeakAurasOptions/Libs
  • Enable LibAPIAutoComplete for TextEditor and Events
  • Add support for LibCustomNames
  • Remove AceEvent-3.0
  • watchUnitChange optimisation
  • watchUnitChange check for new arena units
  • fix frame_monitor_callback error

5.14.1

23 Jun 18:28
Compare
Choose a tag to compare

5.14.1 (2024-06-22)

Full Changelog

Highlights

  • Fixes an issue with Cooldowns introduced in the last release

Commits

InfusOnWoW (2):

  • Fix Spell Cooldowns override tracking
  • Load Race: Add Earthern to list

mrbuds (6):

  • Fix "Cooldown Ready (Equipment Slot)" trigger
  • fix tracking of "targettarget" fixes #5176
  • Export debug table: sort the tables
  • Texture Picker: add LSM statusbar textures
  • Glow sub element: support texture & progresstexture
  • Fix min/max progress with old auras

5.14.0

20 Jun 15:49
81e4086
Compare
Choose a tag to compare

5.14.0 (2024-06-20)

Full Changelog

Highlights

  • Performance improvements
  • Better support for TWW and Cata features
  • New "Search API" side panel for custom code
  • Add PT Sans Narrow Regular/Bold as a font choice
  • Profiling feature improvements

Commits

Boneshock (1):

  • Reputation trigger fixes (#5122)

InfusOnWoW (19):

  • Combo Ponts Trigger: Add COMBO_TARGET_CHANGED for Cataclysm
  • Fix MaxProgress/MinProgress Conditions deactivation
  • Power trigger: Align Soul Shard display with base UI
  • Fix frame_monitor_callback to use UnitIsUnit instead of string checks
  • Readd name/stacks condition accidentally removed in 42830b4
  • Fix flavor warning for The War Within
  • Fix lua error introduced inc 912246ee
  • Trigger Build
  • Default atlas-update/modelpaths-update to not run on forks
  • Fix Hero Talent load option to be its own conjuctionGroup
  • Prototypes.lua Remove most nameFunc/iconFunc/stacksFunc/durationFunc
  • Spell Cooldown Tracking: Slight rework for overriding spells
  • Add PT Sans Narrow Regular/Bold
  • Update Atlas File List from wago.tools
  • Add WeakAuras.CheckTalentForUnit based on LibSpecialization
  • Options: Fix Shift+Click not selecting clipped buttons
  • Fix Blessing of Summer Talent load option
  • Fetching statusbar_atlas shouldn't fall back to any defaults
  • Update Atlas File List from wago.tools

Stanzilla (3):

  • Update WeakAurasModelPaths from wago.tools
  • Update WeakAurasModelPaths from wago.tools
  • Update WeakAurasModelPaths from wago.tools

dependabot[bot] (1):

  • Bump cbrgm/mastodon-github-action from 2.1.2 to 2.1.3

emptyrivers (5):

  • remove silly whitespace
  • hide dynFrame if combat starts with living threads
  • fix a missed line in stringbuild change
  • add BreakUpLargeNumbers format option
  • use table.concat to build various function strings

mrbuds (27):

  • TextEditor: add "Search API" side panel (#5170)
  • use WA_COMBO_TARGET_CHANGED
  • Power Trigger: fix stagger & combo
  • fix error on hero talent
  • string concatenation optimization for some triggers init
  • Talent Known trigger: add Hero Talent option
  • Aura trigger: fix role & roleIcon on cataclysm
  • Workaround incorrect wrapper for GetSpellCooldown function from deprecated addon
  • better fix for GetSpellTexture compatibility
  • Spell Cooldown triggers: fix paused spells on TWW
  • Don't load WeakAuras when !!WWAddOnsFix is loaded
  • Power Trigger spell cost overlay nil error fix
  • Fix GetSpellPowerCost on TWW
  • Workaround more functions move to C_* namespace on TWW
  • watchUnitChange exited before stopping system profile
  • Allow register some internal events without specify an ID
  • Allow register some internal events with multiple IDs at once
  • Enable Alternate Power trigger on cataclysm
  • TWW compatibility for loadInternalEventFunc
  • Remove legacy GetCurrencyInfo code for Cataclysm (#5108)
  • WeakAuras.WatchUnitChange & UnitIsUnit (#5029)
  • Profiling window: increase spike & time column width, and make the window resizable
  • Profiling: Improve systems categorization
  • Check UNIT_INVENTORY_CHANGED only for player
  • typo fix
  • Remove unused tables
  • Optimization for running trigger function less often for following triggers:

5.13.2

30 May 21:38
Compare
Choose a tag to compare

5.13.2 (2024-05-29)

Full Changelog

Highlights

  • Initial support for TWW
  • More Cata fixes and API streamlining
  • Bug fixes

Commits

InfusOnWoW (2):

  • Update Atlas File List from wago.tools
  • Update Atlas File List from wago.tools

Stanzilla (4):

  • Update TOC for The War Within
  • Update WeakAurasModelPaths from wago.tools
  • Update WeakAurasModelPaths from wago.tools
  • Update WeakAurasModelPaths from wago.tools

dependabot[bot] (3):

  • Bump cbrgm/mastodon-github-action from 2.1.1 to 2.1.2
  • --- updated-dependencies: - dependency-name: cbrgm/mastodon-github-action dependency-type: direct:production update-type: version-update:semver-patch ...
  • Bump cbrgm/mastodon-github-action from 2.0.6 to 2.1.0

emptyrivers (3):

  • add build date to pr comment & edit isntead of recreate
  • be more careful about keeping nameSource accurate
  • explicitly checkout head ref

mrbuds (18):

  • Update retail/tww toc files for packager
  • Add texture conditions for Texture and AuraBar regions
  • move Compatibility.lua functions to Private.ExecEnv
  • GetItemSetInfo moved to C_Item.GetItemSetInfo
  • Toc handle both 10.2.7 & 11.0.0
  • Hero Talent load option
  • GetMouseFocus is deprecated for GetMouseFoci
  • move blizzard flipbooks to Types_Retail.lua and shorten declarations
  • add some dragonflying flipbook
  • remove outdated name fix in CorrectSpellName
  • fix talent related errors
  • C_Reputation changes
  • use C_Spell.GetSpellInfo
  • use C_Spell.GetSpellCooldown
  • LibSpecialization support on Cataclysm
  • Chat Message trigger: leader events were not added if a chatType was selected fixes #5088
  • Fix item slot for thrown weapon on cataclysm, fixes #5077
  • Purge wrath classic

5.13.1

08 May 23:17
Compare
Choose a tag to compare

5.13.1 (2024-05-08)

Full Changelog

Highlights

  • Fix for anchor issue

Commits

emptyrivers (1):

  • always ReAnchor() if isRestricted, not just if numVisible > 0

5.13.0

08 May 05:04
Compare
Choose a tag to compare

5.13.0 (2024-05-07)

Full Changelog

Highlights

  • Updates for Retail and Cataclysm patches
  • Add support for Atlas textures in AuraBars

Commits

Boneshock (5):

  • add options for sound fadeout
  • Fix instance type options are empty on cata classic
  • Enable clickthrough with 'tooltip on mouseover'
  • Rename cleu message prefix and suffix
  • Add headers to categorize filters in large triggers (#5027)

InfusOnWoW (1):

  • Update Atlas File List from wago.tools

Stanzilla (5):

  • Update TOC for Retail Patch 10.2.7
  • Few more spelling and type fixes
  • Fix typo
  • Update WeakAurasModelPaths from wago.tools
  • Update bug_report.yml

emptyrivers (3):

  • ensure we always compute the correct rect for a dynamic group (#5034)
  • only upload & advertise build artifact if triggering actor has a write bit
  • advertise a link to an experimental build, if one exists (#5037)

mrbuds (8):

  • Cataclysm Templates
  • Fix Premade Auras option not shown
  • For spell input fields with noValidation (used for "Name(s)" fields) show name from GetSpellInfo when value is a number, fixes #5058
  • Add missing global in luacheckrc
  • AuraBar: add some alias textures, and option to use texture picker
  • Weapon Enchant trigger: fetch data for ranged slot only on Cataclysm
  • Weapon Enchant trigger: support ranged weapon on Cataclysm, fixes #5043
  • Prepare for the removal of deprecated functions

5.12.9

01 May 00:56
Compare
Choose a tag to compare

5.12.9 (2024-04-29)

Full Changelog

Highlights

  • Added "Parent Frame" as option to "Glow Frame Type"
  • Cataclysm bug fixes

Commits

Boneshock (1):

  • add Location trigger (#4917)

InfusOnWoW (8):

  • Update Atlas File List from wago.tools
  • Fix tracking specific charges being affeced by paused evoker spells
  • Weapon Enchant Trigger: Fix trigger stack check and missing condition
  • Add missing order increment
  • Fix AddFakeInformation for TSU auras to not overwrite progressType
  • Shape shift Trigger: Add note for incompatibility with SoD's Gladiator rune
  • Remove dead code
  • Update Atlas File List from wago.tools

Lynn (1):

  • Added "Parent Frame" as option to "Glow Frame Type" (#5025)

Stanzilla (4):

  • Update WeakAurasModelPaths from wago.tools
  • Update WeakAurasModelPaths from wago.tools
  • Update WeakAurasModelPaths from wago.tools
  • Mark model paths script as executeable

emptyrivers (1):

  • only use whisper comms if target is on the actually same server (#5019)

mrbuds (5):

  • Cataclysm: add class & spec load option
  • FontString:SetJustifyV error with "CENTER" on cataclysm beta
  • Types (#5013)
  • Cataclysm: remove "Resilience" from "Character Stats" trigger
  • Classic: fix talent not checked on changing talent group

5.12.8

10 Apr 15:56
Compare
Choose a tag to compare

5.12.8 (2024-04-09)

Full Changelog

Highlights

  • More Cataclysm updates
  • Bug fixes

Commits

InfusOnWoW (4):

  • Adjust atlas_update.lua for Private type declaration changes
  • update-atlas-files.sh: Add +x mode back
  • Options Window: Shift Selection don't select hidden buttons
  • Conditions: Fix tick_placement property not being reversible

Stanzilla (2):

  • Refactor of ModelPaths update script (#4990)
  • Type and comment updates

dependabot[bot] (3):

  • Bump tsickert/discord-webhook from 5.5.0 to 6.0.0
  • Bump cbrgm/mastodon-github-action from 2.0.5 to 2.0.6
  • Bump Stanzilla/cat from 2.0.1 to 2.0.2

emptyrivers (3):

  • improve AddMany data flow
  • fix some more type annotations
  • LuaLS but it actually works now (#4982)

mrbuds (4):

  • Cataclysm: use EncounterJournal for encounter ids and zone ids
  • Add Sunken Temple encounterIds
  • Fix nil error in migration 73
  • add some types (#4995)