Skip to content

Commit

Permalink
docs(release): update release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner committed Jun 26, 2022
1 parent e5b4f8b commit 1a48b89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# 0.6.5

* Changed NPC checking to rather not be case sensitive.
* Add a way to handle scale tokens using information from the file name.
* Removed the free tokens, as it's just increasing the module size.

# 0.6.4

* Add way to handle different NPC types for systems that doesn't use "npc" as a type specifyer. - thanks @tuirgin
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ The way the difficulty folder is formatted.
* 'Underscored' uses underscores '_' between words.
* 'Dashed' uses dashes '-' between words.

#### Scale Name
The wording in the image name that determines the scale the token should be set to. If the file name is 'Pit_Fiend_Large_Scale200', then you would set the variable to 'scale' and the token will be scaled to be 200%.

### Tokenizer Tab
#### Fallback to MrPrimate's Tokenizer
If no image is found for a token, fallback to MrPrimate's Tokenizer. This will be a manual process, the Tokenizer screen will shown and you can set the portrait and token image of the actor.
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "token-replacer",
"title": "Token Replacer",
"description": "Automatically replace NPC actor tokens and/or portraits dependant on token assests saved in a defined folder structure.",
"version": "0.6.4",
"version": "0.6.5",
"author": "VTT Lair",
"authors": [
{
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"url": "https://github.com/vtt-lair/token-replacer",
"manifest": "https://github.com/vtt-lair/token-replacer/releases/latest/download/module.json",
"download": "https://github.com/vtt-lair/token-replacer/releases/download/v0.6.4/token-replacer-v0.6.4.zip",
"download": "https://github.com/vtt-lair/token-replacer/releases/download/v0.6.4/token-replacer-v0.6.5.zip",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "9"
}

0 comments on commit 1a48b89

Please sign in to comment.