From 62c90a61815bfd853fb85981ce461decf9403a7f Mon Sep 17 00:00:00 2001 From: Anatole Date: Mon, 31 Jul 2023 08:37:43 +0200 Subject: [PATCH] bump version (3.0.14->3.0.15) --- CHANGELOG-nightly.md | 14 ++++++++++---- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md index feebff161..91a850540 100644 --- a/CHANGELOG-nightly.md +++ b/CHANGELOG-nightly.md @@ -2,13 +2,19 @@ **The changes listed here are not assigned to an official release**. -- Added a backup tab to settings page for importing & exporting settings -- Added an option to select default Emote Menu tab -- Added artist attribution to emote card +- No unreleased changes yet. + +### 3.0.15.1000 + +**The changes listed here are not assigned to an official release**. + +- Added a backup tab to the settings menu for importing & exporting settings +- Added an option to select the default Emote Menu tab +- Added artist attribution to the emote card - Added ability to reset settings to their defaults +- Fixed an issue where emotes would take a long time to load if external emote providers gave slow response times - Fixed an issue where mentioning yourself would highlight the message - Fixed an issue where replying to a thread starting from your own message would highlight the message -- Fixed an issue where emotes would take a long time to load if external emote providers gave slow response times - Fixed a regression in previous nightly build causing channel emote sets to not receive EventAPI subscriptions - Removed old deprecated fallback cosmetics fetching using the v2 API diff --git a/CHANGELOG.md b/CHANGELOG.md index 58920052e..8bb226a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -### 3.0.14.1000 +# 3.0.15 + +- Added a backup tab to the settings menu for importing & exporting settings +- Added an option to select the default Emote Menu tab +- Added artist attribution to the emote card +- Added ability to reset settings to their defaults +- Fixed an issue where emotes would take a long time to load if external emote providers gave slow response times +- Fixed an issue where mentioning yourself would highlight the message +- Fixed an issue where replying to a thread starting from your own message would highlight the message +- Fixed a regression in previous nightly build causing channel emote sets to not receive EventAPI subscriptions +- Removed old deprecated fallback cosmetics fetching using the v2 API + +### 3.0.14 - Added a shortcut (Ctrl+E) to open the Emote Menu - Added shortcuts (Up/Down Arrows) to switch between providers in the Emote Menu diff --git a/package.json b/package.json index 4fcf51675..8e49f3a89 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.14", + "version": "3.0.15", "dev_version": "1.0", "scripts": { "start": "NODE_ENV=dev yarn build:dev && NODE_ENV=dev vite --mode dev",