Skip to content

Releases: WeakAuras/WeakAuras2

2.12.0-beta5

16 Mar 23:26
Compare
Choose a tag to compare
2.12.0-beta5 Pre-release
Pre-release

2.12.0-beta5 (2019-03-17)

Full Changelog

Highlights

Remove debug print

Commits

Stanzilla (1):

  • remove debug print

2.12.0-beta4

16 Mar 23:22
Compare
Choose a tag to compare
2.12.0-beta4 Pre-release
Pre-release

2.12.0-beta4 (2019-02-24)

Full Changelog

Highlights

  • New mover buttons for auras
  • Dynamic Group Grid layout

Commits

InfusOnWoW (4):

  • Removing the "Hide: Custom" option from most triggers
  • BuffTrigger2: Fix UpdateMatchData not detecting changes in debuffClass
  • Revert "Make cooldown tracking work like in 2.11.3"
  • Add a bit of profiling around custom text update via "trigger update"

Stanzilla (1):

  • improve changelog generating script

emptyrivers (1):

  • Add Dynamic Group grid layout

mrbuds (6):

  • change position of movers when they get out of screen
  • add buttons for moving auras by 1 pixel (#1250)
  • template: fix icefury load condition
  • sanitize more input
  • use C_Texture.GetAtlasInfo instead of GetAtlasInfo GetAtlasInfo will be removed next expansion
  • sanitize more input #1244

2.12.0-beta3

10 Mar 16:21
Compare
Choose a tag to compare
2.12.0-beta3 Pre-release
Pre-release

2.12.0-beta3 (2019-03-10)

Full Changelog

Highlights

Reverted change that was intended for 8.1.5

Commits

InfusOnWoW (13):

  • Add more magic to TwoColumnSelectionBox
  • Add PLAYER_ENTERING_WORLD to isMounted check
  • Remove duplicated functions introduced in fa75abc
  • Don't use magic "/" in displayname, instead use a array
  • Fix UnitIsUnit check to check both units
  • Make Spell Charges use GetSpellCount in more cases
  • Make cooldown tracking work like in 2.11.3
  • Optimize Unit Change events for units that have no events
  • Reset the smooth progress value just before showing a progress bar
  • Fix models not showing up
  • Add a Selection ComboBox that can show a two depth hierarchy
  • Fix showing/enabling of various precions/custom text options
  • Icon: Make "Show Cooldown Text" toggle work with OmniCC

Nightwarden24 (4):

  • Fix PR #1237
  • Refactor class and race types; drop the "LibBabble-Race-3.0" library
  • Use global (Blizzard) strings instead of localized for some types
  • Register the "Fira Mono Medium" font for RU

Stanzilla (3):

  • stricter luacheck on the CI
  • fix botched revert
  • Revert Refactor class and race types; drop the "LibBabble-Race-3.0" library

emptyrivers (9):

  • set dynamic group selfPoint again (#1231)
  • move data.expanded to our collapsed data paradigm
  • Add arc length option
  • add limit option
  • don't reset option name and option key
  • set option max to the max, not the min
  • guard against nil (#1220)
  • Optimize and rewrite dynamic groups
  • Add PCRE2 to vscode settings

mrbuds (3):

  • Update bug_report.md
  • optimize and fix parenting issue on WeakAuras.DuplicateAura
  • Allow duplicate on groups (#1226)

2.12.0-beta2

10 Mar 15:03
Compare
Choose a tag to compare
2.12.0-beta2 Pre-release
Pre-release

2.12.0-beta2 (2019-03-04)

Full Changelog

Highlights

A few fixes to the new dynamic group code and general cleanups

Commits

InfusOnWoW (13):

  • Add more magic to TwoColumnSelectionBox
  • Add PLAYER_ENTERING_WORLD to isMounted check
  • Remove duplicated functions introduced in fa75abc
  • Don't use magic "/" in displayname, instead use a array
  • Fix UnitIsUnit check to check both units
  • Make Spell Charges use GetSpellCount in more cases
  • Make cooldown tracking work like in 2.11.3
  • Optimize Unit Change events for units that have no events
  • Reset the smooth progress value just before showing a progress bar
  • Fix models not showing up
  • Add a Selection ComboBox that can show a two depth hierarchy
  • Fix showing/enabling of various precions/custom text options
  • Icon: Make "Show Cooldown Text" toggle work with OmniCC

Nightwarden24 (4):

  • Fix PR #1237
  • Refactor class and race types; drop the "LibBabble-Race-3.0" library
  • Use global (Blizzard) strings instead of localized for some types
  • Register the "Fira Mono Medium" font for RU

emptyrivers (9):

  • set dynamic group selfPoint again (#1231)
  • move data.expanded to our collapsed data paradigm
  • Add arc length option
  • add limit option
  • don't reset option name and option key
  • set option max to the max, not the min
  • guard against nil (#1220)
  • Optimize and rewrite dynamic groups
  • Add PCRE2 to vscode settings

mrbuds (3):

  • Update bug_report.md
  • optimize and fix parenting issue on WeakAuras.DuplicateAura
  • Allow duplicate on groups (#1226)

2.12.0-beta1

04 Mar 20:58
Compare
Choose a tag to compare
2.12.0-beta1 Pre-release
Pre-release

2.12.0-beta1 (2019-03-04)

Full Changelog

Highlights

First beta of the Dynamic Groups rewrite

Commits

InfusOnWoW (10):

  • Don't use magic "/" in displayname, instead use a array
  • Fix UnitIsUnit check to check both units
  • Make Spell Charges use GetSpellCount in more cases
  • Make cooldown tracking work like in 2.11.3
  • Optimize Unit Change events for units that have no events
  • Reset the smooth progress value just before showing a progress bar
  • Fix models not showing up
  • Add a Selection ComboBox that can show a two depth hierarchy
  • Fix showing/enabling of various precions/custom text options
  • Icon: Make "Show Cooldown Text" toggle work with OmniCC

emptyrivers (8):

  • move data.expanded to our collapsed data paradigm
  • Add arc length option
  • add limit option
  • don't reset option name and option key
  • set option max to the max, not the min
  • guard against nil (#1220)
  • Optimize and rewrite dynamic groups
  • Add PCRE2 to vscode settings

2.11.6

26 Feb 18:40
Compare
Choose a tag to compare

2.11.6 (2019-02-26)

Full Changelog

Highlights

Fixed the remaining cooldown issues and introduced a new button that tells you which auras you still need to upgrade to BuffTrigger2

Commits

InfusOnWoW (6):

  • Fix Cooldown Ready trigger
  • Track spellIds for spells to detect changes in overriding
  • Set SetKeepModelOnHide for those models that are currently shown
  • Remove unused table
  • Fix procs resetting spell cooldowns
  • Fix performance problems due to cooldown tracking

mrbuds (8):

  • fix padWithLinebreaks (#1194)
  • add missing TODO: remove
  • fix tab selection
  • show trigger when click on icon
  • update BT2upgrade icon on ReloadTriggerOptions
  • reminder to remove code after legacy trigger is removed
  • add warning icon on auras with legacy aura trigger (#1053)
  • Cast trigger: fix name condition #1172

2.11.6-beta2

24 Feb 23:32
Compare
Choose a tag to compare
2.11.6-beta2 Pre-release
Pre-release

2.11.6-beta2 (2019-02-24)

Full Changelog

Highlights

More Cooldown Fixes

Commits

InfusOnWoW (6):

  • Fix Cooldown Ready trigger
  • Track spellIds for spells to detect changes in overriding
  • Set SetKeepModelOnHide for those models that are currently shown
  • Remove unused table
  • Fix procs resetting spell cooldowns
  • Fix performance problems due to cooldown tracking

mrbuds (1):

  • Cast trigger: fix name condition #1172

2.11.6-beta1

23 Feb 15:31
Compare
Choose a tag to compare
2.11.6-beta1 Pre-release
Pre-release

2.11.6-beta1 (2019-02-23)

Full Changelog

Highlights

Hopefully fix all the cooldown bugs

Commits

InfusOnWoW (5):

  • Track spellIds for spells to detect changes in overriding
  • Set SetKeepModelOnHide for those models that are currently shown
  • Remove unused table
  • Fix procs resetting spell cooldowns
  • Fix performance problems due to cooldown tracking

2.11.5

21 Feb 01:16
Compare
Choose a tag to compare

2.11.5 (2019-02-20)

Full Changelog

Highlights

Told all cooldowns to cool down a bit and behave like before.

Commits

InfusOnWoW (1):

  • Fix regression in Spell cooldown tracking

2.11.4

19 Feb 16:07
Compare
Choose a tag to compare

2.11.4 (2019-02-17)

Full Changelog

Highlights

Rewritten Spell Cooldown tracking and bug fixes!

Commits

InfusOnWoW (12):

  • AuraBar: Add a SetIcon method whether Icon is enabled or not
  • Fix regressions in Cooldown tracking
  • Fix Texts width Fixed Width in Dynamic Groups
  • Fix Spell Charges being overwritten by GetSpellCount
  • Rewrite Spell Cooldown Tracking
  • Add a way to add collapsed options to triggers
  • Reorder Cooldown Progress Options
  • Fix Cooldown + Charges Spells switch from CD to charge CD
  • Try fixing the Item Equipment Slot Cooldown Tracking initial state
  • BuffTrigger2: Fix Multi Target clearing too much data
  • Fix collapse setting on multi selection
  • Wrap more functions in xpcall

emptyrivers (3):

  • Fix userValue generation
  • fix user mode value retrieval
  • enforce that max >= min

mrbuds (5):

  • Merge pull request #1173 from mrbuds/smallfix2
  • Templates: add overlayGlow for Lava Burst
  • Fix cast trigger not untriggering correctly Fix UNIT_TARGET event registered when not needed
  • add current tier zoneId and zoneGroupId list in tooltips #1151
  • Templates: sham elem buffs update #1153 (#1154)