Skip to content

Releases: LBBO/stream-together

Release v0.3.1

27 Dec 17:15
Compare
Choose a tag to compare
  • Client now uses HTTPS / WSS by default and only reverts to HTTP / WS when specified by backend URL in options.
  • Session ID is now checked before input was blurred. This means users no longer need to click on the background to trigger a session ID check
  • User sees an error message if a session ID is invalid
  • Backend URL is validated before saving and only saved if valid
  • The options page now displays when saving is in progress and when the options were saved for the last time. This should improve user's confidence that their settings were actually saved.

Release v0.3.0

06 Oct 21:11
Compare
Choose a tag to compare

In v0.3.0, stream together...

  • finally gets its own icon
  • can keep your session alive throughout multiple episodes of your show (tested on Netflix, Disney+ and YouTube playlists)
  • improves its build system
  • fixes some minor bugs

Release v0.2.2

27 Sep 14:35
Compare
Choose a tag to compare
Release v0.2.2 Pre-release
Pre-release

Improve Netflix and Disney+ handling

Release v0.2.1

20 Sep 08:40
Compare
Choose a tag to compare
Release v0.2.1 Pre-release
Pre-release

The current session can now be controlled via the browser action popup. Just click on the plugins logo next to the address bar and you can easily create a session, join a pre-existing session or leave your current session. You will also find your current session ID there, in case it wasn't added to your URL automatically.

Release v0.2.0

08 Sep 09:59
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

This release adds an options page which can be accessed either via chrome://extensions/ > Details > Extension Options or via the extensions button next to the address bar > three dots next to stream-together > Options.

The options page only includes the backend URL (which will already be used by the plugin), but more options are coming.

For more details, see #8.

Release v0.1.3

06 Sep 21:41
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release

In order to use this release, you'll need to change localhost:3000 to your server's URL in backgroundScript.js by hand. This setting will be UI-based in the future. For further instructions, please see the README.md