Skip to content

Commit

Permalink
bump version (3.0.14->3.0.15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM committed Jul 31, 2023
1 parent 512a5b5 commit 97f75e3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 97f75e3

Please sign in to comment.