diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index dcd6897bb..7a87f2dd0 100644 --- a/CHANGELOG-nightly.md +++ b/CHANGELOG-nightly.md @@ -2,6 +2,10 @@ **The changes listed here are not assigned to an official release**. +- No unreleased changes yet. + +### Version 3.0.13.1000 + - Added an option to hide the new mature content dialogs on Twitch - Added formatting support for Hype Chat - Added options to hide Hype Chats and the Hype Chat button diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd611cc3..d1d1ca82e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### Version 3.0.13 + +- Added an option to hide the new mature content dialogs on Twitch +- Added formatting support for Hype Chat +- Added options to hide Hype Chats and the Hype Chat button +- Fixed an issue which prevented moderator data from loading in User Cards +- Fixed an issue where nametags with blending paints did not correctly use the base color and appeared invisible instead +- Kick: + - Added a settings menu + - Added an option to set a delay betweet rendering new messages (Message Batching) + - Added an option to set alternating backgrounds between chat messages + - The chat input box on Kick no longers loses focus during slow mode + - Zero-Width Emotes should now appear properly in Kick chat + ### Version 3.0.12 - Added colon-completion (partial emote matches with ":") on Kick diff --git a/package.json b/package.json index 8a1704e41..a5d4fe0dd 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.12", + "version": "3.0.13", "dev_version": "1.0", "scripts": { "start": "NODE_ENV=dev yarn build:dev && NODE_ENV=dev vite --mode dev",