Skip to content

Releases: dominikks/discord-soundboard-bot

v0.4.0

02 Dec 14:22
Compare
Choose a tag to compare
  • 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

23 Sep 18:25
Compare
Choose a tag to compare
  • Fixed an issue where sound recordings came out distorted (#3)
  • Improve the robustness of the recorder implementation
  • Update dependencies

v0.3.2

13 Apr 10:39
f21df40
Compare
Choose a tag to compare

v0.3.1

15 Aug 22:30
bbc5d75
Compare
Choose a tag to compare
  • 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 priviledged MESSAGE_CONTENT intent and its new guidelines.
  • Improve support for long guild names in settings
  • Hide soundboard from search engines (add noindex, nofollow in ROBOTS tag)
  • Update dependencies

v0.3.0

08 Aug 19:15
b613577
Compare
Choose a tag to compare
  • 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

v0.2.0

03 Mar 22:37
900c93f
Compare
Choose a tag to compare
  • Added OAuth Login for Discord. Users can now login with their Discord account. Permissions are managed via Discord Roles.
  • Discord Servers can now be managed via the Web UI. This includes managing sounds and assigning permissions.

v0.1.0

15 Jan 23:34
981c550
Compare
Choose a tag to compare

First release.