Skip to content

Commit

Permalink
Merge branch 'release/0.8.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
caewok committed May 30, 2024
2 parents dfb07ad + 64a7265 commit a6eb7e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.8.0
Update to FoundryVTT v12 compatibility. Adds a tab dedicated to Light/Mask in the new v12 App v2 windows for lighting and sound configuration. Uses v12's new canvas edges feature to implement wall caching.

### KNOWN ISSUES
- Token lighting shapes are getting applied but are overridden by the token circle lighting.
- Sound configuration no longer previews the sound. (Previewing was not a core Foundry feature in v11 nor v12 but was added by this module in v11.)
- When using relative walls, dragging the light can result in what seems to be temporary glitches in the lighting shape. Usually this resolves when the drag ends, but it can be fixed by reopening the ambient light config, reloading the scene, or possibly otherwise causing a lighting refresh.

## 0.7.5
Fix for sound not following the token when attached until going back to the sound controls layer. Issue #17.

Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"library": false,
"manifestPlusVersion": "1.0.0",
"compatibility": {
"minimum": "11.299",
"verified": "11.315"
"minimum": "12",
"verified": "12.324"
},
"authors": [
{
Expand Down

0 comments on commit a6eb7e3

Please sign in to comment.