From 7f06a4eb648b7d8daf0d94bfff046a47ed2323ec Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Tue, 16 Jul 2024 09:21:07 +0200 Subject: [PATCH] Bump version to 2.1.0, update README --- README.md | 8 ++++---- module.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1c75f8e..3f9ae40 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,14 @@ Pressing any of these will allow to easily change the image of the Token without HUD Options

-_The token images were done by the amazing Ross McConnell at [2-Minute Tabletop](https://2minutetabletop.com/) and are part of the Hero Tokens 3 Pack._ +*The token images were done by the amazing Ross McConnell at [2-Minute Tabletop](https://2minutetabletop.com/) and are part of the Hero Tokens 3 Pack.* -**NOTE:** This is a updated fork of the original module by **javieros105**. See **Contributors** below for everyone who helped out maintaining this module. +**NOTE:** This is a updated fork of the original module by **javieros105**. See **Contributors** below for everyone who helped out maintaining this module. If you need something more fully featured, consider switching to [Token Variant Art](https://foundryvtt.com/packages/token-variants) or other alternatives. ## Compatibility and Known Issues -- Default token settings may not work if the module **Token Mold** is also used due to a `preCreateToken` hook conflict (see discussion [here](https://github.com/javieros105/FVTT-TokenHUDWildcard/issues/33#issuecomment-1329177859)) -- The module only works for users with file browser permissions, as those are required for `Actor.getTokenImages()` +- The module only works for users with file browser permissions, as those are required for `Actor.getTokenImages()`. ## Usage @@ -55,6 +54,7 @@ You can also use the image filename to set the dimensions of the token using the To install the module, follow any of these methods: ### Method 1 (Recommended) + - Use Foundry's Package Manager to search for and install the package. ### Method 2 diff --git a/module.json b/module.json index ee6df32..9e43fdb 100644 --- a/module.json +++ b/module.json @@ -4,8 +4,8 @@ "description": "This module adds a button to the Token HUD if the token has wildcard set and detects more than 1 image to choose from. Pressing the button displays a panel on the right side of the HUD with buttons for each image, pressing one of these allows to change the token image. Originally created by Javieros.", "url": "https://github.com/mhilbrunner/token-hud-wildcard", "manifest": "https://raw.githubusercontent.com/mhilbrunner/token-hud-wildcard/master/module.json", - "download": "https://github.com/mhilbrunner/token-hud-wildcard/archive/2.0.0.zip", - "version": "2.0.0", + "download": "https://github.com/mhilbrunner/token-hud-wildcard/archive/2.1.0.zip", + "version": "2.1.0", "compatibility": { "minimum": "11", "verified": "12"