Skip to content

Commit

Permalink
Merge pull request #22 from spdermn02/4.0-BugFixes
Browse files Browse the repository at this point in the history
4.0 bug fixes
  • Loading branch information
spdermn02 committed Apr 11, 2021
2 parents c307fd4 + 6c2f9b2 commit 230ad01
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 13 deletions.
Binary file modified Installers/TPDiscord-Mac.tpp
Binary file not shown.
Binary file modified Installers/TPDiscord-Win-DiscordCanary.tpp
Binary file not shown.
Binary file modified Installers/TPDiscord-Win-PTB.tpp
Binary file not shown.
Binary file modified Installers/TPDiscord-Win.tpp
Binary file not shown.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ v4.0.0
- *Note*: May be reworked in the future to store Access Token but found issues with this implementation during development.
Bug Fixes:
- Added bug fix from pre-v4.0.0 here as well - longer wait times between attempted reconnect
v4.0.1
Updates:
- Setting to tell you if Discord was successfully connected to - Valid values are 'Disconnected' or 'Connected'
- (Windows Only) Setting to disable the Process Watcher if for some reason your system isn't recongizing the application properly.
- *Note*: This could require a stop/start of TPDiscord if Discord closes while authenticated, this can be done inside Touch Portal Settings -> Plug-Ins -> Select "Touch Portal Discord Plugin" and clicking the Stop button, wait a few seconds, click the Start button
```

## Plugin Capabilities
Expand Down
10 changes: 8 additions & 2 deletions base/Mac/TPDiscord/entry.tp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": 3,
"version": 4000,
"TPDiscord_Version": "4.0.0",
"version": 4001,
"TPDiscord_Version": "4.0.1",
"name": "Touch Portal Discord Plugin",
"id": "TPDiscord",
"plugin_start_cmd": "sh %TP_PLUGIN_FOLDER%TPDiscord/start_tpdiscord.sh",
Expand All @@ -22,6 +22,12 @@
"isPassword": true,
"default": "",
"maxLength": 36
},
{
"name": "Plugin Connected",
"type": "text",
"readOnly": true,
"default": "Disconnected"
}
],
"categories": [
Expand Down

0 comments on commit 230ad01

Please sign in to comment.