diff --git a/WeakAuras/Init.lua b/WeakAuras/Init.lua index 51b6e58..926ac72 100644 --- a/WeakAuras/Init.lua +++ b/WeakAuras/Init.lua @@ -8,7 +8,7 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2 WeakAuras.doubleWidth = WeakAuras.normalWidth * 2 local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version") -local versionString = "3.2.1" +local versionString = "3.2.3" local buildTime = "20201210233053" WeakAuras.versionString = versionStringFromToc diff --git a/WeakAuras/Media/Textures/square_border_10px.tga b/WeakAuras/Media/Textures/square_border_10px.tga new file mode 100644 index 0000000..71a0aad Binary files /dev/null and b/WeakAuras/Media/Textures/square_border_10px.tga differ diff --git a/WeakAuras/Media/Textures/square_border_1px.tga b/WeakAuras/Media/Textures/square_border_1px.tga new file mode 100644 index 0000000..6d33425 Binary files /dev/null and b/WeakAuras/Media/Textures/square_border_1px.tga differ diff --git a/WeakAuras/Media/Textures/square_border_5px.tga b/WeakAuras/Media/Textures/square_border_5px.tga new file mode 100644 index 0000000..61c65de Binary files /dev/null and b/WeakAuras/Media/Textures/square_border_5px.tga differ diff --git a/WeakAuras/Types.lua b/WeakAuras/Types.lua index c9ae140..436e23b 100644 --- a/WeakAuras/Types.lua +++ b/WeakAuras/Types.lua @@ -1449,6 +1449,10 @@ Private.texture_types = { ["Interface\\AddOns\\WeakAuras\\Media\\Textures\\Ring_30px.tga"] = "Ring 30px", ["Interface\\AddOns\\WeakAuras\\Media\\Textures\\Ring_40px.tga"] = "Ring 40px", ["Interface\\AddOns\\WeakAuras\\Media\\Textures\\Square_AlphaGradient.tga"] = "Square Alpha Gradient", + + ["Interface\\AddOns\\WeakAuras\\Media\\Textures\\square_border_1px.tga"] = "Square Border 1px", + ["Interface\\AddOns\\WeakAuras\\Media\\Textures\\square_border_5px.tga"] = "Square Border 5px", + ["Interface\\AddOns\\WeakAuras\\Media\\Textures\\square_border_10px.tga"] = "Square Border 10px", }, ["Sparks"] = { ["Interface\\CastingBar\\UI-CastingBar-Spark"] = "Blizzard Spark", diff --git a/WeakAuras/WeakAuras.toc b/WeakAuras/WeakAuras.toc index db9d0fb..a91855d 100644 --- a/WeakAuras/WeakAuras.toc +++ b/WeakAuras/WeakAuras.toc @@ -1,7 +1,7 @@ ## Interface: 30300 ## Title: WeakAuras ## Author: The WeakAuras Team -## Version: 3.2.1 +## Version: 3.2.3 ## 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. diff --git a/WeakAurasOptions/WeakAurasOptions.toc b/WeakAurasOptions/WeakAurasOptions.toc index 19b831a..5cda844 100644 --- a/WeakAurasOptions/WeakAurasOptions.toc +++ b/WeakAurasOptions/WeakAurasOptions.toc @@ -1,7 +1,7 @@ ## Interface: 30300 ## Title: WeakAuras Options ## Author: The WeakAuras Team -## Version: 3.2.1 +## Version: 3.2.3 ## Notes: Options for WeakAuras ## Notes-esES: Opciones para WeakAuras ## Notes-deDE: Optionen für WeakAuras