Releases: spdermn02/TouchPortal_Discord_Plugin
v5.0.0-alpha-6: OnPress Set Output/Input Device volume fixes (#104)
* Update onAction.js fixed issue with `Set Device Output/Input Volume` when using with 'on-Press' action it would not trigger as expected Also fixed a crash that occurred when user changed volume to 100 when using on-hold action - also hit `autoFormat` button so alot of spaces added to things.. sorry about that :| * Update package.json * removed unused vars/arg adjustDeviceVolume
v5.0.0-alpha-5 - Fix #99
What's Changed
- fix(procWatcher): [TP-99] Fix for process watcher by @spdermn02 in #101
Full Changelog: v5.0.0-alpha-4...v5.0.0-alpha-5
v5.0.0-alpha-4
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
v5.0.0-alpha-3
What's Changed
- Patch 3 - Audio Device Change Event & Mute/Deafen State Fix by @gitagogaming in #87
Full Changelog: v5.0.0-alpha-2...v5.0.0-alpha-3
v5.0.0-alpha-2 - Bug Fixes
- added 'valueChoices' to the mention channel type
- added "False" to choices for notification and DM events
- added check for if Discord is connected before allowing user to initiate commands
- fixed issue where DM event would trigger when it was a forum
- corrected OutputDevice description for Output State
- mute/deafen no longer trigger a stateupdate unless they have changed
- current particpant names/ids are now updated when a user leaves/joins a VC
discord_voice_channel_participants
anddiscord_voice_channel_participant_ids
- moved this.dg.voiceSettings.prevVoiceActivityData to bottom of func to make sure it doesnt interfere
- "changed" back to single line formatting on some things that autoformatting ended up hitting :|
- now creating states for VC when we have more than 11 users
Full Changelog: v5.0.0-alpha-1...v5.0.0-alpha-2
v5.0.0-alpha-1 - Full Rework of Plugin
Big Thanks to @gitagogaming for the work on this plugin!
What's Changed
- New Actions, Events, States, Categories.... Heavy Rework by @gitagogaming in #84
New Contributors
- @gitagogaming made their first contribution in #84
Full Changelog: v4.4.0-alpha-6...v5.0.0-alpha-1
v4.4.0-alpha-6 - Fix Deaf and Mute functionality
Fixing the functionality of mute and deafen buttons to work like they did before 4.4.0 changes screwed something up.
Full Changelog: v4.4.0-alpha-5...v4.4.0-alpha-6
v4.4.0-alpha-5 - PushToTalk and PushToMute Actions
2 New actions typically used for OnHold tab capabilities.
Push To Talk, and Push To Mute
They 'SIMULATE' push to talk and push to mute, by just forcing the correct state of the mute/deafen.
this SHOULD not work if you are on PUSH-TO-TALK voice activity setting.
no documentation updated, limited testing let me know what you think
Full Changelog: v4.4.0-alpha-4...v4.4.0-alpha-5
v4.4.0-alpha-4 - Adding in Soundboard
New action to play soundboard sounds. Error will occur (but is handled) if the soundboard sound can't be played at that time due to no nitro and playing sound in incorrect server.
Full Changelog: v4.4.0-alpha-3...v4.4.0-alpha-4
v4.4.0-alpha-3 - States for Camera and Screenshare
Full Changelog: v4.4.0-alpha-2...v4.4.0-alpha-3