From 31fb891d070cf4d2b8ca7289f53760177282bce8 Mon Sep 17 00:00:00 2001 From: urnati Date: Mon, 1 Dec 2025 21:05:32 -0500 Subject: [PATCH] - Update for 9.0.1 --- Titan/TitanHistory.lua | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Titan/TitanHistory.lua b/Titan/TitanHistory.lua index 4969dd3..c06bfe3 100644 --- a/Titan/TitanHistory.lua +++ b/Titan/TitanHistory.lua @@ -10,14 +10,36 @@ These are in a seperate file to --- Release notes. Keep structure; most recent on 'top' local recent_changes = { { + version = "9.0.1", + when = "2025/12/01", + topics = { + { + topic = "Profiles", + lines = { + "Profiles - Sync All added.", + "- Acts as the old Global; overrides Sync.", + "- See Titan > Config > Help > Profiles for more details on how this works.", + }, + }, + { + topic = "Titan > Config > Plugins", + lines = { + "Show (Hide) fixed; all features should be working again.", + }, + }, + }, + }, + { 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", -- 1.7.9.5