diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index 74b83651a..8baa9818f 100644 --- a/CHANGELOG-nightly.md +++ b/CHANGELOG-nightly.md @@ -2,6 +2,10 @@ **The changes listed here are not assigned to an official release**. +- + +### Version 3.0.6.1000 + - Links in chat messages now respect known TLDs instead of matching any url-like pattern - Added an option to show timeouts/bans directly in the chat without being a moderator - Added options to change what emotes are displayed in the colon list and tab-completion carousel diff --git a/CHANGELOG.md b/CHANGELOG.md index 21770ba7b..e76d162ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### Version 3.0.6 + +- Links in chat messages now respect known TLDs instead of matching any url-like pattern +- Added an option to show timeouts/bans directly in the chat without being a moderator +- Added options to change what emotes are displayed in the colon list and tab-completion carousel +- Added an option to show the text bit for BTTV and FFZ emote modifiers +- Added an option to hide monitored suspicious user highlights +- Added an option to hide restricted suspicious user highlights +- Added an option to highlight your own chat messages +- Fixed an issue in the emote menu where the previously selected provider would close if a set was empty +- Fixed emote cards sometimes not showing who added the emote +- Fixed an issue where the detailed emote card would clip under existing chat messages + ### Version 3.0.5 - Reply Threads should now appear properly and show all messages diff --git a/package.json b/package.json index a34c7b27c..5e0aa8be7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "7TV", "description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.", "private": true, - "version": "3.0.5", + "version": "3.0.6", "dev_version": "1.0", "scripts": { "start": "NODE_ENV=dev yarn build:dev && NODE_ENV=dev vite --mode dev",