Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Releases: ProbablePrime/nodecg-mixer

Mixer + Proper Polymer Support

21 Jan 02:51
Compare
Choose a tag to compare
Pre-release

Since I last worked on this Beam renamed to Mixer.

I took a look at this module after about a year of abandonment and found it to be quite messy. This new release is designed to correct this.

  • Removing JQuery
  • Using Polymer Properly
  • Reducing Magic Strings - I continually mixup subs, sub, subscription, subscriptions etc. Its confusing
  • Making startup simpler

Once this is done we'll probably end up refactoring a bit more to use OAuth from the dashboard to workour which channel we are. Then it wont need any config

Constellation,Refactoring and 0.8.* support

29 Oct 18:11
Compare
Choose a tag to compare

Its been a long time since i worked on this, I've updated things to run on Beam's constellation service using their module carina.

I've also refactored things. there's a lot of messy code going on in this atm.

Dependency Update

08 Jun 17:53
Compare
Choose a tag to compare

Beam changed some internals to report 204 status codes for success. We updated wsabi-client-bacon.

Persistent Lists and Re-subs

04 Mar 02:48
Compare
Choose a tag to compare
4.0.0

Restore multi-channel functionality

Database

29 Feb 03:39
Compare
Choose a tag to compare
Database Pre-release
Pre-release

I'm sorry to churn this bundle a lot but the Beam API for followers was being unpredictable with its ordering. Due to this for the moment we're pulling ALL the followers on connect and reconnect to check for missing followers. These are stored in a database which also stores sub information. We're now listening to re-sub events too!

Both lists now persist until you dismiss them. So if you're not live when a follow happens we'll pick it up let you know and you can trigger it when you're online.

Clear all still works, it'll dismiss them.

WARNING: Updating to this bundle will prompt an upgrade which will re-trigger all your follows. I could avoid this but due to the relatively small userbase it will be fine.

Now we have a database future updates won't cause this.

I've also removed the debug logs and test buttons. Our connection to beam is quite resilient and everything is displayed in the lists.

With the use of boe-list from supportclass we have an awesome UI now too.

Visuals Update

12 Feb 22:18
Compare
Choose a tag to compare

The visuals for the dashboard panel have been smoothed over to look a lot more polished. Under the hood the CSS is a lot simpler too.

3.0.3

12 Feb 14:30
Compare
Choose a tag to compare
3.0.3

Support for node 4

12 Feb 01:44
Compare
Choose a tag to compare
Merge branch 'master' of github.com:ProbablePrime/nodecg-beam

Conflicts:
	package.json

Detect missing config correctly

10 Feb 20:42
Compare
Choose a tag to compare

Initial 0.7 version

20 Jan 00:28
Compare
Choose a tag to compare

A hasty upgrade to nodecg 0.7

there are issues (#5) but the bundle is functional