Skip to content

Releases: ptjung/clique

Minor Intuitiveness Patch

17 Aug 05:03
Compare
Choose a tag to compare

Improvements

  • Toast at the bottom of the rooms page for notifying the user to refresh if there are any errors
  • Nicer video search results: empty search caption, cards scale on hover, and background removed

Persisting Issues

See v1.0.1

Follow-up Patch

26 Jul 19:37
Compare
Choose a tag to compare

Improvements

  • Improved documentation in the back-end and core files in the front-end
  • Improved joining interactions with paused or ended videos, now syncing properly

Bug Fixes

  • Fixed the REST API being exposed (implemented proper authentication)
  • Fixed an interaction where anonymous guests did not have to provide a display name to enter
  • Fixed an interaction where guests were occasionally unable to join rooms
  • Fixed an interaction where joining guests did not have their players sync with other users' players
  • Fixed the inability to interact with the dark part of the volume bar
  • Fixed the message's text not wrapping around properly
  • Apparently fixed the DataTables having unclickable rows, due to jQuery not loading in; if you are experiencing this, feel free to add an issue!

Persisting Issues

  • The SameSite attribute in the cookies sent to the iFrame API is unset; since this application uses an iFrame wrapper, fixes are not easy
  • Refreshing the page within a room will set your name to the name of the user which most recently joined a room; this is caused by the limits of how MemoryStore is used to authenticate users in a room

First Launch

21 Jul 03:07
Compare
Choose a tag to compare

Features

  • Accounts
  • Dynamic Rooms
  • Videos (iframe API, YouTube Data API)
  • Real-time Interactions

Persisting Issues

  • Cannot click on or drag the empty part of the volume bar
  • Paused or ended videos will start playing out of order with joining users
  • Refreshing the page could revert back display names for the same user in the same room