diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index 26794c95f..8e2149bb0 100644 --- a/CHANGELOG-nightly.md +++ b/CHANGELOG-nightly.md @@ -2,9 +2,16 @@ **The changes listed here are not assigned to an official release**. +- No unreleased changes yet. + +### Version 3.0.12.1000 + - Added colon-completion (partial emote matches with ":") on Kick - Added history navigation (up/down arrow) on Kick - Updated the auth mechanism on Kick to avoid using third-party cookies + +### Version 3.0.11.1000 + - Fixed an issue that caused long messages to pause the chat on Kick ### Version 3.0.10.1000 diff --git a/CHANGELOG.md b/CHANGELOG.md index 93db23d4c..3cd611cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### Version 3.0.12 + +- Added colon-completion (partial emote matches with ":") on Kick +- Added history navigation (up/down arrow) on Kick +- Updated the auth mechanism on Kick to avoid using third-party cookies + ### Version 3.0.11 - Fixed an issue which caused chat to randomly pause on Kick diff --git a/package.json b/package.json index ee8088cd0..2533fcde7 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "displayName": "7TV", "description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.", "private": true, - "version": "3.0.11", - "dev_version": "3.0", + "version": "3.0.12", + "dev_version": "1.0", "scripts": { "start": "NODE_ENV=dev yarn build:dev && NODE_ENV=dev vite --mode dev", "build:section:app": "vite build --config vite.config.ts",