This commit is contained in:
NoM0Re
2025-04-25 19:28:09 +02:00
committed by GitHub
parent 53e99cc6cd
commit 1f289de84d
12 changed files with 827 additions and 60 deletions
+18 -41
View File
@@ -4,54 +4,31 @@ local AddonName = ...
local OptionsPrivate = select(2, ...)
OptionsPrivate.changelog = {
versionString = '5.19.8',
dateString = '2025-04-11',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.19.7...5.19.8',
versionString = '5.19.9',
dateString = '2025-04-25',
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.19.8...5.19.9',
highlightText = [==[
TOC update for SoD phase 8
- Currency trigger: Add type checking to guard against unexpected data
- Unit Characteristics trigger: add creature type & family
- TSUHelper: hide __changed from pairs()]==], commitText = [==[InfusOnWoW (4):
New Features:
- states:Replace(id, newstate) & states:Get(id, key) are now available in TSU custom triggers
- subtext & condition change text learned to support UI escape sequences, like the text region type already does
- Spell Activation Overlay events are available in Cata classic, so the related trigger has been re-enabled for that game flavor
- Scarlet Enclave encounter IDs added for SoD
Fixes:
- Item Equipped load/trigger forces exact match now, to deal with e.g. normal/heroic versions of the same item
- unit formatters produces empty string "" instead of "nil" when the underlying unit token is invalid
- various fixes to options panel & thanks list so they don't look terrible (thanks @pewtro!)
- Fixed some templates which were invalidated in 11.1
- Reminded chat msg - emote trigger to pay attention to CHAT_MSG_TEXT_EMOTE again]==], commitText = [==[InfusOnWoW (8):
- Item Equipped: Force "exact match" mode
- Make SubText + Conditions also use IndentionLib.encode/decode for text
- Make Unit formatting not return "nil"
- Tweak bottom buttons until they all fit
- Enable Spell Activation Overlay Glow trigger in Cata
- Chat: Fix Emote filter for /commands
- Templates: Update to 11.1 patch changes
- Bump .toc files
- Icon: If OmniCC or ElvUI are installed hide blizzard cooldown numbers
- Currency trigger: Add type checking to guard against unexpected data
- Unit Characteristics trigger: add creature type & family
- TSUHelper: hide __changed from pairs()
- Update Discord List
Pewtro (1):
- Fix an issue with word wrapping in the Discord thanks list
Stanzilla (1):
Stanzilla (2):
- Update WeakAurasModelPaths from wago.tools
- Update WeakAurasModelPaths from wago.tools
dependabot[bot] (1):
mrbuds (3):
- Bump cbrgm/mastodon-github-action from 2.1.13 to 2.1.14
mrbuds (4):
- TSUHelpers: add states:Replace() and states:Get() functions, + bug fixes
- Add Encounter IDs for Scarlet Enclave
- Update Atlas File List from wago.tools
- SoD P8 toc update
- Unit Characteristics trigger: add creature type & family (Retail only)
- Textute Atlas Picker: use C_Texture.GetAtlasElements on Retail
- TSUHelper: hide __changed from pairs()
]==]
}
}
+1 -1
View File
@@ -3,7 +3,7 @@ local Private = select(2, ...)
local L = WeakAuras.L
local optionsVersion = "5.19.8"
local optionsVersion = "5.19.9"
if optionsVersion .. " Beta" ~= WeakAuras.versionString then
local message = string.format(L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"],
+1 -1
View File
@@ -1,7 +1,7 @@
## Interface: 30300
## Title: WeakAuras Options
## Author: The WeakAuras Team
## Version: 5.19.8
## Version: 5.19.9
## Notes: Options for WeakAuras
## Notes-esES: Opciones para WeakAuras
## Notes-esMX: Opciones para WeakAuras