Skip to content

Releases: ToranSharma/Xporcle-Extension

v1.0.0 Host Changing, Quiz Suggestion and Customisable Options

25 May 20:32
Compare
Choose a tag to compare

Version 1.0.0 2020-05-25

Added

  • Options to the options page and page action popout window.
    • Option to auto fill a custom default username in the create and join room
      forms.
    • Option to blur out the room code, maybe useful if streaming a private room.
    • Options script to handle the changing and saving of the options.
    • Options page stylesheet.
  • Button to suggest a quiz to hosts.
  • List of suggestions from other players for hosts to look at.
  • Handling of being promoted to a host.
  • Handling of being removed as a host.
  • Custom context menu for hosts to promote other users to a host.

Changed

  • Websocket server url changed to toransharma.com/xporcle.
  • Leaderboard now includes a wins column, and points ties are decided by wins.

Update pushed out to the Chrome Web Store, Firefox Add-ons and Opera addons

v0.0.2 Firefox support and various fixes

19 May 16:02
Compare
Choose a tag to compare

Version 0.0.2 2020-05-19

Added

  • Gecko browser specific settings extension ID for future Firefox storage API support.
  • Sending of a connection closed message from the background script to the content script.
  • Corresponding connection close message handing in the content script.
  • Handling of quiz finished message to update internal state of the background script.

Fixed

  • Handling of changing page while a quiz is being played.
  • Resetting of internal state variables in background script.
  • Missing declaration of interfaceContainer.
  • Width of interfaceBox to account for differing scroll bar size in Firefox.
  • Handling of start quiz messages when quiz is already running. This only really affects the host of a room.
  • Clipboard writing to support Firefox.

Renamed content script from script.js to xporcle.js.

Removed debugging console messages from content and background scripts.

Update pushed out to the Chrome Web Store, Firefox Add-ons and Opera addons

v0.0.1 Initial Release

18 May 20:43
Compare
Choose a tag to compare
Add extension scripts, manifest and placeholder icons