Releases: AdiAddons/AdiButtonAuras
Releases · AdiAddons/AdiButtonAuras
11.0.4
11.0.3
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
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
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
idmight be link or name as well.
11.0.0
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
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
AdiButtonAuras
10.0.5 (2023-11-12)
Full Changelog Previous Releases
- fix(overlays): resolve macros
Blizzard has changedGetActionInfofor 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
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
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
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