- 6.00.11 release
urnati [01-15-23 - 21:07]
- 6.00.11 release
- Config - update update change history
diff --git a/Titan/TitanConfig.lua b/Titan/TitanConfig.lua
index bb28e30..9695d6b 100644
--- a/Titan/TitanConfig.lua
+++ b/Titan/TitanConfig.lua
@@ -33,7 +33,14 @@ local notes = ""
.."On PTR the menu & bag frame and the status / xp frame ARE adjustable via edit mode. This adjustment will be removed in a future release.\n"
)
local changes = ""
- ..TitanUtils_GetGoldText("6.00.11.100002 : 2023/01/31\n\n")
+ ..TitanUtils_GetGoldText("6.00.11.100002 : 2023/01/31\n")
+ ..TitanUtils_GetGreenText("TitanRepair : \n")
+ ..TitanUtils_GetHighlightText(""
+ .."- Can now sell ALL gray items - use with CAUTION!\n"
+ .."--- Option to to show gray total value on plugin.\n"
+ .."--- Option to auto sell at vendor.\n"
+ .."--- Can sell at vendor using Left click on plugin.\n"
+ )
..TitanUtils_GetGreenText("TitanBag : \n")
..TitanUtils_GetHighlightText(""
.."- Fix so Open Bags option really opens bags if user desires.\n"
@@ -55,7 +62,8 @@ local changes = ""
..TitanUtils_GetHighlightText(""
.."- Labels : Extend custom labels to 2 (second) through 4 (fourth). Plugins should be used / shown at least once, especially if more than one label / value pair is shown by that plugin.\n"
)
- ..TitanUtils_GetGoldText("6.00.10.100002 : 2022/12/13\n\n")
+ .."\n\n"
+ ..TitanUtils_GetGoldText("6.00.10.100002 : 2022/12/13\n")
..TitanUtils_GetGreenText("TitanBag : \n")
..TitanUtils_GetHighlightText(""
.."- Made 'open bags' (left click) an option (default off) until container taint resolved.\n"
@@ -76,12 +84,14 @@ local changes = ""
..TitanUtils_GetHighlightText(""
.."- Fix for some LDB addons not being updating properly.\n"
)
- ..TitanUtils_GetGoldText("6.00.09.100002 : 2022/12/01\n\n")
+ .."\n\n"
+ ..TitanUtils_GetGoldText("6.00.09.100002 : 2022/12/01\n")
..TitanUtils_GetGreenText("TitanRepair : \n")
..TitanUtils_GetHighlightText(""
.."- Quick fix for repair pop up.\n"
)
- ..TitanUtils_GetGoldText("6.00.08.100002 : 2022/12/01\n\n")
+ .."\n\n"
+ ..TitanUtils_GetGoldText("6.00.08.100002 : 2022/12/01\n")
..TitanUtils_GetGreenText("TitanRepair rewritten - Notable changes: \n")
..TitanUtils_GetHighlightText(""
.."- See plugin notes.\n"