This commit is contained in:
NoM0Re
2025-08-15 22:05:16 +02:00
committed by GitHub
parent c44c7be9eb
commit 32cab1aa27
27 changed files with 80 additions and 55 deletions
+8 -26
View File
@@ -4,36 +4,18 @@ local AddonName = ...
local OptionsPrivate = select(2, ...)
OptionsPrivate.changelog = {
versionString = '5.20.1',
dateString = '2025-08-05',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.0...5.20.1',
versionString = '5.20.2',
dateString = '2025-08-15',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.1...5.20.2',
highlightText = [==[
new game patch, new weakauras version
bugfix release for some broken textures]==], commitText = [==[Pewtro (2):
- 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 :)]==], commitText = [==[InfusOnWoW (2):
- Re-export the .blp files
- Add Celestial Dungeon load option instance type
- Tweak loaded/standby/unloaded icons
- Bufftrigger: Fix Unit Caste condition
emptyrivers (1):
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
- some more difficulty ids
]==]
}