5.20.1
Details
-
FilenameWeakAuras-5.20.1.zip
-
Uploaded by
-
UploadedAug 5, 2025
-
Size9.52 MB
-
Downloads934,820
-
MD594bda5db14878d5d5158ab50efcf700d
Supported WoW Retail Versions
- 11.2.0
Supported WoW Mists of Pandaria Classic Versions
- 5.5.0
Supported WoW Cataclysm Classic Versions
- 4.4.2
Supported WoW Classic Versions
- 1.15.7
Changelog
5.20.1 (2025-08-05)
Highlights
new game patch, new weakauras version
- load status indicator (the little power icon) now changes shape depending on load status in addition to color
- item count trigger no longer claims to check the reagent bank, since that doesn't exist anymore
- custom code meant to run on every frame now has a builtin throttle option, so no more need for if GetTime() > (aura_env.last + 1) boilerplate :)
Commits
InfusOnWoW (2):
- Tweak loaded/standby/unloaded icons
- Bufftrigger: Fix Unit Caste condition
Stanzilla (2):
- Update WeakAurasModelPaths from wago.tools
- Update WeakAurasModelPaths from wago.tools
emptyrivers (4):
- drop reagent bank option
- toc bump
- lazily get rid of STATICPOPUPS_NUMDIALOGS
- protect weakauras against unaligned ai
mrbuds (3):
- Add throttle option for everyframe custom triggers
- Add throttle option for everyframe custom text
- Make profiling of BuffTrigger2 more granular