This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
Releases: Blackhawk-TA/dynoBot
Releases · Blackhawk-TA/dynoBot
dynoBot v1.4.0
Changes:
- add wake on lan module
- fix configHandler errors
- fix help command not showing full name of required roles
- fix rcon server password setting
- replace request node module with node-fetch
dynoBot v1.3.2
Requires NodeJs v14.16.0 or higher
Changes:
- Voice:
- autoplay improvements
- enhance YouTube search
- add shortcut !p for pause
- add shortcut !r for resume
- unify responses for invalid voice channels
- improved error handling
- Remove base64 node module for WolframAlpha
- Updated dependencies
- Minor improvements and bug fixes
dynoBot v1.3.1
Changes:
- improvements to voice autoplay
- improved logging
- remove join voice channel command (not required anymore due to autojoin)
dynoBot v1.3.0
Features:
- Voice:
- Add autoplay feature that automatically adds new songs to the playlist from the YouTube suggestions
- Automatically join when adding a playlist or title. This makes the join command obsolete.
- Add clear playlist command
- Add dockerfile
Fixes & Improvements:
- Voice:
- Add official tag to YouTube search
- Fix playlist not being added when fetching one title fails
- Fix shuffle mode command working without active voice channel
- Fix voice modules being accessible without being in the same voice channel
- Fix help interfering with other commands
- Fix help not rejecting invalid group inputs
- Fix permission setting and removal not working
dynoBot v1.2.3
Changes:
- Fix add next title not working in shuffle mode
- Fix currenty converter not accepting floating point values
- Enhance voice module stability
dynoBot v1.2.2
Changes:
- Add music bot shuffle mode for playlists
- Show current song in bot status
dynoBot v1.2.1
Changes:
- add optional voice channel join message
- fix bug in the config editor
- use server id instead of channel id for voice connections to prevent issues on channel switch
- music bot skips song when it can't play it
- upgrade to dynoBot-Framework v1.3.0
dynoBot v1.2.0
Changes:
- added voice module (music bot functionallity)
- fixed minor bugs
dynoBot v1.1.2
Changes:
- improved help command (commit)
- added scheduler module (1st commit, 2nd commit)
- added ability to hide chat commands from the command list (commit)
- fixed bug with welcome message not displaying the user's name (commit)
- fixed bug where welcome messages were sent on voice channels which caused a crash (commit)
- removed bly.at link shortener since it no longer exists (#9)
dynoBot v1.1.1
Changes:
- added eslint validation
- added travis ci integration
- updated dependencies
- fixed eslint errors