From 64983ca0cbc3d1628a22a8b31a3e16ae28dd142f Mon Sep 17 00:00:00 2001 From: CDeenen Date: Sat, 27 Feb 2021 05:07:47 +0100 Subject: [PATCH] v1.3.1 --- MaterialDeck.js | 2 +- README.md | 6 +-- changelog.md | 21 ++++++++++ lang/en.json | 6 ++- module.json | 4 +- src/playlist.js | 101 +++++++++++++++++++++++++++--------------------- src/settings.js | 23 +++++++++-- src/token.js | 54 ++++++++++++++++++++++---- 8 files changed, 156 insertions(+), 61 deletions(-) diff --git a/MaterialDeck.js b/MaterialDeck.js index 527126e..76c9856 100644 --- a/MaterialDeck.js +++ b/MaterialDeck.js @@ -118,7 +118,7 @@ async function analyzeWSmessage(msg){ } else if (event == 'willDisappear'){ - streamDeck.clearContext(action,coordinates); + streamDeck.clearContext(action,coordinates,context); } else if (event == 'keyDown'){ diff --git a/README.md b/README.md index 9f07c41..80219ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -Note:
-At the moment Windows and OSX are supported. Linux has been reported to work, there is no official Linux support for the Stream Deck, but there exist a 3rd party Stream Deck UI that appears be compatible. To get it working on Linux requires more work, and help I can personally offer is limited.
-The module works on the native Foundry application, Chrome and Firefox. Safari (you'll need the latest dev version to get Foundry to work on it) doesn't work if your Foundry server is secured, unless you use something like Nginx with which I cannot help you.
+Note: At the moment Windows and OSX support has been confirmed. Linux support is unknown, there is no official Linux support for the Stream Deck, but there exist a 3rd party Stream Deck UI that might be compatible.
In any case: Proceed at your own risk, I will not take any responsibility if you spent money and the module doesn't work! Please read the documentation carefully, especially if you want to modify the default profile! @@ -74,7 +72,7 @@ Module manifest: https://raw.githubusercontent.com/CDeenen/MaterialDeck/Master/m ## Software Versions & Module Incompatibilities Foundry VTT: Tested on 0.7.9
-Module Incompatibilities: Combat Utility Belt conditions do not work with the Token Action.
+Module Incompatibilities: None known.
## Feedback If you have any suggestions or bugs to report, feel free to create an issue, contact me on Discord (Cris#6864), or send me an email: cdeenen@outlook.com. diff --git a/changelog.md b/changelog.md index 0ecfb77..149eea1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,25 @@ # Changelog Material Deck Module +### v1.3.1 - 27-02-2021 +Additions: + + +Fixes: + + +
+Compatible server app and SD plugin:
+Material Server v1.0.2 (unchanged): https://github.com/CDeenen/MaterialServer/releases
+SD plugin v1.3.1 (must be updated!): https://github.com/CDeenen/MaterialDeck_SD/releases
+ ### v1.3.0 - 25-02-2021 Additions: