Quantcast

- Remove -pre; update tool tip timer range

urnati [02-08-26 - 14:37]
- Remove -pre; update tool tip timer range
Filename
Titan/TitanHistory.lua
diff --git a/Titan/TitanHistory.lua b/Titan/TitanHistory.lua
index 72894cc..20a168d 100644
--- a/Titan/TitanHistory.lua
+++ b/Titan/TitanHistory.lua
@@ -10,7 +10,7 @@ These are in a seperate file to
 --- Release notes. Keep structure; most recent on 'top'
 local recent_changes = {
    {
-      version = "9.1.0-pre",
+      version = "9.1.0",
       when = "2026/02/02",
       topics =  {
          {
@@ -28,7 +28,7 @@ local recent_changes = {
             topic = "Titan Tooltips",
             lines = {
                "Internals changed due to Midnight 'secret' value errors, mostly in instances.",
-               "!! New option in Tooltips and Frames to adjust tooltip timer - .5 - 10 sec.",
+               "!! New option in Tooltips and Frames to adjust tooltip timer - 0.0 - 10 sec.",
                "Devs : The registry.tooltipTitle is now optional allowing the title to be custom set.",
                "Devs : If your tooltip is not right, please use Titan Discord to message us for assistance.",
                "-- Especially if you use registry.tooltipCustomFunction ",