Skip to content

v3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 21:32
· 31 commits to main since this release

Twitch Emotes

v3 (2026-09-02)

Full Changelog Previous Releases

  • Add animated emote support
    Animate multi-frame sprite-sheet emotes (e.g. :meow:) using ClassicAPI's
    extended |T texcoord-crop escape, across every context.
    • TwitchEmotes_animation_metadata (per-sheet frame layout) added to
      Emotes.lua; animated emotes' base entries cropped to frame 0 so any
      un-animated context shows a clean first frame, not the whole sheet.
    • TwitchEmotesAnimator.lua: ~30fps ticker advancing the current frame in
      chat lines, the autocomplete popup, dropdown menus, chat bubbles, and
      the stats screen (featured icons + ranked lists).
    • Re-converted sprite sheets to uncompressed, unflipped, native
      dimensions (1.12 cannot decode RLE TGA); fixed Clap.tga which was a
      single 32x32 frame.