WeakAuras2

World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.

GPL-2.0 License

Stars
1.1K

Bot releases are hidden (Show)

WeakAuras2 - 2.13.1

Published by Stanzilla over 5 years ago

2.13.1 (2019-06-25)

Full Changelog

Highlights

Swallow PlaySound file errors

Commits

emptyrivers (2):

  • also guard against errors when setting a sound in conditions
  • wrap PlaySound and friends in pcall
WeakAuras2 - 2.13.0

Published by Stanzilla over 5 years ago

2.13.0 (2019-06-25)

Full Changelog

Highlights

Tons of fixes and option groups for author options

Commits

InfusOnWoW (17):

  • Fix dynamic group animate expand/collapse
  • With Group selection, prevent deleting the last trigger
  • Fix Conditions robustness with invalid checks
  • Fix nil error for Spell Known Trigger
  • Make PRD attachment 8.2 compatible
  • Fix circular animate and expand
  • On converting a aura inform the parent group
  • Fix issue with aura_env being nil if child envs need to be created
  • MoverResizer: ClearAllPoints before SetAllPoints
  • Fix attached to PRD auras
  • Add a description to Player Effective Level
  • Make Auras attached to nameplates work inside Dynamic groups
  • Fix autoHide if a state is overwritten with the same expirationTime
  • Fix Progress Bars size calculation in SetValue
  • Introduce player effective level load option
  • Fix Models that should show on login
  • Fix inserting > 32bit values into the name field

Stanzilla (7):

  • Update TOC for Patch 8.2.0
  • style profiling window a bit
  • code style tweaks
  • add a close button to the profiling popup
  • Use a simple Show/Hide for the ItemRefTooltip (#1395)
  • Fix a typo
  • fix a typo

emptyrivers (5):

  • expose dynamic group helper functions (#1407)
  • delete the currently selected entry
  • use the dereferenced index in references
  • clear parent env when a child is edited or deleted
  • Add custom option groups

mrbuds (6):

  • fix validate property for event_prototypes
  • Templates: add retribution buff
  • add debuffClassIcon state to BuffTrigger2
  • add _ABSORBED subevent suffix
  • fix GTFO trigger events
  • Change default glow pixel thickness to 1
WeakAuras2 - 2.13.0-beta4

Published by Stanzilla over 5 years ago

2.13.0-beta4 (2019-06-22)

Full Changelog

Highlights

Bug fixes

Commits

InfusOnWoW (4):

  • Fix dynamic group animate expand/collapse
  • With Group selection, prevent deleting the last trigger
  • Fix Conditions robustness with invalid checks
  • Fix nil error for Spell Known Trigger

emptyrivers (1):

  • expose dynamic group helper functions (#1407)

mrbuds (4):

  • fix validate property for event_prototypes
  • Templates: add retribution buff
  • add debuffClassIcon state to BuffTrigger2
  • add _ABSORBED subevent suffix
WeakAuras2 - 2.13.0-beta3

Published by Stanzilla over 5 years ago

2.13.0-beta3 (2019-06-15)

Full Changelog

Highlights

Bugfixes

Commits

InfusOnWoW (6):

  • Make PRD attachment 8.2 compatible
  • Fix circular animate and expand
  • On converting a aura inform the parent group
  • Fix issue with aura_env being nil if child envs need to be created
  • MoverResizer: ClearAllPoints before SetAllPoints
  • Fix attached to PRD auras

Stanzilla (1):

  • Use a simple Show/Hide for the ItemRefTooltip (#1395)

emptyrivers (1):

  • delete the currently selected entry
WeakAuras2 - 2.13.0-beta2

Published by Stanzilla over 5 years ago

2.13.0-beta2 (2019-06-11)

Full Changelog

Highlights

Bug fixes

Commits

Stanzilla (1):

  • Fix a typo

emptyrivers (2):

  • use the dereferenced index in references
  • clear parent env when a child is edited or deleted
WeakAuras2 - 2.13.0-beta1

Published by Stanzilla over 5 years ago

2.13.0-beta1 (2019-06-09)

Full Changelog

Highlights

  • New feature: Custom option groups

Commits

InfusOnWoW (7):

  • Add a description to Player Effective Level
  • Make Auras attached to nameplates work inside Dynamic groups
  • Fix autoHide if a state is overwritten with the same expirationTime
  • Fix Progress Bars size calculation in SetValue
  • Introduce player effective level load option
  • Fix Models that should show on login
  • Fix inserting > 32bit values into the name field

Stanzilla (1):

  • fix a typo

emptyrivers (1):

  • Add custom option groups

mrbuds (2):

  • fix GTFO trigger events
  • Change default glow pixel thickness to 1
WeakAuras2 - 2.12.4.2

Published by Stanzilla over 5 years ago

2.12.4.2 (2019-06-09)

Full Changelog

Highlights

Bugfixes

Commits

InfusOnWoW (7):

  • Add a description to Player Effective Level
  • Make Auras attached to nameplates work inside Dynamic groups
  • Fix autoHide if a state is overwritten with the same expirationTime
  • Fix Progress Bars size calculation in SetValue
  • Introduce player effective level load option
  • Fix Models that should show on login
  • Fix inserting > 32bit values into the name field
WeakAuras2 - 2.12.4.1

Published by Stanzilla over 5 years ago

2.12.4.1 (2019-06-04)

Full Changelog

Highlights

  • Fix nil comparison error with spellCount

Commits

mrbuds (1):

  • Action Usable trigger: Fix nil comparison error with spellCount (#1375)
WeakAuras2 - 2.12.4

Published by Stanzilla over 5 years ago

2.12.4 (2019-06-01)

Full Changelog

Highlights

  • IMPORTANT: This release prepares your data for patch 8.2, see our blog post for more info
  • Rewritten DBM and BigWigs triggers
  • Massively sped up unit event handling (see our blog post for more) for better performance
  • Improving user experience by adding tooltips to more of our buttons and making option header titles clickable
  • The usual round of bug fixes

Commits

InfusOnWoW (14):

  • Item Slot Cooldown Progress: Use our own cooldown tracking for durationFunc
  • Cast: Make the Spell Id option show the spell id
  • Fix error if a state has less overlays than colors
  • Make whole header of display/group expandable
  • Make Conditions/Author Options headers clickable
  • Add a tooltips to all icons I could find
  • CLEU: Add NPC ids
  • Add new feature strings to all Glows conditions
  • Fix Spell Known trigger if the spell is unknown on login
  • BuffTrigger 2: Be consistent about the expirationTime of non buffed
  • Cooldown Progress/Action Usable: Change how spell count is used
  • Fix getAll/sameAll to special case toggle getters
  • Load Make player name and realm tristate
  • Chat: Add a dest name option

Paojy (1):

  • Fix Custom Sort For Dynamic Groups (#1333)

Stanzilla (4):

  • Create FUNDING.yml
  • bash is hard, yo
  • drop the travis deploy feature again, it's just not worth the extra trouble and broke more than it fixed
  • let WoWI keep older versions

emptyrivers (2):

  • use sane values for y offset parameters
  • don't bother positioning children if there are none active (#1351)

mrbuds (23):

  • WeakAuras.CountWagoUpdates: don't count skipped versions
  • fix DBM and BW Timers message filter
  • fix nil error while inserting in prototype.subevents
  • support CLEU with subevent filtering by generic triggers
  • fix AddUnitChangeEvents for "pet"
  • Filter generic & custom triggers with CLEU and UNIT_* events before xpcall(data.triggerFunc, ...) (#1325)
  • force enable WeakAurasCompanion
  • fix "Cast" trigger caster's target events
  • add tooltip for BigWigs's Emphasized & Cast bar
  • show "desc" tooltip for toggle and tristate
  • re-add DBM Id renamed as "Timer Id" in the ui
  • remove string conversion for bar.count
  • reorder dbm trigger options
  • Renamed "Debuff" to "Targeted"
  • tooltip for "count" and reorder BW options
  • add "count" for DBM and BW add cast to check if a timer is a cast bar for BW
  • renamed colorId to dbmType added dbmColor in state for custom code
  • add BigWigs to .luacheckrc
  • reworked DBM and BigWigs triggers
  • fix WeakAuras.CountWagoUpdates (#1334)
  • Fix and migration of textures & models for 8.2 API changes (#1293)
  • Eternal Palace encounter ids (#1327)
  • New glow options for icons (#1311)
WeakAuras2 - 2.12.4-beta5

Published by Stanzilla over 5 years ago

2.12.4-beta5 (2019-05-31)

Full Changelog

Highlights

  • Bugfixes!

Commits

InfusOnWoW (6):

  • Item Slot Cooldown Progress: Use our own cooldown tracking for durationFunc
  • Cast: Make the Spell Id option show the spell id
  • Fix error if a state has less overlays than colors
  • Make whole header of display/group expandable
  • Make Conditions/Author Options headers clickable
  • Add a tooltips to all icons I could find

Stanzilla (1):

  • Create FUNDING.yml

emptyrivers (1):

  • use sane values for y offset parameters

mrbuds (1):

  • fix DBM and BW Timers message filter
WeakAuras2 - 2.12.4-beta4

Published by Stanzilla over 5 years ago

2.12.4-beta4 (2019-05-23)

Full Changelog

Highlights

  • Bugfix!

Commits

mrbuds (3):

  • fix nil error while inserting in prototype.subevents
  • support CLEU with subevent filtering by generic triggers
  • fix AddUnitChangeEvents for "pet"
WeakAuras2 - 2.12.4-beta3

Published by Stanzilla over 5 years ago

2.12.4-beta3 (2019-05-21)

Full Changelog

Highlights

  • CLEU filtering improvements and additions

Commits

emptyrivers (1):

  • don't bother positioning children if there are none active (#1351)

mrbuds (3):

  • Filter generic & custom triggers with CLEU and UNIT_* events before xpcall(data.triggerFunc, ...) (#1325)
  • force enable WeakAurasCompanion
  • fix "Cast" trigger caster's target events
WeakAuras2 - 2.12.4-beta2

Published by Stanzilla over 5 years ago

2.12.4-beta2 (2019-05-13)

Full Changelog

Highlights

  • Reworked DBM and BigWigs triggers
  • Tons of fixes

Commits

InfusOnWoW (8):

  • CLEU: Add NPC ids
  • Add new feature strings to all Glows conditions
  • Fix Spell Known trigger if the spell is unknown on login
  • BuffTrigger 2: Be consistent about the expirationTime of non buffed
  • Cooldown Progress/Action Usable: Change how spell count is used
  • Fix getAll/sameAll to special case toggle getters
  • Load Make player name and realm tristate
  • Chat: Add a dest name option

Paojy (1):

  • Fix Custom Sort For Dynamic Groups (#1333)

Stanzilla (3):

  • bash is hard, yo
  • drop the travis deploy feature again, it's just not worth the extra trouble and broke more than it fixed
  • let WoWI keep older versions

mrbuds (12):

  • add tooltip for BigWigs's Emphasized & Cast bar
  • show "desc" tooltip for toggle and tristate
  • re-add DBM Id renamed as "Timer Id" in the ui
  • remove string conversion for bar.count
  • reorder dbm trigger options
  • Renamed "Debuff" to "Targeted"
  • tooltip for "count" and reorder BW options
  • add "count" for DBM and BW add cast to check if a timer is a cast bar for BW
  • renamed colorId to dbmType added dbmColor in state for custom code
  • add BigWigs to .luacheckrc
  • reworked DBM and BigWigs triggers
  • fix WeakAuras.CountWagoUpdates (#1334)
WeakAuras2 - 2.12.4-beta1

Published by Stanzilla over 5 years ago

2.12.4-beta1 (2019-05-09)

Full Changelog

Highlights

  • First updates for patch 8.2.0, you will need to login once on 8.1.5 with this version before you copy your SavedVariables over to 8.2.0
  • Tons of new options for icon glows

Commits

mrbuds (3):

  • Fix and migration of textures & models for 8.2 API changes (#1293)
  • Eternal Palace encounter ids (#1327)
  • New glow options for icons (#1311)
WeakAuras2 - 2.12.3

Published by Stanzilla over 5 years ago

2.12.3 (2019-05-02)

Full Changelog

Highlights

  • Bug fix for a case where for some people the options would not open

Commits

InfusOnWoW (1):

  • Fix nil error if spell name is empty
WeakAuras2 - 2.12.2

Published by Stanzilla over 5 years ago

2.12.2 (2019-05-01)

Full Changelog

Highlights

Bug fixes

Commits

Stanzilla (1):

  • try to fix travis deploy stage
WeakAuras2 - 2.12.0

Published by Stanzilla over 5 years ago

2.12.0 (2019-04-26)

Full Changelog

Highlights

  • Aura Snapping: A new feature to help you move around and anchor your auras on your screen. Read more about it in this blog post.
  • Dynamic Groups Rewrite: Dynamic Groups have been rewritten from the ground up for better performance and new features. Read more about it in this blog post.
  • You can now duplicate whole groups!
  • Buff tracking now allows you to select multiple debuff classes!
  • The usual round of bug fixes and improvements!

Commits

InfusOnWoW (23):

  • Fix tooltip frame not having a parent and thus eating mouse events (#1287)
  • BuffTrigger2: Add code to recheck auras on PLAYER_ENTERING_WORLD (#1280)
  • fix error on data.progressPrecision = -0 (#1277)
  • Fix stupid errors
  • BuffTrigger2: Fix GUID
  • Wrap Anchoring in pcall and show a somewhat descriptive error message
  • 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"
  • Add more magic to TwoColumnSelectionBox
  • Add PLAYER_ENTERING_WORLD to isMounted check
  • Remove duplicated functions introduced in fa75abcc
  • 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 (5):

  • Refactor class and race types; drop the "LibBabble-Race-3.0" library
  • 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 (8):

  • sort .luacheckrc entries a-z
  • move remaining inline luacheck globals to the rc file
  • add discord notifications for when builds fail
  • remove debug print
  • improve changelog generating script
  • stricter luacheck on the CI
  • fix botched revert
  • Revert Refactor class and race types; drop the "LibBabble-Race-3.0" library

emptyrivers (18):

  • add new feature indicator
  • remove unnecessary AnchorFrame call. (#1300)
  • Custom Grow & Sort (#1272)
  • collect errors from login thread (#1286)
  • regenerate option name and key if necessary (#1281)
  • add new feature indicator
  • tweak thumbnail code AGAIN
  • remove duplicated fields in table constructors
  • Add Dynamic Group grid layout
  • 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 (23):

  • fix Cast trigger with inverse = true not showing correctly after loggin
  • Template: fix victory rush
  • Template: add buff = true for Arcane Power
  • Crucible of Storms encounter ids (#1289)
  • Fix tooltip frame not having a parent for AuraBar (#1288)
  • check icon visibility for tooltip (fix #1283) (#1284)
  • fix auras with strata=TOOLTIP highjacking cursor's clicks (#1270)
  • BuffTrigger2: multiselect for buffclass (#1266)
  • don't require a reloadui for updating uiscale
  • Clear region scripts on hiding options and disable mouse (#1264)
  • Add alignment snapping for auras and groups (#1254)
  • BT2: add matchCountPerUnit text and condition
  • BT2: add debuffClass condition
  • BigWigs trigger: fix error when checking remainingTime
  • 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
  • Update bug_report.md
  • optimize and fix parenting issue on WeakAuras.DuplicateAura
  • Allow duplicate on groups (#1226)
WeakAuras2 - 2.12.0-beta7

Published by Stanzilla over 5 years ago

2.12.0-beta7 (2019-04-22)

Full Changelog

Highlights

  • Dynamic Groups now have a custom sort option
  • Tons of fixes and small additions
  • Last beta before release!

Commits

InfusOnWoW (3):

  • Fix tooltip frame not having a parent and thus eating mouse events (#1287)
  • BuffTrigger2: Add code to recheck auras on PLAYER_ENTERING_WORLD (#1280)
  • fix error on data.progressPrecision = -0 (#1277)

Nightwarden24 (1):

  • Refactor class and race types; drop the "LibBabble-Race-3.0" library

Stanzilla (3):

  • sort .luacheckrc entries a-z
  • move remaining inline luacheck globals to the rc file
  • add discord notifications for when builds fail

emptyrivers (3):

  • Custom Grow & Sort (#1272)
  • collect errors from login thread (#1286)
  • regenerate option name and key if necessary (#1281)

mrbuds (9):

  • fix Cast trigger with inverse = true not showing correctly after loggin
  • Template: fix victory rush
  • Template: add buff = true for Arcane Power
  • Crucible of Storms encounter ids (#1289)
  • Fix tooltip frame not having a parent for AuraBar (#1288)
  • check icon visibility for tooltip (fix #1283) (#1284)
  • fix auras with strata=TOOLTIP highjacking cursor's clicks (#1270)
  • BuffTrigger2: multiselect for buffclass (#1266)
  • don't require a reloadui for updating uiscale
WeakAuras2 - 2.12.0-beta6

Published by Stanzilla over 5 years ago

2.12.0-beta6 (2019-03-24)

Full Changelog

Highlights

  • Positioning auras now as easy as snapping your fingers, see Patreon for details!
  • Bug fixes!

Commits

InfusOnWoW (3):

  • Fix stupid errors
  • BuffTrigger2: Fix GUID
  • Wrap Anchoring in pcall and show a somewhat descriptive error message

emptyrivers (3):

  • add new feature indicator
  • tweak thumbnail code AGAIN
  • remove duplicated fields in table constructors

mrbuds (5):

  • Clear region scripts on hiding options and disable mouse (#1264)
  • Add alignment snapping for auras and groups (#1254)
  • BT2: add matchCountPerUnit text and condition
  • BT2: add debuffClass condition
  • BigWigs trigger: fix error when checking remainingTime
WeakAuras2 - 2.12.0-beta5

Published by Stanzilla over 5 years ago

2.12.0-beta5 (2019-03-17)

Full Changelog

Highlights

Remove debug print

Commits

Stanzilla (1):

  • remove debug print