Skip to content

Releases: GizmoDevelopment/ramune

v1.3.0

30 Jul 15:45
Compare
Choose a tag to compare

Features

  • Shrunk bundle size by more than a whopping 200%! (from 400 KB to 150 KB)!
  • Replaced tsparticles with custom Leaf renderer for smaller effect objects & improved (hopefully) performance

Improvements

  • Show & Lyric cache is periodically cleaned
  • Replaced tippy.js with custom tooltips
  • Replaced axios with fetch
  • Replaced vue-3-socket.io with vue-socket.io-extended
  • Refactored VueX stores
  • Transition improvements

Bug Fixes

  • (Potentially) fixed video player duplication
  • (Potentially) fixed auto re-connection not working
  • Fixed being greeted by an empty screen on page load
  • Fixed Show banners not fading out on WebKit browsers
  • Fixed Show cards & video controls being too big on mobile
  • Fixed fullscreen user list not disappearing after exiting fullscreen mode
  • GIZMO_TOKEN cookie is now saved with a security policy on login
  • Fixed Higurashi subtitles being duplicated & removed ED lyrics

And other smaller bug fixes & improvements I forgot to write down.

v1.2.0

23 Jul 17:49
Compare
Choose a tag to compare

Features:

  • Karaoke mode (OP & ED lyrics in the video player)
  • Hosts can now kick or promote a user to host by clicking on that user's avatar
  • Shows now have a cool banner on their page
  • User list in fullscreen player
  • List of online users on the homepage (still work in progress)
  • NotSad, GizmoHeart & Agony emoji

Changes:

  • Twemoji are disabled on Apple devices (since Apple have decent emoji)

Bug Fixes:

  • Empty room names aren't possible anymore
  • Fixed Fugou Keiji episode 7 not having its black bars
  • Bug fixes, internal improvements and most importantly, transition tweaks

v1.1.0

15 Jul 15:33
Compare
Choose a tag to compare

Features:

  • Room list is automatically refreshed every 2 seconds
  • Emoji & Markdown support in chat messages & room names (e.g. **tiddies** Booba)
  • Progress bar hover timestamps

Changes:

  • Older chat messages will disappear
  • Default emoji is replaced with Twemoji (Twitter emoji)
  • Chat messages now bounce up when being sent

Bug Fixes:

  • Fixed room list layout
  • Fixed Fugou Keiji episode 10 & 11 subtitle offset
  • Fixed where logging in on another tab would disconnect the previous one
  • Fixed Show pop-up on mobile
  • Smaller bug fixes and transition improvements