From 3ae9db79b7b92fb96fcb115ff837e458099137d8 Mon Sep 17 00:00:00 2001 From: Anatole Date: Wed, 28 Jun 2023 00:51:41 +0200 Subject: [PATCH] bump version (3.0.13->3.0.14) --- CHANGELOG-nightly.md | 4 ++++ CHANGELOG.md | 17 +++++++++++++++++ package.json | 4 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index 499f7de7b..c99ca04de 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. + +### 3.0.14.1000 + - Added a shortcut (Ctrl+E) to open the Emote Menu - Added shortcuts (Up/Down Arrows) to switch between providers in the Emote Menu - Search in the Emote Menu will now automatically open the nearest tab where matches are found diff --git a/CHANGELOG.md b/CHANGELOG.md index 60aad258e..58920052e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +### 3.0.14.1000 + +- Added a shortcut (Ctrl+E) to open the Emote Menu +- Added shortcuts (Up/Down Arrows) to switch between providers in the Emote Menu +- Search in the Emote Menu will now automatically open the nearest tab where matches are found +- The input box in the Emote Menu is now focused automatically upon opening +- Added an option to show stream stats such as latency, resolution, bitrate, etc. +- Added an option to set click actions on the video player (pause/unpause and mute/unmute) +- Added an option to hide player extensions +- Added iterable tab-completion on Kick +- Fixed a user card crash +- Fixed an issue with the EventAPI connection closing on the first initialization +- Fixed an issue that prevented new chatters from appearing in autocompletion +- Fixed an issue which squished tooltips when hovering an emote on the far right side of chat +- Fixed an issue which hid historical messages on Kick +- Increased the default value for Message Batching from 150 to 250 + ### Version 3.0.13 - Added an option to hide the new mature content dialogs on Twitch diff --git a/package.json b/package.json index 785e4c03e..6005f61ce 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.13", - "dev_version": "3.0", + "version": "3.0.14", + "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",