Releases: Darkside138/DiscordSoundboard
3.0.6
Added disconnect command. Updated help menu. Added some sample sounds to make testing fresh installs easier. Added back the new UI!! Kept the old as index_old.html so that anyone who doesn't like the new one can always use the old.
3.0.5
Few minor fixes including upping the max file upload size from 1mb to 10mb. Also, fixed an issue where requesting playback from URL in a public channel wasn't deleting the message after processing.
3.0.4
Added support for URL playback (YouTube, Soundcloud, and Vimeo) Fixing issues with entrance and leave when private messaging commands. Fixed issue where clearing entrance and leave wasn't working. Added new commands to help response.
3.0.3
Fixing entrance and leave event sounds. This update also adds the ability to set entrance and leave sounds through commands so that you don't have to have dedicated files for each user. You can just assign an existing sound. You do this by sending the command ?entrance userName soundName and ?leave userName soundName. You can also query the "settings" for a user by sending ?userdetails userName.
3.0.2
Updated version of lavaplayer to 1.3.23. Added a fancy new spring boot banner. Fixed implementation-version not being set in the manifest.
3.0.1
Fixed an issue with username/nickname not being recognized and then saying "Guild is null. Have you added your bot to a guild?" when you try to play a sound. Also, tried to change the version of lavaplayer to see if it helps with issues playing sounds.
3.0.0
Huge rewrite. Updated to JDA 4.0.0_54, lavaplayer 1.3.22.pbjtest3, and spring-boot 2.2.0
2.2.2-BETA
v2.2.2-BETA trying again 2 to fix artifact path
2.2.0-BETA
Fixed issues with folder monitoring, allowed users, and sound file upload through private message.
v2.1.1-BETA
This release fixes issues since the implementation of discord categories. Additionally, changes were made to support allowing and banning using IDs instead of username strings. New properties in app.properties are allowedUserIds and bannedUserIds.