-
v0.7 Pre-Release
released this
2021-04-26 05:15:38 +00:00 | 7 commits to master since this releaseMajor changes
- Add sorting of requests
- Requests with no votes now get purged
Minor changes
- Fix an issue where subscribers would not get updated under certain conditions
- A few other minor bugfixes
Downloads
-
v0.6 Pre-Release
released this
2021-02-26 02:56:14 +00:00 | 15 commits to master since this releaseMajor Changes
- Add pagination. API schema has changed significantly.
Downloads
-
v0.5.1 Pre-Release
released this
2021-02-25 03:45:50 +00:00 | 17 commits to master since this releaseBugfixes
- Fix issue #24 (Request ordering inconsistent)
Downloads
-
v0.5 Pre-Release
released this
2021-02-25 03:15:16 +00:00 | 19 commits to master since this releaseMajor 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 Pre-Release
released this
2021-02-23 04:11:07 +00:00 | 24 commits to master since this releaseBugfixes
- Fix add request modal not appearing
Downloads
-
v0.4 Pre-Release
released this
2021-02-22 06:52:49 +00:00 | 26 commits to master since this releaseMajor 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 Pre-Release
released this
2020-11-29 20:36:36 +00:00 | 32 commits to master since this releaseMajor 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 Pre-Release
released this
2020-11-10 22:10:08 +00:00 | 43 commits to master since this releaseBugfixes:
- 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 Pre-Release
released this
2020-11-10 21:10:58 +00:00 | 46 commits to master since this releaseMajor 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