From 15b27508f36e8eaf9c56734862b4f7b52018fb08 Mon Sep 17 00:00:00 2001 From: agaringer Date: Fri, 17 Sep 2021 22:17:16 -0400 Subject: [PATCH] v1.11.2 release --- CHANGELOG.txt | 2 ++ module/sav.js | 4 ++-- system.json | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b8afcf8..bb5a232 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -123,3 +123,5 @@ v1.9.4 Fix Trauma tooltip z-indexing 1.11.0 Add rolling Entanglement feature from Wanted link on Universe sheet (suggested by brunocalado) 1.11.1 Fix for V9p2 + +1.11.2 Fix for multiple Fortune roll controls in sidebar diff --git a/module/sav.js b/module/sav.js index fbd2b4e..e5a398a 100644 --- a/module/sav.js +++ b/module/sav.js @@ -334,8 +334,7 @@ Hooks.on("renderSceneControls", async (app, html) => { simpleRollPopup(); }) if( game.majorVersion === 9 ) { - console.log( html ); - html.children().append( dice_roller ); + html.children().first().append( dice_roller ); } else { html.append( dice_roller ); } @@ -348,6 +347,7 @@ Hooks.once("init", () => { Hooks.on("getSceneControlButtons", async (controls) => { await ClockTiles.getSceneControlButtons(controls); + console.log(controls); }); Hooks.on("renderTileHUD", async (hud, html, tile) => { diff --git a/system.json b/system.json index 360bd9a..c054fe2 100644 --- a/system.json +++ b/system.json @@ -5,14 +5,14 @@ "authors": ["megastruktur", "Andrew Garinger [agaringer#6498]"], "url": "https://github.com/drewg13/foundryvtt-scum-and-villainy/", "flags": {}, - "version": "1.11.1", + "version": "1.11.2", "minimumCoreVersion": "0.7.9", "compatibleCoreVersion": "9.224", "system": [], "dependencies": [], "socket": false, "manifest": "https://raw.githubusercontent.com/drewg13/foundryvtt-scum-and-villainy/master/system.json", - "download": "https://github.com/drewg13/foundryvtt-scum-and-villainy/archive/v1.11.1.zip", + "download": "https://github.com/drewg13/foundryvtt-scum-and-villainy/archive/v1.11.2.zip", "protected": false, "scripts": [], "esmodules": [