Skip to content

Releases: spdermn02/TouchPortal_Discord_Plugin

v5.0.0-alpha-6: OnPress Set Output/Input Device volume fixes (#104)

07 Dec 05:05
f4c2185
Compare
Choose a tag to compare
* 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

23 Nov 04:07
5825536
Compare
Choose a tag to compare

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

18 Aug 15:52
bb3d6cd
Compare
Choose a tag to compare

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

Full Changelog: v5.0.0-alpha-3...v5.0.0-alpha-4

v5.0.0-alpha-3

14 Aug 12:48
f013d97
Compare
Choose a tag to compare

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

12 Aug 13:38
8a0cfb2
Compare
Choose a tag to compare
  • 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 and discord_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

09 Aug 19:13
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: v4.4.0-alpha-6...v5.0.0-alpha-1

v4.4.0-alpha-6 - Fix Deaf and Mute functionality

29 Apr 02:34
Compare
Choose a tag to compare

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

04 Mar 18:43
Compare
Choose a tag to compare

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

03 Mar 21:12
Compare
Choose a tag to compare
Pre-release

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

03 Mar 04:04
Compare
Choose a tag to compare