Skip to content

Releases: MarcDonald/twitch-spotify-request-bot

Version 5.0.1

23 Jun 11:12
7f9f4e7
Compare
Choose a tag to compare

What's Changed

  • Make Spotify link recognition more robust using regex by @ItsRumo in #34

New Contributors

Full Changelog: v5.0.0...v5.0.1

Version 5.0.0

01 Apr 14:29
0542dce
Compare
Choose a tag to compare

What's Changed

  • Update to Node 18
  • Switch from Yarn to NPM
  • Update dependencies
  • Fix issues with environment variables
  • Updates documentation
  • Remove support for Heroku (#18)

Full Changelog: v4.2.3...v5.0.0

Version 4.2.3

10 Oct 17:38
Compare
Choose a tag to compare

Note this release may not work on Heroku deploys due to missing xubuntu dependencies - this will be resolved in a future release

What's Changed

  • Update dependencies to resolve ansi-regex vulnerability by @MarcDonald in #16

Full Changelog: v4.2.2...v4.2.3

Version 4.2.2

10 Oct 16:49
Compare
Choose a tag to compare

Note this release may not work on Heroku deploys due to missing xubuntu dependencies - this will be resolved in a future release

What's Changed

Full Changelog: v4.2.1...v4.2.2

Version 4.2.1

30 May 23:08
Compare
Choose a tag to compare
  • Fix bug where the app could not be deployed to Heroku due to the lack of xubuntu packages in the package-lock.json
  • Updated tmi.js to mitigate security vulnerability in ws package

Version 4.2.0

30 May 22:08
Compare
Choose a tag to compare

Version 4.1.0

20 Apr 10:55
Compare
Choose a tag to compare
  • Implemented ability to create binary files using the pkg package and a bash script written by @Colorful98 (#10, #11)

Note
Running the application from a binary is optional and if you want to continue running it using yarn start you can

Version 4.0.0

15 Apr 18:46
Compare
Choose a tag to compare
  • Changed config loading from config.json to using environment variables (#9 - Thanks to @IvanGodinez21)

Version 3.0.0

14 Apr 15:09
Compare
Choose a tag to compare
  • Added the ability for the bot to respond in chat with feedback (i.e. whether a song has been added or an error occurred) (#7)
  • Updated spotify-web-api-node to 5.0.2

Make sure to update your config file and run an NPM or Yarn install before running

Known Issue
Missing closing quote in the example config by BOT_USERNAME

Version 2.0.0

01 Apr 12:38
Compare
Choose a tag to compare
  • Fixed bug that didn't allow you to add to public playlists (#2 #3 - Thanks to @Trithir)
  • Added an option in the config to limit the command to subscribers only. Make sure you update your config file before running. (#4)