• v0.8 c73f5eedc5

    v0.8 Pre-Release

    dxs released this 2021-06-07 06:32:53 +00:00 | 2 commits to master since this release

    Major changes

    • Add rate limiting of requests

    Minor changes

    • Trim whitespace off URLs on the clients side so spaces at the beginning don't yield "Invalid URL"
    Downloads
     
  • v0.7 fc09fd4dd4

    v0.7 Pre-Release

    dxs released this 2021-04-26 05:15:38 +00:00 | 7 commits to master since this release

    Major 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 b968f054d5

    v0.6 Pre-Release

    dxs released this 2021-02-26 02:56:14 +00:00 | 15 commits to master since this release

    Major Changes

    • Add pagination. API schema has changed significantly.
    Downloads
     
  • v0.5.1 c634e763f3

    v0.5.1 Pre-Release

    dxs released this 2021-02-25 03:45:50 +00:00 | 17 commits to master since this release

    Bugfixes

    • Fix issue #24 (Request ordering inconsistent)
    Downloads
     
  • v0.5 354eddb673

    v0.5 Pre-Release

    dxs released this 2021-02-25 03:15:16 +00:00 | 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 fcd8f2b197

    v0.4.1 Pre-Release

    dxs released this 2021-02-23 04:11:07 +00:00 | 24 commits to master since this release

    Bugfixes

    • Fix add request modal not appearing
    Downloads
     
  • v0.4 d2cf4aa1d2

    v0.4 Pre-Release

    dxs released this 2021-02-22 06:52:49 +00:00 | 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 6d559b5fe2

    v0.3 Pre-Release

    dxs released this 2020-11-29 20:36:36 +00:00 | 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 a5a8d012c8

    v0.2.1 Pre-Release

    dxs released this 2020-11-10 22:10:08 +00:00 | 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 6e365bbd16

    v0.2 Pre-Release

    dxs released this 2020-11-10 21:10:58 +00:00 | 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