Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

61 lines (50 loc) · 2.52 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[0.0.4] - 2017-04-04

Added

Changed

  • !dubx now points to the new Dub+ plugin

Fixed

  • Update DubAPI dependency

[0.0.3] - 2016-02-09

Added

Changed

  • !raffle can be used by Managers and higher now to manually start a raffle
  • !commands now links to https://github.com/coryshaw1/SteveBot#commands
  • Raffles will not start if the queue is empty or only contains 1 person
  • SteveBot now requires at least Node 4.3.0 due to a vulnerability

Fixed

  • Fixed !fire chat output type
  • Fixed bug where credits could be given to the same user using the @ parameter of the command
  • Fixed bug where users that heart/love were being added to users that propped array, and couldn't heart during a song they propped
  • Fixed bug where Steve could potentially kick himself (Just like during Miss Universe)

[0.0.2] - 2016-02-03

Added

  • !commands/!help - Outputs some starter commands
  • !fire - Same as !props or !tune with a different message
  • !myfire/!myprops/!mytunes/!myhearts/!mylove - Output users number of flames
  • !steve/!missuniverse - A couple jabs at who this bot is named after
  • Added Jethro logger
    • Use with bot.log
  • Added this file!

Changed

  • Completely restructured and refactored
  • Split out all commands/events into separate files
  • !balance - Can now look up other's balances by !balance @username
  • !props/!tune/!heart/!love - Can now prop/heart people not DJing by !command @username
    • Limited once per song

Fixed

  • Fixed !dubx command's chat output
  • Fixed invalid JOIN/LEFT logs

[0.0.1] - 2016-02-01

  • Initial release