Releases: spdermn02/TouchPortal_Discord_Plugin
v4.4.0-Alpha-2 - Adding in Toggle Camera and Screenshare
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
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
- Scope modification by @spdermn02 in #62
- Revert4.3.2 by @spdermn02 in #66
Full Changelog: v4.3.2-beta-2...v4.4.0-alpha-1
**BETA** Build Changes and Discord Voice Channel Participant List
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
- 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
- Change channel fetch by @spdermn02 in #58
Full Changelog: v4.3.0...v4.3.1
v4.3.0 - Couple New States
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.
- Notes: this will be
What's Changed
- Process runner event by @spdermn02 in #57
Full Changelog: v4.2.2...v4.3.0
v4.2.2 - Bug Fix - Mute and Deafen State Values
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
- Fixing bug by @spdermn02 in #55
Full Changelog: v4.2.1...v4.2.2
v4.2.1 - Minor Bug Fix and touchportal-api version update
v4.2.0 - Added More Voice Channel Info
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
- Discord voice updates by @spdermn02 in #46
Full Changelog: v4.1.0...v4.2.0
v4.1.0 - No More Re-Auth Prompt!
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.
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
- add additional items to gitignore by @spaz926 in #35
- Add pkg to dev dependencies by @spaz926 in #37
- Fix 4.0.5 Versioning by @spaz926 in #38
- Fixing non release build tpp files for windows by @spdermn02 in #40
- Discord rpc update by @spdermn02 in #42
New Contributors
Full Changelog: v4.0.5...v4.1.0
v4.0.5 - Upgrade find-process npm module
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.