index.js
- plugin notification /download/ link should now work as expected
entry.js / entry.tp
- fixed issue with
discord_voice_channel_connected
state not being created by buildentry.js - Added new Category for Discord Setting Actions to lessen clutter in main category
- replaced select custom text/voice channel actions and with a single one (old will still work)
userStateHandler
- fixed 3081 error caused by updating mute 10+ times which triggered a connector update
- fixed issue causing base64 conversion of user avatar on every single user update that occurred, in some cases this could affect plugin performance.
- added a check for user data changes in voiceChats before sending updates
voiceStateHandler.js
- fixed issue when user would undeafen, mute stays on via discord but plugin shows false
Pull Requests
- Fix update notification by @spdermn02 in #89
- Patch 4 by @gitagogaming in #88
- Patch 4.1 by @gitagogaming in #90
Full Changelog: v5.0.0-alpha-3...v5.0.0-alpha-4