Skip to content

Commit

Permalink
Bump version to 2.1.0, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Jul 16, 2024
1 parent 584a3f8 commit 7f06a4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ Pressing any of these will allow to easily change the image of the Token without
<img src="https://raw.githubusercontent.com/mhilbrunner/token-hud-wildcard/master/images/hud-options2.png" alt="HUD Options" height="280"/>
</p>

_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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7f06a4e

Please sign in to comment.