Skip to content

Commit

Permalink
Fixed only deprecation found and verified on V12 develop build
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Apr 20, 2024
1 parent 351b897 commit 679a4d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Middle Kingdom - v10 -> main branch

### 2.12.0 - April 20, 2024
- [FEATURE] Verified on V12 developer release but still works fine in V11.
- [BUGFIX] Cleaned up V12 deprecation on Dancing Lights implementation.

### 2.11.1 - February 3, 2024
- [BUGFIX] (StormDarkwood) Fixed Dragonbane lighting *back* to what it should be. (It's in meters, not grids.)
- [BUGFIX] (spikedshrike) Flashlight angle on SWADE was bugged - 3 degrees shipped should be 6 degrees (for 10:1 beam) or possible 53 degrees (for cone) - seeking clarification.
Expand Down
8 changes: 4 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "2.11.1",
"version": "2.12.0",
"authors": [
{
"name": "Deuce",
Expand Down Expand Up @@ -71,11 +71,11 @@
"torch.css"
],
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/torch/main/module.json",
"download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.11.1/torch-v2.11.1.zip",
"download": "https://github.com/League-of-Foundry-Developers/torch/releases/download/v2.12.0/torch-v2.12.0.zip",
"url": "https://github.com/League-of-Foundry-Developers/torch",
"compatibility": {
"minimum": "10",
"verified": "11.315",
"maximum": "11"
"verified": "12.319",
"maximum": "12"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "torch",
"version": "2.11.1",
"version": "2.12.0",
"description": "Torch HUD Controls",
"main": "src/torch.js",

Expand Down
1 change: 0 additions & 1 deletion src/request.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default class TorchRequest {
Object.assign({ x: c.x, y: c.y }, dancingLight),
];
await scene.createEmbeddedDocuments("Token", tokens, {
temporary: false,
renderSheet: false,
});
}
Expand Down

0 comments on commit 679a4d1

Please sign in to comment.