Releases Tags
-
v0.6
released this 2 years ago | 15 commits to master since this release
Major Changes
- Add pagination. API schema has changed significantly.
Downloads
-
v0.5.1
released this 2 years ago | 17 commits to master since this release
Bugfixes
- Fix issue #24 (Request ordering inconsistent)
Downloads
-
v0.5
released this 2 years ago | 19 commits to master since this release
Major Changes
- Retrieve follower/subscriber list from Twitch (finally!)
- Allow streamer to configure point values of votes from different classes of users (user,follower,subscriber)
Bugfixes
- Fix regression where songs with 0 votes had $normaluservotepoints points
Downloads
-
v0.4.1
released this 2 years ago | 24 commits to master since this release
Bugfixes
- Fix add request modal not appearing
Downloads
-
v0.4
released this 2 years ago | 26 commits to master since this release
Major Changes
- Customization! Streamer can now set page title (displayed both as html title and navbar text) and the color pallete in the newly-added streamer settings menu.
Minor Changes
- Partially implemented manual triggering of cronjobs
Downloads
-
v0.3
released this 3 years ago | 32 commits to master since this release
Major Changes
- Cron implementation - proper implementation of batch jobs
- processBans now supports pagination
- ISO date now included in logs
Minor Changes
- Version check middleware - version is checked on each request so that existing instances will terminate on database upgrade
- Added Dockerfile.prod for production deployments
Downloads
-
v0.2.1
released this 3 years ago | 43 commits to master since this release
Bugfixes:
- Fixed /api/getAllRequests failing when not logged in
Minor Changes:
- Made streamer profile picture and username in navbar links to their Twitch page
Downloads
-
v0.2
released this 3 years ago | 46 commits to master since this release
Major Changes
- URL transforms - Client will attempt to coerce inputted request URLs into a valid format if they are in a recognized alternate format (e.g. youtu.be -> youtube.com)
- Display names of videos instead of URLs, falling back to URLs if names are unavailable
Minor Changes
- Improve debug logging
- Updates to README.md
Downloads