Version Bump to 5.19.2, Introduce Talent Widget in Load, Rework Talent Known Trigger

This commit is contained in:
NoM0Re
2025-02-23 01:21:25 +01:00
parent 48d75b0352
commit ac56d8816a
35 changed files with 10818 additions and 420 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
local versionString = "5.19.1 Beta"
local buildTime = "20250127040000"
local versionString = "5.19.2 Beta"
local buildTime = "20250222203033"
local isAwesomeEnabled = C_NamePlate and C_NamePlate.GetNamePlateForUnit and true or false
WeakAuras.versionString = versionString