Releases: MarcDonald/twitch-spotify-request-bot
Releases · MarcDonald/twitch-spotify-request-bot
Version 5.0.1
Version 5.0.0
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
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
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
- Fix incorrect Procfile declarations by @MarcDonald in #15
Full Changelog: v4.2.1...v4.2.2
Version 4.2.1
- Fix bug where the app could not be deployed to Heroku due to the lack of
xubuntu
packages in thepackage-lock.json
- Updated
tmi.js
to mitigate security vulnerability inws
package
Version 4.2.0
- Added ability to deploy directly to Heroku. Thanks to @IvanGodinez21 and @JosueIglesias (#12)
Version 4.1.0
- 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
- Changed config loading from
config.json
to using environment variables (#9 - Thanks to @IvanGodinez21)
Version 3.0.0
- 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