From a595ef2a4ab46cb77d17f88b82154106ea4aece3 Mon Sep 17 00:00:00 2001 From: NoM0Re Date: Fri, 4 Apr 2025 09:55:04 +0200 Subject: [PATCH] 5.19.7 --- WeakAuras/DiscordList.lua | 3 - WeakAuras/GenericTrigger.lua | 32 ++----- WeakAuras/Init.lua | 4 +- WeakAuras/Locales/koKR.lua | 2 +- WeakAuras/Locales/zhCN.lua | 8 +- WeakAuras/Locales/zhTW.lua | 16 ++-- WeakAuras/Prototypes.lua | 5 +- WeakAuras/WeakAuras.lua | 2 +- WeakAuras/WeakAuras.toc | 2 +- WeakAurasModelPaths/WeakAurasModelPaths.toc | 2 +- ...GUIWidget-WeakAurasPendingUpdateButton.lua | 17 ++-- WeakAurasOptions/Changelog.lua | 85 ++----------------- WeakAurasOptions/Locales/zhTW.lua | 2 +- WeakAurasOptions/VersionCheck.lua | 2 +- WeakAurasOptions/WeakAurasOptions.toc | 2 +- 15 files changed, 45 insertions(+), 139 deletions(-) diff --git a/WeakAuras/DiscordList.lua b/WeakAuras/DiscordList.lua index 1d85aa5..e14c334 100644 --- a/WeakAuras/DiscordList.lua +++ b/WeakAuras/DiscordList.lua @@ -4,7 +4,6 @@ local AddonName = ... local Private = select(2, ...) Private.DiscordList = { - [=[007bb]=], [=[AcidWeb]=], [=[aelen]=], [=[Aishuu]=], @@ -14,7 +13,6 @@ Private.DiscordList = { [=[BadBrain]=], [=[Bart]=], [=[Boneshock]=], - [=[Boxthor]=], [=[Burlis]=], [=[Causese]=], [=[Chab]=], @@ -50,7 +48,6 @@ Private.DiscordList = { [=[Ora]=], [=[ParkSaeRoyi]=], [=[phoenix7700]=], - [=[Raysur]=], [=[reggie]=], [=[Reloe]=], [=[Spaten]=], diff --git a/WeakAuras/GenericTrigger.lua b/WeakAuras/GenericTrigger.lua index 8819205..3c15601 100644 --- a/WeakAuras/GenericTrigger.lua +++ b/WeakAuras/GenericTrigger.lua @@ -4383,39 +4383,17 @@ do end end -WeakAuras.CheckForItemEquipped = function(itemId, specificSlot) +WeakAuras.CheckForItemEquipped = function(itemName, specificSlot) if not specificSlot then - if type(itemId) == "number" then - return IsEquippedItem(itemId or '') - else - for slot in pairs(Private.item_slot_types) do - if WeakAuras.CheckForItemEquipped(itemId, slot) then - return true - end - end - end + return IsEquippedItem(itemName) end local equippedItemID = GetInventoryItemID("player", specificSlot) - return itemId and equippedItemID and ( - (type(itemId) == "number" and itemId == equippedItemID) - or itemId == GetItemInfo(equippedItemID) + return itemName and equippedItemID and ( + (type(itemName) == "number" and itemName == equippedItemID) + or itemName == GetItemInfo(equippedItemID) ) end -Private.ExecEnv.IsEquippedItemForLoad = function(item, exact) - if not item then - return - end - if exact then - return WeakAuras.CheckForItemEquipped(item) - else - item = GetItemInfo(item) - if item then - return WeakAuras.CheckForItemEquipped(item) - end - end -end - WeakAuras.GetCritChance = function() -- Based on what the wow paper doll does local spellCrit = 0 diff --git a/WeakAuras/Init.lua b/WeakAuras/Init.lua index d89117b..96ed43d 100644 --- a/WeakAuras/Init.lua +++ b/WeakAuras/Init.lua @@ -9,8 +9,8 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2 WeakAuras.doubleWidth = WeakAuras.normalWidth * 2 local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version") -local versionString = "5.19.6 Beta" -local buildTime = "20250403210000" +local versionString = "5.19.7 Beta" +local buildTime = "20250404095500" local isAwesomeEnabled = C_NamePlate and C_NamePlate.GetNamePlateForUnit and true or false WeakAuras.versionString = versionString diff --git a/WeakAuras/Locales/koKR.lua b/WeakAuras/Locales/koKR.lua index e715bd9..f1a76fd 100644 --- a/WeakAuras/Locales/koKR.lua +++ b/WeakAuras/Locales/koKR.lua @@ -884,7 +884,7 @@ L["Note: 'Hide Alone' is not available in the new aura tracking system. A load o L["Note: The available text replacements for multi triggers match the normal triggers now."] = "참고: 여러 활성 조건에서 사용할 수 있는 텍스트 대체 코드는 이제 일반 활성 조건에 맞춰집니다." L["Note: This trigger internally stores the shapeshift position, and thus is incompatible with learning stances on the fly, like e.g. the Gladiator Rune."] = "참고: 이 활성 조건은 내부적으로 변신/태세 번호를 저장하고 있으므로 비행 중에 검투사 룬 같은 태세를 배우면 제대로 호환되지 않습니다." L["Note: This trigger relies on the WoW API, which returns incorrect information in some cases."] = "참고: 이 활성 조건은 WoW API에 의존하고 있는데 API가 잘못된 정보를 가져오는 경우도 있습니다." -L["Note: This trigger type estimates the range to the hitbox of a unit. The actual range of friendly players is usually 3 yards more than the estimate. Range checking capabilities depend on your current class and known abilities as well as the type of unit being checked. Some of the ranges may also not work with certain NPCs.|n|n|cFFAAFFAAFriendly Units:|r %s|n|cFFFFAAAAHarmful Units:|r %s|n|cFFAAAAFFMiscellanous Units:|r %s"] = "참고: 이런 종류의 활성 조건은 유닛의 히트박스 까지의 거리를 계산합니다. 아군 플레이어와의 실제 거리는 측정값보다 보통 3미터 더 떨어져 있습니다. 거리 검사는 당신의 현재 직업과 습득한 스킬, 검사중인 유닛의 종류에 따라 정확도에 차이가 있습니다. 특정 NPC에는 일부 구간의 거리 검사가 작동하지 않을 수 있습니다.|n|n|cFFAAFFAA아군 유닛:|r %s|n|cFFFFAAAA적 유닛:|r %s|n|cFFAAAAFF기타 유닛:|r %s" +L["Note: This trigger type estimates the range to the hitbox of a unit. The actual range of friendly players is usually 3 yards more than the estimate. Range checking capabilities depend on your current class and known abilities as well as the type of unit being checked. Some of the ranges may also not work with certain NPCs.|n|n|cFFAAFFAAFriendly Units:|r %s|n|cFFFFAAAAHarmful Units:|r %s|n|cFFAAAAFFMiscellanous Units:|r %s"] = "참고: 이 활성 조건 유형은 유닛의 히트박스까지 거리를 측정합니다. 아군 플레이어와의 실제 거리는 측정값보다 보통 3미터 더 떨어져 있습니다. 거리 검사 정확도는 내 캐릭터의 직업과 스킬 및 검사 대상 유닛의 종류에 따라 차이를 보입니다. 특정 NPC에는 일부 구간의 거리 검사가 작동하지 않을 수 있습니다.|n|n|cFFAAFFAA아군 유닛:|r %s|n|cFFFFAAAA적 유닛:|r %s|n|cFFAAAAFF기타 유닛:|r %s" L["Noth the Plaguebringer"] = "역병술사 노스" L["NPC"] = "NPC" L["Npc ID"] = "NPC ID" diff --git a/WeakAuras/Locales/zhCN.lua b/WeakAuras/Locales/zhCN.lua index bd343c9..70a9ce5 100644 --- a/WeakAuras/Locales/zhCN.lua +++ b/WeakAuras/Locales/zhCN.lua @@ -5,7 +5,7 @@ end local L = WeakAuras.L -- WeakAuras -L[ [=[ Filter formats: 'Name', 'Name-Realm', '-Realm'. +L[ [=[ Filter formats: 'Name', 'Name-Realm', '-Realm'. Supports multiple entries, separated by commas Can use \ to escape -.]=] ] = [=[过滤格式:'名称','名称-服务器','-服务器'。 @@ -1302,10 +1302,10 @@ L["Supports multiple entries, separated by commas. Escape ',' with \\. Prefix wi L["Supports multiple entries, separated by commas. Escape with \\. Prefix with '-' for negation."] = "支持多个条目,由英文逗号分隔。用 \\ 转义编码,用 '-' 前缀表示否定。" L["Supports multiple entries, separated by commas. Prefix with '-' for negation."] = "支持多个条目,由英文逗号分隔。用 '-' 前缀表示否定。" L[ [=[Supports multiple entries, separated by commas. To include child zone ids, prefix with 'c', e.g. 'c2022'. -Group Zone IDs must be prefixed with 'g', e.g. 'g277'. -Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'. +Group Zone IDs must be prefixed with 'g', e.g. 'g277'. +Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'. Supports Instance IDs prefixed with 'i'. -Entries can be prefixed with '-' to negate.]=] ] = [=[支持多个条目,由英文逗号分隔。若要包含子区域 ID,则前缀为 'c',如 'c2022'。组区域 ID 必须以 +Entries can be prefixed with '-' to negate.]=] ] = [=[支持多个条目,由英文逗号分隔。若要包含子区域 ID,则前缀为 'c',如 'c2022'。组区域 ID 必须以 'g' 为前缀,如 'g277'。支持的区域 ID 以 'a' 为前缀,详见表格: https://wago.tools/db2/AreaTable 。条目可用 '-' 前缀表示否定。]=] L["Swing"] = "近战攻击" L["Swing Timer"] = "近战攻击计时器" diff --git a/WeakAuras/Locales/zhTW.lua b/WeakAuras/Locales/zhTW.lua index 30ed80f..515a0b1 100644 --- a/WeakAuras/Locales/zhTW.lua +++ b/WeakAuras/Locales/zhTW.lua @@ -5,7 +5,7 @@ end local L = WeakAuras.L -- WeakAuras -L[ [=[ Filter formats: 'Name', 'Name-Realm', '-Realm'. +L[ [=[ Filter formats: 'Name', 'Name-Realm', '-Realm'. Supports multiple entries, separated by commas Can use \ to escape -.]=] ] = [=[過濾格式: '名字'、'名字-伺服器'、'-伺服器'。 @@ -134,7 +134,7 @@ L["At Percent"] = "在百分比" L["At Value"] = "在數值" L["At War"] = "戰爭中" L["Attach to End"] = "附加到結尾" -L["Attach to End, backwards"] = "往後黏附到末端" +L["Attach to End, backwards"] = "附加到結尾,向後" L["Attach to Point"] = "附加到點" L["Attach to Start"] = "附加到開頭" L["Attack Power"] = "攻擊強度" @@ -779,8 +779,8 @@ L[ [=[Matches stage number of encounter journal. Intermissions are .5 E.g. 1;2;1;2;2.5;3]=] ] = "匹配戰鬥日誌的階段號碼。中場為 0.5 例如1;2;1;2;2.5;3" L["Max Char "] = "最多字元數" -L["Max Char"] = "最大字元" -L["Max Charges"] = "最大可用次數" +L["Max Char"] = "最多字元數" +L["Max Charges"] = "最多可用次數" L["Max Health"] = "最大血量" L["Max Power"] = "最大能量" L["Max Quantity"] = "最大數量" @@ -1276,11 +1276,11 @@ L["Supports multiple entries, separated by commas"] = "支援輸入多個項目 L[ [=[Supports multiple entries, separated by commas ]=] ] = "支援輸入多個項目,使用逗號分隔。" L["Supports multiple entries, separated by commas. Escape ',' with \\. Prefix with '-' for negation."] = "支援輸入多個項目,使用逗號分隔。用 \\ 跳脫 ','。前面加上 '-' 表示否定。" -L["Supports multiple entries, separated by commas. Escape with \\. Prefix with '-' for negation."] = "支持多個條目,由逗號隔開。用\\換行。前綴為“ - ”進行否定。" +L["Supports multiple entries, separated by commas. Escape with \\. Prefix with '-' for negation."] = "支援輸入多個項目,使用逗號分隔。用 \\ 跳脫。前面加上 '-' 表示否定。" L["Supports multiple entries, separated by commas. Prefix with '-' for negation."] = "支援輸入多個項目,使用逗號分隔。前面加上 '-' 表示否定。" L[ [=[Supports multiple entries, separated by commas. To include child zone ids, prefix with 'c', e.g. 'c2022'. -Group Zone IDs must be prefixed with 'g', e.g. 'g277'. -Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'. +Group Zone IDs must be prefixed with 'g', e.g. 'g277'. +Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'. Supports Instance IDs prefixed with 'i'. Entries can be prefixed with '-' to negate.]=] ] = [=[支援輸入多個項目,以逗號分隔。若要包含子區域 ID,請在前面加上 'c',例如「c2022」。 群組區域 ID 必須以 'g' 開頭,例如 'g277'。 @@ -1470,7 +1470,7 @@ Last upgrade: %s |cffff0000You should BACKUP your WTF folder BEFORE pressing this button.|r]=] ] = [=[WeakAuras 偵測到它被降回舊版本,你所儲存的提醒效果已無法正常運作。 是否要執行|cffff0000實驗性的|r修復工具? 將會覆蓋自上次資料庫升級以來所做的任何更改。 -上次升級是: %s +上次升級是: %s |cffff0000在按下此按鈕之前,你應該先備份 WTF 資料夾。|r]=] L["WeakAuras is creating a rollback snapshot of your auras. This snapshot will allow you to revert to the current state of your auras if something goes wrong. This process may cause your framerate to drop until it is complete."] = "WeakAuras 正在建立提醒效果的還原快照。如果出現問題,此快照將允許您恢復到提醒效果目前的狀態。此過程可能會導致幀速下降,直到完成為止。" diff --git a/WeakAuras/Prototypes.lua b/WeakAuras/Prototypes.lua index 603f12c..2243851 100644 --- a/WeakAuras/Prototypes.lua +++ b/WeakAuras/Prototypes.lua @@ -1311,9 +1311,8 @@ Private.load_prototype = { multiEntry = { operator = "or" }, - test = "Private.ExecEnv.IsEquippedItemForLoad(%s, %s)", - events = { "UNIT_INVENTORY_CHANGED", "PLAYER_EQUIPMENT_CHANGED"}, - showExactOption = true + test = "IsEquippedItem(GetItemInfo(%s) or '')", + events = { "UNIT_INVENTORY_CHANGED", "PLAYER_EQUIPMENT_CHANGED"} }, { name = "not_itemequiped", diff --git a/WeakAuras/WeakAuras.lua b/WeakAuras/WeakAuras.lua index d9edc1c..6518e05 100644 --- a/WeakAuras/WeakAuras.lua +++ b/WeakAuras/WeakAuras.lua @@ -705,7 +705,7 @@ local function singleTest(arg, trigger, use, name, value, operator, use_exact, c return name; end end - elseif arg.type == "spell" or arg.type == "item" then + elseif (arg.type == "spell") then if arg.showExactOption then return "("..arg.test:format(value, tostring(use_exact) or "false") ..")"; else diff --git a/WeakAuras/WeakAuras.toc b/WeakAuras/WeakAuras.toc index dcc4a6c..fcde79e 100644 --- a/WeakAuras/WeakAuras.toc +++ b/WeakAuras/WeakAuras.toc @@ -1,7 +1,7 @@ ## Interface: 30300 ## Title: WeakAuras ## Author: The WeakAuras Team -## Version: 5.19.6 +## Version: 5.19.7 ## X-Flavor: 3.3.5 ## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers. ## Notes-esES: Potente y completa aplicación que te permitirá mostrar por pantalla múltiples diseños, basados en beneficios, perjuicios y otros activadores. diff --git a/WeakAurasModelPaths/WeakAurasModelPaths.toc b/WeakAurasModelPaths/WeakAurasModelPaths.toc index 002632b..e39b8be 100644 --- a/WeakAurasModelPaths/WeakAurasModelPaths.toc +++ b/WeakAurasModelPaths/WeakAurasModelPaths.toc @@ -1,7 +1,7 @@ ## Interface: 30300 ## Title: WeakAuras Model Paths ## Author: The WeakAuras Team -## Version: 5.19.6 +## Version: 5.19.7 ## Notes: Model paths for WeakAuras ## Notes-esES: Las rutas de modelos para WeakAuras ## Notes-esMX: Las rutas de modelos para WeakAuras diff --git a/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasPendingUpdateButton.lua b/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasPendingUpdateButton.lua index c57a051..20df2f4 100644 --- a/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasPendingUpdateButton.lua +++ b/WeakAurasOptions/AceGUI-Widgets/AceGUIWidget-WeakAurasPendingUpdateButton.lua @@ -295,14 +295,6 @@ local function Constructor() icon:SetHeight(32) icon:SetPoint("LEFT", button, "LEFT") - local title = button:CreateFontString(nil, "OVERLAY", "GameFontNormal") - button.title = title - title:SetHeight(14) - title:SetJustifyH("LEFT") - title:SetPoint("TOPLEFT", icon, "TOPRIGHT", 2, 0) - title:SetPoint("BOTTOMRIGHT", button, "BOTTOMRIGHT") - title:SetVertexColor(0.6, 0.6, 0.6) - button.description = {} -- follow link button @@ -370,6 +362,15 @@ local function Constructor() update:Hide() updateLogo:Hide() + local title = button:CreateFontString(nil, "OVERLAY", "GameFontNormal") + button.title = title + title:SetHeight(14) + title:SetJustifyH("LEFT") + title:SetPoint("TOPLEFT", icon, "TOPRIGHT", 2, 0) + title:SetPoint("BOTTOMLEFT", icon, "BOTTOMRIGHT", 2, 0) + title:SetPoint("RIGHT", updateLogo, "LEFT", -2, 0) + title:SetVertexColor(0.6, 0.6, 0.6) + local widget = { frame = button, title = title, diff --git a/WeakAurasOptions/Changelog.lua b/WeakAurasOptions/Changelog.lua index dee3f21..4626f50 100644 --- a/WeakAurasOptions/Changelog.lua +++ b/WeakAurasOptions/Changelog.lua @@ -4,84 +4,15 @@ local AddonName = ... local OptionsPrivate = select(2, ...) OptionsPrivate.changelog = { - versionString = '5.19.6', - dateString = '2025-04-02', - fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.19.5...5.19.6', + versionString = '5.19.7', + dateString = '2025-04-04', + fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.19.6...5.19.7', highlightText = [==[ -Fixes: +This release reverts a change to item equipped load & triggers which was causing unacceptable performance characteristics. +Also, the pending updates section of options has some minor cosmetic improvements.]==], commitText = [==[mrbuds (2): -- Bug report url points to the correct issue template now. -- model subregions were punished & will now obey the rotation option. -- Fixed Bigwigs trigger following an update of that addon. (thanks @ntowle!) -- Fixed misc errors with fallback states (i.e. when options are open). -- Fixed some templates which were producing nonsense auras. -- Localization should have fewer duplicate phrases for our translators to work through. -- Fixed an oversight with how progress works for sub-elements attached to an empty region. -- The sliders on stop motion animation start/end properties should now behave as sliders, not just weird looking inputs. -- Fixed spell cache to account for some insane choices blizzard made. -- Ticks now correctly update their location when progress source is changed via conditions. -- String-valued properties can now be correctly "unset" via conditions without having to do arcane workarounds. -- A progress source from an inactive trigger no longer does insane things. -- Faction reputation trigger no longer gives a mangled %standing string for renown-style factions. - -New Features: - -- There's a new "Since Active" condition variable, which allows for temporary property changes when a trigger activates. -- Pending updates to installed auras have a context menu to help make it less frustrating if you want to do anything other than accept the update. -- Load has a new player guild option, works similarly to player name. -- Health trigger absorb & heal absorb overlays now support "Attach to End, backwards" mode. -- Several formatters learned how to pad strings with spaces on the left or right sides. WeakAuras.PadString(string, mode, length) is also available in custom code to perform the same task. -- Item Equipped trigger & load option learned how to do exact match on the item id.]==], commitText = [==[InfusOnWoW (27): - -- Sub Models: Fix rotation setting -- Revert "Simplify Condition Test functions" -- Conditions: Add an activationTime for triggers -- Simplify Condition Test functions -- Remove triggerState[id].activeTrigger -- Change code using triggerState[id].activeTrigger -- Fix Automatic Progress Sources on sub elements -- Update Atlas File List from wago.tools -- Update Discord List -- Add id also to fallback states -- Remove unused Private.GetActiveTrigger function -- Fix UpdateProgress notification -- Fix lua error for health trigger's absorb overlays withe fake states -- Update Atlas File List from wago.tools -- Update Discord List -- Fix lua error on showing fake states with ticks -- Fix "Automatic Progress" of Sub Elements attached to an Empty Base -- Update Atlas File List from wago.tools -- Load: Add a guild name option -- Health trigger: Add aborb at end reversed mode -- StopMotion: Fix up/down buttons for start/end percent -- Tweak spell cache building -- Formatters: Add a pad option to various formatters -- Ticks: Update Ticks on UpdateProgress not on Update -- Fix string Conditions not unsetting if string left empty default -- Item Equipped: Add exact match to load options/fix name matching -- Sub Regions: Fix progress not updating on trigger deactivation - -Nick Towle (1): - -- Fix BigWigs locale for Break and Pull bars (#5782) - -Stanzilla (4): - -- Update WeakAurasModelPaths from wago.tools -- pull enUS locale for Options from CF -- Update WeakAurasModelPaths from wago.tools -- Update WeakAurasModelPaths from wago.tools - -emptyrivers (1): - -- RENOWN_LEVEL_LABEL globalstring changed with 11.1 - -mrbuds (4): - -- UpdatePendingButton: add context menu with list of linked auras -- Fix ascendance template -- Update bug report url -- BossMod triggers: bar timers doesn't require to be enable in addon settings anymore, add an option to still filter matching add settings +- Revert "Item Equipped: Add exact match to load options/fix name matching" +- Don't overlap PendingUpdateButton's text with update icon ]==] -} +} \ No newline at end of file diff --git a/WeakAurasOptions/Locales/zhTW.lua b/WeakAurasOptions/Locales/zhTW.lua index 7123903..24c3179 100644 --- a/WeakAurasOptions/Locales/zhTW.lua +++ b/WeakAurasOptions/Locales/zhTW.lua @@ -520,7 +520,7 @@ Bleed classification via LibDispel]=] ] = "只過濾被 LibDispel 分類為流 L["Limit"] = "限制" L["Line"] = "線" L["Linear Texture %s"] = "線性材質 %s" - L["Linked aura: "] = "已連結光環: " + L["Linked aura: "] = "連結光環: " L["Linked Auras"] = "連結的光環" L["Load"] = "載入" L["Loaded"] = "已載入" diff --git a/WeakAurasOptions/VersionCheck.lua b/WeakAurasOptions/VersionCheck.lua index e9e953f..5fe91ce 100644 --- a/WeakAurasOptions/VersionCheck.lua +++ b/WeakAurasOptions/VersionCheck.lua @@ -3,7 +3,7 @@ local Private = select(2, ...) local L = WeakAuras.L -local optionsVersion = "5.19.6" +local optionsVersion = "5.19.7" 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"], diff --git a/WeakAurasOptions/WeakAurasOptions.toc b/WeakAurasOptions/WeakAurasOptions.toc index 2f5e883..39a4413 100644 --- a/WeakAurasOptions/WeakAurasOptions.toc +++ b/WeakAurasOptions/WeakAurasOptions.toc @@ -1,7 +1,7 @@ ## Interface: 30300 ## Title: WeakAuras Options ## Author: The WeakAuras Team -## Version: 5.19.6 +## Version: 5.19.7 ## Notes: Options for WeakAuras ## Notes-esES: Opciones para WeakAuras ## Notes-esMX: Opciones para WeakAuras