From bd5d583c7b83ad01b13d5f52bdaececf784c3693 Mon Sep 17 00:00:00 2001 From: CodaBool Date: Mon, 11 Nov 2024 05:37:18 +0000 Subject: [PATCH] v3.1.10 (build 107 hash 30fa582) --- changelog.md | 10 ++++++++++ module.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ea2b2b8..da32f4b 100644 --- a/changelog.md +++ b/changelog.md @@ -22,12 +22,22 @@ \________________________________\ () \o o/ () ********************************* () () +# Version 3.1.10 +## 🐛 Bug Hotfix +- there was another issue with the Terminal from 3.1.8 that is now fixed. The tile config would wrongly inject HTML when it shouldn't and I believe on v13 it wouldn't inject when it should. + +## Features +- added a way to cancel the add Regions listener + # Version 3.1.9 ## 🐛 Bug Hotfix - I switched to another token movement detection hook and it completely broke how Terminal should be opened. I would switch back to the old one but it would break the V13 support I wrote. So, I'll just work with this. Basically if ANYONE stepped on a Terminal all players would open the Terminal. This has been resolved. It checks for the following three items before allowing a token based opening - the token is owned - you are on the right scene - you have the token that did the movement selected + +> this does add the unintended effect that if anyone who owns a token and has them selected but is moved by another player. Then both players will have the Terminal open. I think this is will have to be the behavior going forward. + - there was also a report for Skill checks not working but that might have just been related to the above bug. If you have have any issue with that report onto the already opened issue [here](https://github.com/CodaBool/terminal/issues/19) # Version 3.1.8 diff --git a/module.json b/module.json index 9abd746..49b8359 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "terminal", "title": "Terminal", - "version": "3.1.9", + "version": "3.1.10", "url": "https://github.com/CodaBool/terminal", "bugs": "https://github.com/CodaBool/terminal/issues", "changelog": "https://github.com/CodaBool/terminal/blob/main/changelog.md",