Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

48 lines (41 loc) · 3.95 KB

RoboBananaFrontend Changelog

2024.05.04

Additions and Fixes

  • Added more realistic physics to emote popups (old implementation still exists but is not used)
  • Deactivated old emote zones (left, right, top, bottom)
  • Added new emote popup zone (special) where special emote popup animations are displayed.
  • Special animation is triggered when a streamdeck event happens (works in tandem with new point redemtions in RoboNana)
  • Special animation is triggered when the same emote is sent to chat often enough in 30 seconds (will be removed or adjusted depending on how it turns out in stream)
  • General changes to the emote popup coding
  • by Tiranthine
  • PR #46

2024.04.28

Additions and Fixes

  • Added a multi move option for pokemon playMove, allowing to move multiple spaces with a single command - by ValpsZ - PR #39 & PR #42
  • Fixed a chat issue where a twitch chat message with a very long username pushed the twitch icon too far to the right - by Tiranthine - PR #44
  • Also removed the ':' between message name and twitch icon for twitch messages

2024.04.23-26

Additions and Fixes:

  • Improve features of chat TTS mode, including a delay between TTS messages and restricting it to people with certain roles (502673a...4eb5ddf)
  • Add functionality to have Overlay pass "Twitch plays Pokemon" commands to local game instance (62615f2...1f482a4)
  • Improve custom theme loading to fill missing values from currently loaded theme instead of always using the default theme (4b324e8)

2024.04.22

Additions and Fixes:

  • Add full TTS mode, which can use any message that starts with "hooj" for TTS (05cfefb...27e5b9e)

2024.04.06

Additions and Fixes:

  • Functionality to enable emote popup zones on startup (bottomEdgeMultiple for now) (#37) (By Tiranthine)
  • Fixed bug where multiple emotes from different sources in the same message were displayed incorrrectly (#37) (By Tiranthine)

2024.04.04

Additions and Fixes:

  • Animation endpoint now supports images AND videos (#36) (By Tiranthine)

    • Objects only start playing after they are done loading
    • Duration parameter is now in MS
    • Content is no longer cached so animations restart
  • New "bottomEdgeMultiple" zone for jumping emoji that multiplies emoji amount based on usage in last 10 seconds (#36) (By Tiranthine)

2024.04.03

Additions and Fixes:

  • Added progress bar to polls to display time left (#29)
  • Added animation to spotify progress, making the progress bar smoother (#30)
  • Added streamdeck endpoint to replay last/current T3 TTS message (#31)
  • (Temporarily) rewrites sticker URLs of GIF stickers to media.discordapp.com instead of their CDN, as gif stickers are not available on the CDN at the moment for some reason (#35)