Skip to content

Releases: cletusc/Userscript--Twitch-Chat-Emotes

UI Performance: LEVEL UP

16 Jul 04:42
Compare
Choose a tag to compare

The UI performance has been drastically improved in this release. Previously, opening and closing the menu would regenerate all of the underlying structure of the menu on every single open or close. Now, the underlying structure only changes when an emote changes and never gets removed, making the menu a lot more snappy.

  • Improved: UI performance.
  • Improved: reduced amount of API calls when loading.
  • Improved: hiding an entire channel with now individually hide all emotes. This allows you to hide all then unhide just the ones you want to see.
  • Fixed: no longer runs in iframes.
  • Fixed: smiley emotes will no longer be prefixed/suffixed with ^ or $. The :/ and :\ emotes now show the proper text when clicked as well.
  • Fixed: sort order of channels. Channels will now be sorted as Turbo always on top, Global emotes next, followed by your subscriber emotes.

For a full list of commits, see the commit history.

v1.1.0

16 Jul 04:29
Compare
Choose a tag to compare
  • Add API for 3rd party addons. Note that this isn't formally documented yet, but you may see basic usage on #72 (comment)

v1.0.0

26 Oct 07:28
Compare
Choose a tag to compare

We're out of beta! Here's what's changed.

  • Added: edit mode. This adds both the ability to favorite emotes as well as to hide emotes. Click the GEAR icon to go into the editing mode.
    • Hiding emotes: go into edit mode and click the "eye" icon to toggle visibility of the emote, or even entire channels. Say you are supporting a streamer by subscribing, but you don't like their emotes--hide the ones you don't like or the entire channel's emotes! This works on third-party emotes as well. Don't like BetterTTV or FrankerFaceZ emotes on the menu but still want them in your chat? Hide them! Please note that hiding a whole channel takes priority over a specific emote.
    • Favoriting emotes: go into edit mode and click the "star" icon on an emote. It will appear in the "Favorite Emotes" section. Favorite emotes will appear with a gold border in the "all emotes" section as well. Please note that hiding takes priority over a favorite.

  • Added: hidden Twitch Turbo emotes will now show in the menu if you have them.
    Twitch Turbo hidden emotes
  • Added: proper display names on channel sections.
  • Changed: popular emotes section replaced with "Favorite Emotes" as detailed above.
  • Changed: storage has been reworked to improve performance and allows greater flexibility. Caching data from API calls is now much more effective.
  • Changed: addon header removed; now all third-party emotes will have (from third-party addon) shown when you hover over the emote.
  • Fixed: missing channel badge image for third-party emotes that don't specify one.
  • Fixed: channel badges not showing properly due to an API change by Twitch.
  • Fixed: emote menu color being white. Twitch changed a color on their end that the menu was using. When they changed from black to white, the menu got changed too. Color is now fixed at a very dark gray.

Take a look at the full list of commits for this release for more info.

As always, get the latest release by installing from the homepage.

v0.6.4

24 Sep 02:42
Compare
Choose a tag to compare

Add: project is now licensed under MIT
Add: support for vendor prefixes using autoprefixer
Add: support for forcing a third party emote to show, see commit notes: ed37c82
Change: removed Github project link in favor of hompage link
Change: now using browserify
Fix: flickering on initial opening of menu
Fix: losing scroll bar when resizing
Fix: menu button and chat button not showing due to 09/23/14 Twitch layout change

v0.6.3

26 Jul 11:15
Compare
Choose a tag to compare

Fix: support for MiniK/KappaHD (and other non-standard emotes) dropped due to failure for some users. See #50

v0.6.2

26 Jul 11:12
Compare
Choose a tag to compare

Fix: menu not working when navigating between channels and directory pages

v0.6.1

26 Jul 11:11
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Fix: MiniK/KappaHD (and other non-standard emotes) will now show

v0.6.0

26 Jul 11:09
Compare
Choose a tag to compare

Add: show emote button even when logged out. When clicked, will prompt to log in.
Add: UI for the "pinning" feature that's been around since v0.3.0
Fix: sort order for turbo emotes. This mainly affects BetterTTV by forcing the correct sort order.
Fix: missing some subscriber channels (and their emotes)
Remove: ability to change popular emotes location

v0.5.18

26 Jul 11:04
Compare
Choose a tag to compare

Fix: menu not showing due to missing jQuery

v0.5.17

26 Jul 11:02
Compare
Choose a tag to compare

Fix: grid alignment issue
Fix: cursor on resize handle
Remove: news service; will be added in again later using a friendlier UI, see #43