Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
release.json | 2025-08-05 | 269 Bytes | |
WeakAuras-5.20.1.zip | 2025-08-05 | 10.0 MB | |
5.20.1 source code.tar.gz | 2025-08-05 | 8.9 MB | |
5.20.1 source code.zip | 2025-08-05 | 9.3 MB | |
README.md | 2025-08-05 | 1.1 kB | |
Totals: 5 Items | 28.2 MB | 5 |
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