From dde58d5967d87283a691c5135d1763c94df6b111 Mon Sep 17 00:00:00 2001 From: Jack Holloway Date: Sat, 18 May 2024 23:01:55 +0100 Subject: [PATCH] v4.3.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ea74e..70aed28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# [4.3.3] + +- You can now add a mask layer - this will use the image as a mask layer taking all the non transparent pixels as the mask. Provided are two default masks, which helpfully match the size of the new dynamic ring provided in D&D 5e v3 and Foundry v12. + # [4.3.2] - PT-BR language translation updates. diff --git a/package.json b/package.json index 44f879e..f172f3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokenizer", - "version": "4.3.2", + "version": "4.3.3", "license": "MIT", "scripts": { "lint": "npx eslint src/",