Skip to content

Releases: spdermn02/TouchPortal_Discord_Plugin

v4.4.0-Alpha-2 - Adding in Toggle Camera and Screenshare

03 Mar 03:35
Compare
Choose a tag to compare

Found some new RPC actions for Toggle Camera and Toggle Screenshare to be used during Video calls.

Full Changelog: v4.4.0-alpha-1...v4.4.0-alpha-2

v4.4.0-Alpha-1 - Build Proces Change, Refactor and Cleanup

29 May 03:13
b47b22d
Compare
Choose a tag to compare

Upgraded to v18 of Node as underlying engine
Fixed code format warnings
Refactored state update process to only send in what changed not everything every time

What's Changed

Full Changelog: v4.3.2-beta-2...v4.4.0-alpha-1

**BETA** Build Changes and Discord Voice Channel Participant List

19 Nov 04:15
Compare
Choose a tag to compare

BETA
Packaged a different way

new state for Discord Voice Channel Participants as a pipe delimited string.

Currently Windows only for BETA testing.

If you try this and have success, please let me know in the Touch Portal discord under the #discord plugin channel. Thanks.

v4.3.1 - Decrease Plug-In Start Time, Debug Mode flag, Update Notification

25 Jul 02:04
baa276e
Compare
Choose a tag to compare
  • New Debug Mode flag if needed (limits output from plugin so spam to the log doesn't happen
  • Greatly improved startup of the plugin, and loading Servers (guilds) and Channel lists
  • Refactored channel create and guild create events to be specific only to what they needed to, instead of reloading everything
  • Refactored entry.tp to be a single file for Windows and Mac for easier maintenance.

What's Changed

Full Changelog: v4.3.0...v4.3.1

v4.3.0 - Couple New States

23 Jul 21:21
5d0c009
Compare
Choose a tag to compare

2 New States

  • Discord Connected - values Connected, Disconnected
  • Discord Running (windows only really) - values Yes, No, Unknown
    • Notes: this will be Unknown on MacOS all the time until a process watcher I can find works.

What's Changed

Full Changelog: v4.2.2...v4.3.0

v4.2.2 - Bug Fix - Mute and Deafen State Values

12 Jun 23:08
Compare
Choose a tag to compare

Somehow after all this time of this plugin being out, I never realized I mistyped the Off value of the Mute and Deafen states as 0ff. I have corrected that and also removed an unnecessary scope from the request list for discord auth of messages.read as it wasn't needed and only there originally for experimentation that was accidentally committed.

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1 - Minor Bug Fix and touchportal-api version update

12 Apr 21:28
6567142
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0 - Added More Voice Channel Info

28 Feb 16:48
1472da7
Compare
Choose a tag to compare

If you run the standard release versions of Discord, then just download the TPDiscord-Win.tpp or TPDiscord-Mac.tpp
the other files are for those who specifically run those other builds of Discord like Canary, PTB (Public Test Beta) and their Development (bleeding edge) versions.

Added 3 new States tied to Voice Channel

  • Voice Channel Id
  • Voice Channel Server Name
  • Voice Channel Server Id

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0 - No More Re-Auth Prompt!

12 Jan 21:42
b07fde0
Compare
Choose a tag to compare

Downloads

If you run the standard release versions of Discord, then just download the TPDiscord-Win.tpp or TPDiscord-Mac.tpp
the other files are for those who specifically run those other builds of Discord like Canary, PTB (Public Test Beta) and their Development (bleeding edge) versions.

Fixes for but #20 and #41

Discord will no longer prompt for reauthorization when you had already previously authorized your developer application. If/when you remove that authorization it will prompt as expected

Fixed issue with voice settings #41 - due to an issue with the discord-rpc that I had updated manually for previous builds but bringin in 4.0.1 of discord-rpc-js fixed it in their library directly.

What's Changed

New Contributors

Full Changelog: v4.0.5...v4.1.0

v4.0.5 - Upgrade find-process npm module

14 Dec 20:27
8fcae56
Compare
Choose a tag to compare

What's Changed

  • Update find-process module to latest 1.4.7 by @spdermn02 in #34

Full Changelog: v4.0.4...v4.0.5

Note:
MacOS version remains as 4.0.4 due to the fact that 4.0.5 was for bug fixes on windows.