Quantcast

- Update Retail TOC to 10.2.6

urnati [03-20-24 - 01:01]
- Update Retail TOC to 10.2.6
- Update Classic Era TOC to 1.15.1
Filename
Titan/TitanConfig.lua
Titan/Titan_Mainline.toc
TitanAmmo/TitanAmmo_Vanilla.toc
TitanBag/TitanBag_Mainline.toc
TitanBag/TitanBag_Vanilla.toc
TitanClassic/TitanClassic_Vanilla.toc
TitanClock/TitanClock_Mainline.toc
TitanClock/TitanClock_Vanilla.toc
TitanGold/TitanGold_Mainline.toc
TitanGold/TitanGold_Vanilla.toc
TitanLocation/TitanLocation_Mainline.toc
TitanLocation/TitanLocation_Vanilla.toc
TitanLootType/TitanLootType_Mainline.toc
TitanLootType/TitanLootType_Vanilla.toc
TitanPerformance/TitanPerformance_Mainline.toc
TitanPerformance/TitanPerformance_Vanilla.toc
TitanRegen/TitanRegen_Vanilla.toc
TitanRepair/TitanRepair_Mainline.toc
TitanRepair/TitanRepair_Vanilla.toc
TitanVolume/TitanVolume_Mainline.toc
TitanVolume/TitanVolume_Vanilla.toc
TitanXP/TitanXP_Mainline.toc
TitanXP/TitanXP_Vanilla.toc
diff --git a/Titan/TitanConfig.lua b/Titan/TitanConfig.lua
index 89ae465..c1cd1b1 100644
--- a/Titan/TitanConfig.lua
+++ b/Titan/TitanConfig.lua
@@ -49,51 +49,75 @@ end
 local changes = ""
 do -- recent change history
 	changes = changes
-		.. TitanUtils_GetGoldText("8.0.2 : 2024/01/14\n")
-		.. TitanUtils_GetGreenText("Location : \n")
-		.. TitanUtils_GetHighlightText(""
-			.. "- Fix for ticket #1381, error on opening map when Location is hidden.\n"
-			.. "- Refactor to save cycles when user selected no coords on map.\n"
-		)
-		.. TitanUtils_GetGreenText("Config : \n")
-		.. TitanUtils_GetHighlightText(""
-			.. "- Update many locale / translated strings.\n"
-		)
-		.. "\n\n"
-		.. TitanUtils_GetGoldText("8.0.1 : 2024/01/01\n")
-		.. TitanUtils_GetGreenText("Titan : \n")
-		.. TitanUtils_GetHighlightText(""
-			.. "- In right click menu, do not show 'v' if no version found.\n"
-		)
-		.. TitanUtils_GetGreenText("Clock : \n")
-		.. TitanUtils_GetHighlightText(""
-			.. "- Remove 24 hour checkbox from slider frame.\n"
-		)
-		.. TitanUtils_GetGreenText("Location : \n")
-		.. TitanUtils_GetHighlightText(""
-			.. "- Classic (Wrath and Era) put coords on bottom of small and large maps, if user selected.\n"
+    .. TitanUtils_GetGoldText("8.0.9 : 2024/03/19\n")
+    .. TitanUtils_GetGreenText("Titan : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- TOC update for DragonFlight to 10.2.6.\n"
+        .. "- TOC update for Classic Era to 1.15.1.\n"
 		)
-		.. TitanUtils_GetGreenText("Repair All : \n")
-		.. TitanUtils_GetHighlightText(""
-			.. "- Add back option to show / hide most damaged equipped item.\n"
-			.. "- New option to show / hide total % and cost.\n"
-			.. "- Scan of equipped items rewritten.\n"
-		)
-		.. "\n\n"
-		.. TitanUtils_GetGoldText("8.0.0 : 2023/12/23\n")
-		.. TitanUtils_GetGreenText("Titan single release version : \n")
-		.. TitanUtils_GetHighlightText(""
-			.. "- Titan : Combined Retail and Classic versions for maintainability.\n"
-			.. "  This makes most retail / DF features available in Classic versions.\n"
-			.. "- Titan built-in plugins : Merged retail and Classic versions.\n"
-		)
-		.. "\n\n"
-		.. TitanUtils_GetGoldText("7.01.04.100200 : 2023/11/11\n")
-		.. TitanUtils_GetGreenText("Titan : \n")
-		.. TitanUtils_GetHighlightText(""
-			.. "- Titan : TOC update only.\n"
-		)
-		.. "\n\n"
+    .. "\n\n"
+    .. TitanUtils_GetGoldText("8.0.8 : 2024/03/08\n")
+    .. TitanUtils_GetGreenText("Location : \n")
+    .. TitanUtils_GetHighlightText(""
+        ..
+        "- Reverted change to TITAN_PANEL_MENU_CATEGORIES. Removal of this table broke a couple Titan plugins.  Sorry about that.\n"
+    )
+    .. "\n\n"
+    .. TitanUtils_GetGoldText("8.0.7 : 2024/03/05\n")
+    .. TitanUtils_GetGreenText("Titan : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- Removed LDB and Titan examples due to Curse parsing checks.\n"
+        .. "- Updated the locale files for Categories.\n"
+    )
+    .. TitanUtils_GetGreenText("Timers : \n")
+    .. TitanUtils_GetHighlightText(""
+        ..
+        "- Updates to TitanPeformance, TitanClock, TitanLocation, and TitanGold to ensure the respective timers are used properly..\n"
+    )
+    .. "\n\n"
+    .. TitanUtils_GetGoldText("8.0.6 : 2024/03/03\n")
+    .. TitanUtils_GetGreenText("Titan : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- Refactor code (cleanup, remove globals, IDE) for Visual Studio Code.\n"
+        .. "- Added icons to TOC (Retail only).\n"
+        .. "- Titan built-in plugins : Merged retail and Classic versions.\n"
+    )
+    .. TitanUtils_GetGreenText("TitanRegen : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- Removed two unneeded files.\n"
+    )
+    .. TitanUtils_GetGreenText("TitanLoot : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- Fixed version.\n"
+    )
+    .. TitanUtils_GetGreenText("TitanRepair : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- Re-added new process for showing repair costs with better formatting.\n"
+    )
+    .. "\n\n"
+    .. TitanUtils_GetGoldText("8.0.5 : 2024/02/08\n")
+    .. TitanUtils_GetGreenText("Titan : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- Add additional .registry (optional) to routine for right click menu explicit - used in example plugin.\n"
+        .. "  Allow .registry routines to be local.\n"
+        .. "- Updated Interface value for 1.15.1 WoW CE release.\n"
+    )
+    .. TitanUtils_GetGreenText("TitanBag : \n")
+    .. TitanUtils_GetHighlightText(""
+        ..
+        "- Changed method to determine profession bags by type not ID; should be ok if WoW adds new profession bags. Soul / Ammo / Quivers are included as profession bags (mainly for Classic).\n"
+    )
+    .. TitanUtils_GetGreenText("TitanAmmo : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- Made a couple routines local rather than global.\n"
+    )
+    .. TitanUtils_GetGreenText("TitanRepair : \n")
+    .. TitanUtils_GetHighlightText(""
+        .. "- Added new process for showing repair costs with better formatting.\n"
+        .. "- Update for localizations for recent changes in TitanRepair.\n"
+        .. "- Cleanup debug statement; remove commented out code.\n"
+    )
+    .. "\n\n"
 end

 local function TitanPanel_ScreenAdjustReload()
diff --git a/Titan/Titan_Mainline.toc b/Titan/Titan_Mainline.toc
index 4f7ed99..6ec8f2d 100644
--- a/Titan/Titan_Mainline.toc
+++ b/Titan/Titan_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.7|r
 ## Author: Titan Panel Dev Team
 ## Version: 8.0.7
diff --git a/TitanAmmo/TitanAmmo_Vanilla.toc b/TitanAmmo/TitanAmmo_Vanilla.toc
index 6ed10b1..5181485 100644
--- a/TitanAmmo/TitanAmmo_Vanilla.toc
+++ b/TitanAmmo/TitanAmmo_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds an ammo monitor to Titan Panel - Classic versions only
diff --git a/TitanBag/TitanBag_Mainline.toc b/TitanBag/TitanBag_Mainline.toc
index a549285..c227bbf 100644
--- a/TitanBag/TitanBag_Mainline.toc
+++ b/TitanBag/TitanBag_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\AddOns\TitanBag\TitanBag
diff --git a/TitanBag/TitanBag_Vanilla.toc b/TitanBag/TitanBag_Vanilla.toc
index b2fbcac..0d60a52 100644
--- a/TitanBag/TitanBag_Vanilla.toc
+++ b/TitanBag/TitanBag_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds bag and free slot information to Titan Panel
diff --git a/TitanClassic/TitanClassic_Vanilla.toc b/TitanClassic/TitanClassic_Vanilla.toc
index e6ca0b2..0b1e7fb 100644
--- a/TitanClassic/TitanClassic_Vanilla.toc
+++ b/TitanClassic/TitanClassic_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.7|r
 ## Author: Titan Panel Dev Team
 ## Version: 8.0.7
diff --git a/TitanClock/TitanClock_Mainline.toc b/TitanClock/TitanClock_Mainline.toc
index 98a6867..9b7625e 100644
--- a/TitanClock/TitanClock_Mainline.toc
+++ b/TitanClock/TitanClock_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\Icons\Spell_Nature_TimeStop
diff --git a/TitanClock/TitanClock_Vanilla.toc b/TitanClock/TitanClock_Vanilla.toc
index 52db806..a0da425 100644
--- a/TitanClock/TitanClock_Vanilla.toc
+++ b/TitanClock/TitanClock_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds a clock to Titan Panel
diff --git a/TitanGold/TitanGold_Mainline.toc b/TitanGold/TitanGold_Mainline.toc
index 37d5a64..6c3ad73 100644
--- a/TitanGold/TitanGold_Mainline.toc
+++ b/TitanGold/TitanGold_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\AddOns\TitanGold\Artwork\TitanGold
diff --git a/TitanGold/TitanGold_Vanilla.toc b/TitanGold/TitanGold_Vanilla.toc
index 243af3e..9900dcb 100644
--- a/TitanGold/TitanGold_Vanilla.toc
+++ b/TitanGold/TitanGold_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
diff --git a/TitanLocation/TitanLocation_Mainline.toc b/TitanLocation/TitanLocation_Mainline.toc
index 616eacf..f9332d1 100644
--- a/TitanLocation/TitanLocation_Mainline.toc
+++ b/TitanLocation/TitanLocation_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\AddOns\TitanLocation\TitanLocation
diff --git a/TitanLocation/TitanLocation_Vanilla.toc b/TitanLocation/TitanLocation_Vanilla.toc
index 9c907d4..6ae6755 100644
--- a/TitanLocation/TitanLocation_Vanilla.toc
+++ b/TitanLocation/TitanLocation_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds coordinates and location information to Titan Panel
diff --git a/TitanLootType/TitanLootType_Mainline.toc b/TitanLootType/TitanLootType_Mainline.toc
index 7dd62c7..4e056ea 100644
--- a/TitanLootType/TitanLootType_Mainline.toc
+++ b/TitanLootType/TitanLootType_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\AddOns\TitanLootType\TitanLootType
diff --git a/TitanLootType/TitanLootType_Vanilla.toc b/TitanLootType/TitanLootType_Vanilla.toc
index b3d8f85..d2c1c20 100644
--- a/TitanLootType/TitanLootType_Vanilla.toc
+++ b/TitanLootType/TitanLootType_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
diff --git a/TitanPerformance/TitanPerformance_Mainline.toc b/TitanPerformance/TitanPerformance_Mainline.toc
index 30cc4e5..13438ad 100644
--- a/TitanPerformance/TitanPerformance_Mainline.toc
+++ b/TitanPerformance/TitanPerformance_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\AddOns\TitanPerformance\TitanPerformance
diff --git a/TitanPerformance/TitanPerformance_Vanilla.toc b/TitanPerformance/TitanPerformance_Vanilla.toc
index be1e9e9..8a0eb48 100644
--- a/TitanPerformance/TitanPerformance_Vanilla.toc
+++ b/TitanPerformance/TitanPerformance_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
diff --git a/TitanRegen/TitanRegen_Vanilla.toc b/TitanRegen/TitanRegen_Vanilla.toc
index 434da05..0ecc844 100644
--- a/TitanRegen/TitanRegen_Vanilla.toc
+++ b/TitanRegen/TitanRegen_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds a regen monitor to Titan Panel to show HP/MANA regen - Classic versions only
diff --git a/TitanRepair/TitanRepair_Mainline.toc b/TitanRepair/TitanRepair_Mainline.toc
index 9b1ce75..71e9c59 100644
--- a/TitanRepair/TitanRepair_Mainline.toc
+++ b/TitanRepair/TitanRepair_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\AddOns\TitanRepair\TitanRepair
diff --git a/TitanRepair/TitanRepair_Vanilla.toc b/TitanRepair/TitanRepair_Vanilla.toc
index c19bab2..11ef8cc 100644
--- a/TitanRepair/TitanRepair_Vanilla.toc
+++ b/TitanRepair/TitanRepair_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors. Adds selling of grey items.
diff --git a/TitanVolume/TitanVolume_Mainline.toc b/TitanVolume/TitanVolume_Mainline.toc
index fbae28b..c156d12 100644
--- a/TitanVolume/TitanVolume_Mainline.toc
+++ b/TitanVolume/TitanVolume_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\AddOns\TitanVolume\Artwork\TitanVolumeHigh
diff --git a/TitanVolume/TitanVolume_Vanilla.toc b/TitanVolume/TitanVolume_Vanilla.toc
index 9593397..15e8d17 100644
--- a/TitanVolume/TitanVolume_Vanilla.toc
+++ b/TitanVolume/TitanVolume_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds a volume control icon on your Titan Bar
diff --git a/TitanXP/TitanXP_Mainline.toc b/TitanXP/TitanXP_Mainline.toc
index 898951f..176ed09 100644
--- a/TitanXP/TitanXP_Mainline.toc
+++ b/TitanXP/TitanXP_Mainline.toc
@@ -1,4 +1,4 @@
-## Interface: 100205
+## Interface: 100206
 ## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## IconTexture: Interface\Icons\xp_icon
diff --git a/TitanXP/TitanXP_Vanilla.toc b/TitanXP/TitanXP_Vanilla.toc
index ea59723..ab67d6a 100644
--- a/TitanXP/TitanXP_Vanilla.toc
+++ b/TitanXP/TitanXP_Vanilla.toc
@@ -1,4 +1,4 @@
-## Interface: 11500
+## Interface: 11501
 ## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.7|r
 ## Version: 8.0.7
 ## Notes: Adds information to Titan Panel about XP earned and time to level