Skip to content

v5.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 14:37
· 1 commit to main since this release
cf43a8b

Release v5.3.0

Build Details:


FEATURES

  • Visual Effect Positioning: Anchor visual effects to either the token's image or its logical grid position (default is the token's image). You can apply offsets from the anchor using token units, where a value of 1 represents an offset of 100% of the token's width.
  • Visual Effect Rotation Binding: Toggle whether an effect rotates alongside the token (default is true).
  • Visual Effect Tinting: Apply custom colour tints directly to visual effects.

BUG FIXES

  • Fixed an issue where wildcard filepath resolution failed when hosting via The Forge.
  • Fixed an issue where token anchor points would incorrectly reset to centre (0.5, 0.5) when applying a Visage that had no explicit anchor values set.
  • Fixed an issue where the Selector HUD would unexpectedly close when applying a Visage while in unpinned window mode.

UNDER THE HOOD

  • Added a v5.3 database migration to automatically clear legacy default anchor values (0.5, 0.5), making sure Visages correctly inherit underlying positional shifts.