Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Releases: jprjr/multistreamer

8.0.0: Merge pull request #14 from jprjr/discord-webhooks

18 Jun 02:30
Compare
Choose a tag to compare

This is a breaking release - You'll need to run bin/multistreamer -e (env) initdb to upgrade the database.

New Feature: Support for discord webhooks

  • You can add one or more webhook URLs to any stream.
  • Supports sending messages for the following events
    • Stream Starts (includes URLs to Twitch, YouTube, etc)
    • Stream Ends
    • Incoming comments/chat messages

Bugfixes

  • IRC and Facebook bugfixes

7.4.0

21 May 14:19
Compare
Choose a tag to compare

New feature: YouTube video tags

Bugfix: if a comment puller crashes/dies, automatically restart it

7.3.1

23 Apr 22:39
Compare
Choose a tag to compare

Bugfix - whispers/PMs weren't showing in IRC

7.3.0

23 Apr 22:24
Compare
Choose a tag to compare

New feature: Twitch whispers will appear in the chat

7.2.0

23 Apr 05:22
Compare
Choose a tag to compare

New feature: Beam support. See the wiki on how to configure: https://github.com/jprjr/multistreamer/wiki/Beam

7.1.1

22 Apr 18:05
Compare
Choose a tag to compare

Bugfix: accounts accessed via exposed a 'network_user_id' key. This is just used internally when registering accounts, exposing it isn't harmful, it's just useless to API users.

7.1.0

22 Apr 17:59
Compare
Choose a tag to compare

7.0.0

16 Apr 18:52
Compare
Choose a tag to compare

BREAKING UPDATE - you'll need to run bin/multistreamer -e (env) initdb to update the database.

New feature: chat widget - an embeddable version of the chat widget. See the wiki for details: https://github.com/jprjr/multistreamer/wiki/Chat-Widget

6.1.1

02 Apr 19:39
Compare
Choose a tag to compare

IRC: a few bugfixes.

The IRC server now responds to AWAY messages. Users are never truly 'away', but this makes some clients behave better (eg, Adium, Pidgin)

6.1.0

02 Apr 18:57
Compare
Choose a tag to compare

New feature: users can stop streams on-demand