From 57ed9305bfcb51bdceed6bd53a2f4e2908c1b369 Mon Sep 17 00:00:00 2001 From: urnati Date: Sun, 15 Feb 2026 20:21:22 -0500 Subject: [PATCH] Fix format error --- Titan/TitanHistory.lua | 70 +++++++----------------------------------------- 1 file changed, 9 insertions(+), 61 deletions(-) diff --git a/Titan/TitanHistory.lua b/Titan/TitanHistory.lua index 6bf87a3..4f0aeb7 100644 --- a/Titan/TitanHistory.lua +++ b/Titan/TitanHistory.lua @@ -14,18 +14,16 @@ local recent_changes = { when = "2026/02/16", topics = { { - { - topic = "Titan Gold", - lines = { - "Fix : Added back Sort By submenu.", - "Fix : Added back Show submenu.", - }, + topic = "TitanGold", + lines = { + "Fix : Added back Sort By submenu.", + "Fix : Added back Show submenu.", }, - { - topic = "TitanVolume", - lines = { - "Restored prior version until a better menu and widget scheme is determined. ", - }, + }, + { + topic = "TitanVolume", + lines = { + "Restored prior version until a better menu and widget scheme is determined. ", }, }, }, @@ -145,56 +143,6 @@ local recent_changes = { }, }, }, - { - version = "9.0.0", - when = "2025/11/06", - topics = { - { - topic = "Profiles", - lines = { - "Profiles are greatly changed.", - "- Global is gone; replaced by a Sync scheme.", - "- See Titan > Config > Help > Profiles for more details on how this works.", - }, - }, - { - topic = "Export / Import of Profiles", - lines = { - "Profiles can be exported to be safely saved and imported to same or another system.", - "- See Titan > Config > Help > Export / Import for more details on how this works.", - }, - }, - { - topic = "Reset", - lines = { - "Due to the Profile changing to Sync :", - "- /titan reset will reset the Profile used (could be a Sync).", - "- /titan reset all ", - "--- NEW slash command will act as a delete of Titan saved vars", - "--- Also accessable in Titan > Config > Advanced", - }, - }, - { - topic = "TitanUI", - lines = { - "NEW built-in!", - "Left click will reload UI.", - "Menu gives access to :", - "- Select Titan config pages.", - "- Titan reset of profile (could be a Sync).", - "- Select dev tools, if available.", - }, - }, - { - topic = "Titan", - lines = { - "Ace : Updated libs to Oct 2025 release - Should be Midnight ready!!", - "Plugins : Should be less space after, esp. for those with multiple info displayed such as Perf and Repair.", - "Help : Titan > Config > Help - More detailed info; Redesigned for readability.", - }, - }, - }, - }, } ---Format the release notes -- 1.7.9.5