Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Jun 24, 2021
1 parent 3fd23e5 commit 94cf557
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# [3.2.1]

* Option to place Tokenizer button on title bar.
* Option to turn off auto add frame in settings.
* Option to specify a directory to use as frames.
* Drop down will present available frames to apply to a token.
Expand Down
4 changes: 3 additions & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@
"vtta-tokenizer.token-size.hint": "Specifies the token size (width and height). A value higher than 200 is recommended.",
"vtta-tokenizer.portrait-size.name": "Portrait size",
"vtta-tokenizer.portrait-size.hint": "Specifies the portrait size (width and height). A value higher than 200 is recommended.",
"vtta-tokenizer.requires-upload-permission": "Tokenizer requires the permission to Upload Files. Please inform your Gamemaster."
"vtta-tokenizer.requires-upload-permission": "Tokenizer requires the permission to Upload Files. Please inform your Gamemaster.",
"vtta-tokenizer.title-link.name": "Title bar link?",
"vtta-tokenizer.title-link.hint": "Place the tokenizer link in the title bar?"
}
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "vtta-tokenizer",
"title": "Tokenizer",
"description": "Tiny yet capable in-game token editor",
"version": "3.1.7",
"download": "https://github.com/mrprimate/vtta-tokenizer/releases/download/3.1.7/vtta-tokenizer.zip",
"version": "3.2.1",
"download": "https://github.com/mrprimate/vtta-tokenizer/releases/download/3.2.1/vtta-tokenizer.zip",
"manifest": "https://github.com/mrprimate/vtta-tokenizer/releases/download/latest/module.json",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.8.6",
"author": "Sebastian Will ([email protected]), MrPrimate ([email protected])",
"compatibleCoreVersion": "0.8.8",
"author": "MrPrimate ([email protected]), Sebastian Will ([email protected])",
"languages": [
{
"lang": "en",
Expand Down

0 comments on commit 94cf557

Please sign in to comment.