Skip to content

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

v2.1.5

20 Jul 02:52
Compare
Choose a tag to compare
  • Fix missing emotes by changing to an API call instead of Ember call. (1415ae5)

Commits this release

v2.1.4

07 Apr 04:37
Compare
Choose a tag to compare
  • Fix site loading issue stemming from getter.get is null errors. (40bb3eb)

Commits this release

v2.1.3

02 Oct 17:23
Compare
Choose a tag to compare
  • Add support for Twitch Prime (1793022) and (1e0ef70)
  • Improved Global badge icon to the Twitch Glitch (favicon) (3905503)
  • Fix issue with channel name strings (e08b2fd)
  • Fix display of menu button (263f758)
  • Fix display of menu on pop-out chat (e78f4ca)

Commits this release

v2.1.2

06 Jun 02:54
Compare
Choose a tag to compare
  • Change jquery.scrollbar and generate-userscript-header packages to different location.
  • Fix not removing invalid emotes when updating UI, see #92

Commits this release

v2.1.1

17 May 04:13
Compare
Choose a tag to compare
  • Fix channels with underscores not getting proper display names. (e6aa67e)
  • Fix error when late loading (e.g. BTTV). (d9f37fb)

Commits this release

v2.1.0

15 May 17:11
Compare
Choose a tag to compare
  • Fix potential duplicate API calls from multiple EmoteStore.init runs. (4db841a)
  • Fix o_O emote not displaying or sorting properly. (c2e6958)
  • Add ability for third party emote providers to specify their own channel display name (6fba769) or allow the display name and badge to be fetched from the Twitch API. (291739e)
  • Improve UI updates; now channel display names, badges, and even entirely new emotes are updated while the emote menu is open. (46c355d)
  • Improve pre-loading of certain emote data which should improve first-time opens for most users.

Commits for this release

v2.0.0

06 May 06:26
Compare
Choose a tag to compare

Added more HTTPS support
Fixed not loading due to layout change (see #87)
Clarify what emotes are shown/hidden when toggling visibility (see #84)

v1.1.4

09 Mar 03:08
Compare
Choose a tag to compare
  • Added HTTPS support.

v1.1.3

29 Jul 01:10
Compare
Choose a tag to compare
  • Fixed: menu now appears on dashboard again, though limited. As the chat is in an iframe, you won't be able to drag or resize the menu to be larger than the chat area and it must always overlap. See #85.

As always, you can install the latest version on the home page.

Commits for this release

v1.1.2

18 Jul 19:57
Compare
Choose a tag to compare
  • Fixed: selection prevented the middle-mouse scrolling to not work again.
  • Fixed: prevent trying to call API when it is a 3rd party emote. Note: it is planned to allow 3rd party emotes to specify when they want the API called, but it won't be by default.