From e018bbf630cd9484580a1ad8cd17b236881ad0c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Dec 2022 19:33:33 +0000 Subject: [PATCH] chore(release): 4.25.0 [skip ci] # [4.25.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.24.3...v4.25.0) (2022-12-31) ### Features * Adds support for shift-clicking to bring up, or skip, the roll dialog depending on user setting, and control-clicking to make roll secret in Basic Action Macros. With these caveats: For the buttons with names ending in '(toggle)' shift and control works as for effects, recall knowledge is *always* secret and the macro used does not currently support shift-clicking, for craft and repair neither works as the macro in question doesn't seem to support them. ([f8539b1](https://github.com/xdy/xdy-pf2e-workbench/commit/f8539b1f591e4bd7b2267876523911a934484b56)) --- CHANGELOG.md | 7 +++++++ module.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 991b2785b..b2eb23f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.25.0](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.24.3...v4.25.0) (2022-12-31) + + +### Features + +* Adds support for shift-clicking to bring up, or skip, the roll dialog depending on user setting, and control-clicking to make roll secret in Basic Action Macros. With these caveats: For the buttons with names ending in '(toggle)' shift and control works as for effects, recall knowledge is *always* secret and the macro used does not currently support shift-clicking, for craft and repair neither works as the macro in question doesn't seem to support them. ([f8539b1](https://github.com/xdy/xdy-pf2e-workbench/commit/f8539b1f591e4bd7b2267876523911a934484b56)) + ## [4.24.3](https://github.com/xdy/xdy-pf2e-workbench/compare/v4.24.2...v4.24.3) (2022-12-31) diff --git a/module.json b/module.json index 026403b89..97f59ed91 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "title": "PF2e Workbench", "description": "Random and assorted collection of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", - "version": "4.24.3", + "version": "4.25.0", "id": "xdy-pf2e-workbench", "compatibility": { "minimum": "10.284", @@ -115,7 +115,7 @@ ], "url": "https://github.com/xdy/xdy-pf2e-workbench/", "manifest": "https://github.com/xdy/xdy-pf2e-workbench/releases/latest/download/module.json", - "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.24.3/xdy-pf2e-workbench.zip", + "download": "https://github.com/xdy/xdy-pf2e-workbench/releases/download/v4.25.0/xdy-pf2e-workbench.zip", "license": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/LICENSE.md", "readme": "https://github.com/xdy/xdy-pf2e-workbench/blob/main/README.md", "bugs": "https://github.com/xdy/xdy-pf2e-workbench/issues", diff --git a/package-lock.json b/package-lock.json index 3f55e9fac..8230d6bd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xdy-pf2e-workbench", - "version": "4.24.3", + "version": "4.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "xdy-pf2e-workbench", - "version": "4.24.3", + "version": "4.25.0", "license": "./LICENSE", "dependencies": { "@codemirror/lang-json": "^6.0.1", diff --git a/package.json b/package.json index d9e72a95b..ed4a8f455 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "xdy-pf2e-workbench", - "version": "4.24.3", + "version": "4.25.0", "description": "Random assortment of possibly useful doodads, thingumabobs and whatchamacallits for the foundry vtt pf2e system.", "license": "./LICENSE", "homepage": "https://github.com/xdy/xdy-pf2e-workbench",