Skip to content

Releases: Darkside138/DiscordSoundboard

3.0.6

05 Jan 22:23
Compare
Choose a tag to compare

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

29 Oct 22:31
34e9538
Compare
Choose a tag to compare

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

14 Nov 02:40
Compare
Choose a tag to compare

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

05 Nov 02:11
Compare
Choose a tag to compare

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

31 Oct 01:45
Compare
Choose a tag to compare

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

27 Oct 14:54
Compare
Choose a tag to compare

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

26 Oct 21:16
Compare
Choose a tag to compare

Huge rewrite. Updated to JDA 4.0.0_54, lavaplayer 1.3.22.pbjtest3, and spring-boot 2.2.0

2.2.2-BETA

10 Feb 00:10
Compare
Choose a tag to compare
v2.2.2-BETA

trying again 2 to fix artifact path

2.2.0-BETA

26 Jan 01:37
Compare
Choose a tag to compare

Fixed issues with folder monitoring, allowed users, and sound file upload through private message.

v2.1.1-BETA

03 Oct 00:22
Compare
Choose a tag to compare
v2.1.1-BETA Pre-release
Pre-release

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.