Releases: javieros105/FVTT-TokenHUDWildcard
V1.6.0
This release add some fixes for compatibility with Foundry V9, namely:
- Selection of tab in prototype token, compatibility with v8 and v9.
- Default token placement on preCreateToken hook.
Especial thanks to SirTman (#27 (comment)) and cs96and (#27 (comment)) for their awesome help
V1.5.0
Fixed compatibility with Token Mold when adding token to Scene, changed hook from preCreateToken to createToken when setting default image and dimensions of token
V1.4.0
Added parameter setting in filename:
Wildcard images that include any of the following _height<number>_
_width<number>_
_scale<number>_
anywhere in the name will use the value of <number>
instead of the prototype token values to set the dimensions of the token. If any of those is missing it will use prototype token values
V1.3.1
Fixed preCreateToken by changing setProperty to token.data.update for setting the default image when putting the token in the map.
V1.3.0
V1.2.0
Changed version to 1.2.0
Added support for animated token previews.
Improved previews to only show buttons for filenames with supported file formats.
v1.1.0
Changed version to 1.1.0
Added option to set opacity of all tokens in the HUD preview from global settings of the module
Improved localization for both English and Spanish
Fixed renderTokenConfig for Pathfinder 1
V1.0.0
Changed version to 1.0.0
Added option to show available images for the token as a thumbnail
Added default image field in prototype token configuration, so when dropped on canvas this image will be chosen instead of randomly
Added module setting to choose between image thumbnail or filename list
Changed code to handlebars instead of html in js
Improved README
Refactoring of code and style
Refactored the code in general and changed style to be more in line with the default HUD
Now the panel with the images will close when clicking other HUD buttons and it will close the status effect panel when opening the image selector panel
Initial Release cleaned up
Initial release of the Token HUD Wildcard, with some cleaning up. Next version will include changes according suggestions from issue opened