Releases: NachoToast/Jukebot
Release 3.2.0
Large behind-the-scenes refactor to fix playback not working. Spotify and Soundcloud are temporarily no longer supported but YouTube links should work as they did before.
Release 3.1.0
Small updates to packages that fixes a long-lasting and annoying bug.
Release 3.0.1
Overhaul of underlying systems, fixing of bugs and pre-existing issues (and inevitable introduction of some new ones).
Full Changelog: 2.1.1...3.0.1
Release 2.1.1
- Fixed a bug where text searches would prioritize the 1 hour version of videos, thanks @designateddolt for fixing this bug.
- Minor preparatory updates.
Full Changelog: 2.1.0...2.1.1
Release 2.1.0
- Fixed a bug where some YouTube URLs would give unknown errors.
Release 2.0.3
- Minor dependency update.
- Fixed an issue where the "time till play" included the duration of the song that was just queued, fix by @Biscuitmunch.
Release 2.0.2
- Queueing a song onto an empty queue while Jukebot is currently playing something no longer incorrectly shows queue time as being 0:00.
- YouTube playlists are now able to be queued again.
- Playlist error logging no longer shows errors for hidden videos in a YouTube playlist.
- Improved the error message sent when a YouTube playlist cannot be found via URL.
- Age-restricted YouTube videos can be played again.
Full Changelog: 2.0.1...2.0.2
Release 2.0.1
Hotfix for a bug in the smart resource preparation of queues.
Full Changelog: 2.0.0...2.0.1
Release 2.0
Jukebot version 2.0 is now officially released!
Commands Added
/pause
Along with/resume
(alias/unpause
)./remove
Removes a song from a specific position in the queue./previous
See the last 5 songs played./patchnotes
More information below.
Announcer System
The old announcer system has been removed, this means Jukebot will no longer try to send announcements of it's latest version in servers.
Instead, the /patchnotes
command has been added, which allows you to page through releases and view their respective patch notes.
Status Command
The /status
command now gives a lot more info, like memory usage, server statuses, and running version.
Other Tweaks
- Enabled inline volume, so Jukebot no longer plays songs painfully loud at 100% volume.
- Increased timeout threholds for
generateResource
,connect
, andplay
to 10 seconds. - Jukebot now waits 5 minutes before leaving a VC due to inactivity.
- Queues are no longer destroyed when Jukebot leaves a VC, instead they get destroyed after 5 minutes of inactivity, or reused.
Full Changelog: 1.0.6...2.0.0
Release 1.0.6
Jukebot now explicitly requires Embed Links
permissions when inviting it. This is so it can display those neat 'now playing' and 'added to queue' embeds.
Please make sure the Jukebot role on your server has the Embed Links
permission (or simply kick and re-invite it to the server).
Generate resource timeout has also been increased from 3 to 5 seconds.