Skip to content

Commit

Permalink
Final prep for 1.4.0 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Oct 23, 2021
1 parent c7ef2d4 commit 5dd1004
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ This module provides a HUD toggle button for turning on and off a configurable r

Additionally, in D&D5e only:
* The single HUD control will trigger the 'Dancing Lights' cantrip if you have it.
* Failing that, it will perforrm the 'Light' cantrip if you have that.
* Failing that, it will perform the 'Light' cantrip if you have that.
* Failing that, if you have torches, it consumes one, decrementing the quantity on each use.
* The button will show as disabled when you turn on the HUD if you have no torches left. (It doesn't currently disable the button while the HUD remains open, though, after you have extinguished your last remaining torch. Room for improvement.)
* The button will show as disabled when you turn on the HUD if you have no torches left.
## Changelog

This has needed to be pieced together a bit, but here's what I've gleaned from the GIT history.

* 1.4.0 - October 23, 2021 -
- (C-S-McFarland) Fix for bug when you have torch and light spell.
- (Lupestro) Major restructuring with cleanup of race conditions.
* 1.3.2 - June 29, 2021 - (Lupestro, zarmstrong, lozalojo) Spanish updates and URL in module.json
* 1.3.1 - June 29, 2021 - (Lupestro) Updated zh-tw translation from zeteticl and pt-br translation from rinnocenti to 100% of strings. Thanks y'all!
* 1.3.0 - June 25, 2021 - (Lupestro) Incorporated pending Taiwan Chinese and Brazilian Portuguese translations from zeteticl and rinnocenti.
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": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "1.3.2",
"version": "1.4.0",
"author": "Deuce",
"languages": [
{
Expand Down Expand Up @@ -44,5 +44,5 @@
"download": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/master/torch.zip",
"url": "https://github.com/League-of-Foundry-Developers/torch",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.8.8"
"compatibleCoreVersion": "0.8.9"
}
Binary file modified torch.zip
Binary file not shown.

0 comments on commit 5dd1004

Please sign in to comment.