- History : TOC to 9.2.0; added tooltip change
urnati [04-20-26 - 13:15]
- History : TOC to 9.2.0; added tooltip change
diff --git a/Titan/TitanHistory.lua b/Titan/TitanHistory.lua
index 5af1900..db50a37 100644
--- a/Titan/TitanHistory.lua
+++ b/Titan/TitanHistory.lua
@@ -10,13 +10,13 @@ These are in a seperate file to
--- Release notes. Keep structure; most recent on 'top'
local recent_changes = {
{
- version = "9.1.8",
+ version = "9.2.0",
when = "2026/04/20",
topics = {
{
topic = "Alts",
lines = {
- "New built-in to display profile info on Alts in tooltip format.",
+ "New built-in plugin to display profile info on Alts in tooltip format.",
},
},
{
@@ -28,7 +28,8 @@ local recent_changes = {
{
topic = "Titan",
lines = {
- "Core : Foundational for Alts profile info",
+ "Tooltip : Change to revert behavior to be same as GameTooltip - cursor over plugin controls tooltip show / hide.",
+ "Core : TOC retail to 12.0.5; Foundational for Alts profile info",
"Config : Fixed string in Import / Export text",
},
},