Skip to content

Commit

Permalink
bump version (3.0.12->3.0.13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM committed Jun 23, 2023
1 parent aa2719d commit a77bdd5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-nightly.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.12",
"version": "3.0.13",
"dev_version": "1.0",
"scripts": {
"start": "NODE_ENV=dev yarn build:dev && NODE_ENV=dev vite --mode dev",
Expand Down

0 comments on commit a77bdd5

Please sign in to comment.