Skip to content

Releases: AdiAddons/AdiButtonAuras

11.0.4

31 Oct 15:59
11.0.4
d437a87

Choose a tag to compare

AdiButtonAuras

11.0.4 (2025-10-31)

Full Changelog Previous Releases

  • build: set toc for patch 11.2.5

11.0.3

31 Oct 15:57
11.0.3
f303acc

Choose a tag to compare

AdiButtonAuras

11.0.3 (2025-10-31)

Full Changelog Previous Releases

  • build: update actions in github workflows
  • fix: apply filters on auras full update too
  • fix: account for missing auras without duration
    Fixes #400

11.0.2

16 Aug 22:35
11.0.2
c0ced1d

Choose a tag to compare

AdiButtonAuras

11.0.2 (2025-08-16)

Full Changelog Previous Releases

  • build: set toc for patch 11.2
  • fix: fix Dominos support
    Fixes #433
  • test: migrate from luaunit to busted

11.0.1

14 Aug 18:43
11.0.1
6c419d9

Choose a tag to compare

AdiButtonAuras

11.0.1 (2024-08-14)

Full Changelog Previous Releases

  • refactor: fix linter warning
  • fix: update for patch 11.0.2
  • feat(rules): add totems, weapon enchants, and temporary pets
  • feat(dsl): add rules for totems, teporary pets, and temporary weapon enchants
  • feat(rules): add class power abilities
  • fix: fix debug tooltip spell info
    id might be link or name as well.

11.0.0

24 Jul 10:08
11.0.0
061b8cd

Choose a tag to compare

AdiButtonAuras

11.0.0 (2024-07-24)

Full Changelog Previous Releases

  • fix: update for The War Within
  • refactor: clean up class rules

10.0.6

26 Jan 20:13
10.0.6
7f00f86

Choose a tag to compare

AdiButtonAuras

10.0.6 (2024-01-26)

Full Changelog Previous Releases

  • build: set interface for patch 10.2.5
  • fix: update dominos action button registration
    Fixes #424

10.0.5

12 Nov 22:47
10.0.5
4247124

Choose a tag to compare

AdiButtonAuras

10.0.5 (2023-11-12)

Full Changelog Previous Releases

  • fix(overlays): resolve macros
    Blizzard has changed GetActionInfo for macros.
    It now returns the spell id for spells and some random id for items.
    We try to get the macro by name, which might collide though.

10.0.3

30 Oct 17:46
10.0.3
ee63ab9

Choose a tag to compare

AdiButtonAuras

10.0.3 (2023-10-30)

Full Changelog Previous Releases

  • build: bump toc and copyright
  • fix(priest): remove old Atonement tracker and Surrender to Darkness
    Shadow Mend and Surrender to Darkness were removed in Dragonflight.
    Closes #415

10.0.2

09 May 16:42
10.0.2
e779d49

Choose a tag to compare

AdiButtonAuras

10.0.2 (2023-05-09)

Full Changelog Previous Releases

  • build: update toc for patch 10.1
  • fix(core): tooltip.info is now tooltip.processingInfo
    Fixes #417

10.0.1

19 Feb 22:31
f3a92dc

Choose a tag to compare

AdiButtonAuras

10.0.1 (2023-02-19)

Full Changelog Previous Releases

  • fix(core): account for updating unknown auras
    Apparently we get update data for stuff we don't know of yet ...
  • build: use env files instead of set-output
    See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
  • build: update actions versions
  • build: update toc for 10.0.5
  • refactor(core): account for the new UNIT_AURA payload
  • feat(rules): add Fury of the Aspects to the bloodlust rule
    Also remove rules for legendary rings from Warlords of Draenor.
  • feat(core): make item and spell id more readable in debug tooltips
  • build: bump toc for dragonflight
  • fix(core): add fallback for localized power name
    Drachtyrs' Essence is _G['POWER\_TYPE\_ESSENCE']
  • feat(rules): load evoker rules
  • fix(core): temporary workaround for options
    Use /aba to load them until I figure this out.
  • fix(core): update pet and stance bar hooks
  • fix(core): use TooltipDataProcessor for debug tooltips