Releases: dominikks/discord-soundboard-bot
Releases · dominikks/discord-soundboard-bot
v0.4.0
- feat(sound playback): allow playing multiple sounds at once (#6) by @richard-kramer in #10
- feat(soundboard): place local preview button on individual sound buttons (#8) by @richard-kramer in #11
- feat(soundboard): adjust sound button sizes to improve UX by @richard-kramer in #15
- rewrite frontend to use signals in #12
- Make auth tokens persistent (#9) in #16
Special credit goes to @richard-kramer for his contributions!
Full Changelog: v0.3.3...v0.4.0
v0.3.3
v0.3.2
- Update dependencies
- This fixes an error in the Songbird library that prevented the soundboard from staying connected to voice channels
v0.3.1
- Switch chat commands to work on mention. This means the bot must be mentioned for chat commands to trigger (e.g.
~join @my_bot
). This makes the bot compatible to Discord's API changes regarding the priviledgedMESSAGE_CONTENT
intent and its new guidelines. - Improve support for long guild names in settings
- Hide soundboard from search engines (add
noindex, nofollow
inROBOTS
tag) - Update dependencies
v0.3.0
- New event mechanism: the frontend now shows who invoked a soundboard command
- Improved auto-join: the bot now automatically joins the user's voice channel (instead of the channel with the most users in it)
- Frontend has new buttons to connect and disconnect the bot
- Updated frontend design
- Removed option for custom app title
- Added option to specify a custom URL with legal information (e.g. a privacy statement)
- Improved the recorder feature
- Improved README