Skip to content

Commit

Permalink
Changelog 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Solanya committed Sep 24, 2019
1 parent 8b5af4d commit 5492bd0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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
Expand Down
1 change: 1 addition & 0 deletions totalRP3/modules/dashboard/WhatsNewTabView.lua
Expand Up @@ -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,
Expand Down
13 changes: 13 additions & 0 deletions totalRP3/tools/Locale.lua
Expand Up @@ -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
Expand Down

0 comments on commit 5492bd0

Please sign in to comment.