Register

Release 9.254

Version 9 Stable

March 04, 2022

Foundry Virtual Tabletop - Version 9 Stable 3 Build 254 Release Notes

Release Notes for Foundry Virtual Tabletop Version 254
Welcome to the Foundry Virtual Tabletop update notes for Version 9 Stable 3 Build 254.

WARNING: While this is categorized as a stable release there is always a possibility of unexpected bugs or compatibility issues. As with any time you update the core software, be sure to perform a complete backup of your user data to minimize any risk of data loss (Follow this handy guide).

Update Highlights

A quick update to resolve some minor, but frustrating bugs that slipped through in our most recent update. This update addresses issues with the prototype token configuration sheet failing to close when submitting changes, and resolves the issue with dragging and dropping onto the hotbar. In addition we smuggled an API change in to benefit those community developers who are working extensively with chat messages.

API Improvements

Documents and Data

  • The ChatMessage#logged property has been added and indicates whether or not the message currently appears in the ChatLog. (6796)

Bug Fixes

The Game Canvas

  • Fixed a bug which occasionally prevented SightLayer#testVisibility from correctly hiding tokens which should be outside of current line-of-sight. (6795) (6795)
  • Disabling the Scene's "Token Vision" setting will now properly remove the LOS mask from ambient light rendered on the Lighting Layer. (6797)

Interface and Applications

  • The Hotbar _onDrop handler will once again correctly pass dropped data on to hooked functions. (6783)
  • Updating a Prototype Token configuration no longer results in thrown errors and the configuration sheet failing to close. (6785)
  • When ALT is released to stop highlighting all objects, an object which was previously the true hovered target no longer gets stuck in an incorrect hover state. (6786)
  • Rolling the minimum number or maximum number on a die once again correctly displays as red for the minimum and green for the maximum. (6789)
  • The change which exposed the "trash bin" icon on individual chat messages for non-GM users has been reverted. Users who wish to delete their own posted messages may use the right-click context-menu. (6798)

Other Bug Fixes

  • Fixed a bug in the Math.roundDecimals helper function which caused it to always round to zero decimal places rather than the requested number. (6780)