version
This commit is contained in:
@@ -696,6 +696,11 @@ local function UpdateStateWithNoMatch(time, triggerStates, triggerInfo, cloneId,
|
||||
changed = true
|
||||
end
|
||||
|
||||
if state.tooltip or state.tooltip1 or state.tooltip2 or state.tooltip3 then
|
||||
state.tooltip, state.tooltip1, state.tooltip2, state.tooltip3 = nil, nil, nil, nil
|
||||
changed = true
|
||||
end
|
||||
|
||||
if state.matchCount ~= matchCount then
|
||||
state.matchCount = matchCount
|
||||
changed = true
|
||||
|
||||
@@ -73,4 +73,3 @@ end
|
||||
function WeakAuras.GetMigrationSnapshot(uid)
|
||||
return loadMigrations():GetData(uid)
|
||||
end
|
||||
|
||||
|
||||
+2
-2
@@ -7,8 +7,8 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
|
||||
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
||||
|
||||
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
||||
local versionString = "2.17.12"
|
||||
local buildTime = "20200511190745"
|
||||
local versionString = "2.18.0"
|
||||
local buildTime = "20200802154726"
|
||||
|
||||
WeakAuras.versionString = versionStringFromToc
|
||||
WeakAuras.buildTime = buildTime
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Interface: 30300
|
||||
## Title: WeakAuras 2
|
||||
## Author: Mirrored and the WeakAuras Team
|
||||
## Version: 2.17.12
|
||||
## Version: 2.18.0
|
||||
## 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.
|
||||
## Notes-deDE: Ein leistungsfähiges, umfassendes Addon zur grafischen Darstellung von Informationen von Auren, Cooldowns, Timern und vielem mehr.
|
||||
|
||||
Reference in New Issue
Block a user