From ad4de9d2de73b0cff00129827fbfe7c3435c0f62 Mon Sep 17 00:00:00 2001 From: urnati Date: Thu, 23 Apr 2026 19:34:35 -0400 Subject: [PATCH] - History : Update for 9.2.1 git hitch --- Titan/TitanHistory.lua | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/Titan/TitanHistory.lua b/Titan/TitanHistory.lua index db50a37..1907f38 100644 --- a/Titan/TitanHistory.lua +++ b/Titan/TitanHistory.lua @@ -10,6 +10,18 @@ These are in a seperate file to --- Release notes. Keep structure; most recent on 'top' local recent_changes = { { + version = "9.2.1", + when = "2026/04/23", + topics = { + { + topic = "Titan", + lines = { + "Update : Dur to a git hitch, tooltip, an Alts fix, and History were not included in 9.2.0.", + }, + }, + }, + }, + { version = "9.2.0", when = "2026/04/20", topics = { @@ -66,27 +78,6 @@ local recent_changes = { }, }, }, - { - version = "9.1.5", - when = "2026/03/25", - topics = { - { - topic = "Titan Repair", - lines = { - "Fix for Auto repair not working.", - "Durability and cost should update after merchant repair.", - }, - }, - { - topic = "Titan", - lines = { - "LDB : Fix for LDB tooltips (OnTooltipShow)", - "Config Bars : plugins can be adjusted vertically", - "Locale : Several strings added.", - }, - }, - }, - }, } ---Format the release notes -- 1.7.9.5