diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bf8d29a..af3369c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Changelog version 1.6.7 + +## Added + +- Added a setting to detect speech in emotes and automatically color it. +![Speech detection](https://i.imgur.com/qpw46yg.png) + +## Changed + +- The companion profiles list accessed through the target frame is now alphabetically sorted, and "Create new profile" has been moved out of it. + # Changelog version 1.6.6 ## Added diff --git a/totalRP3/modules/dashboard/WhatsNewTabView.lua b/totalRP3/modules/dashboard/WhatsNewTabView.lua index 7f656e615..15e229c05 100644 --- a/totalRP3/modules/dashboard/WhatsNewTabView.lua +++ b/totalRP3/modules/dashboard/WhatsNewTabView.lua @@ -39,6 +39,7 @@ local strhtml = TRP3_API.utils.str.toHTML; --- List of "What's new" segments to concatenate and display together when --- this view is activated. local SEGMENTS = { + loc.WHATS_NEW_23_7, loc.WHATS_NEW_23_6, loc.WHATS_NEW_23_5, loc.WHATS_NEW_23_4, diff --git a/totalRP3/tools/Locale.lua b/totalRP3/tools/Locale.lua index 70acc4275..50f245fd7 100644 --- a/totalRP3/tools/Locale.lua +++ b/totalRP3/tools/Locale.lua @@ -1304,6 +1304,19 @@ We are aware of a current issue on Retail causing **quest item usage from the ob CO_CHAT_MAIN_SPEECH_USE = "Use speech detection", CO_CHAT_MAIN_SPEECH_USE_TT = "Text surrounded by quotation marks will be colored as if written in /say.", + ---@language Markdown + WHATS_NEW_23_7 = [[ +# Changelog version 1.6.7 + +## Added + +- Added a setting to detect speech in emotes and automatically color it. + +## Changed + +- The companion profiles list accessed through the target frame is now alphabetically sorted, and "Create new profile" has been moved out of it. + +]], }; -- Use Ellyb to generate the Localization system