August 28, 2025
Foundry Virtual Tabletop - Version 13 - Stable 7 Release Notes

This latest release in the Version 13 series, Stable 7, is modest in scope. With the majority of our efforts now focused on bringing Version 14 to life and with Version 13 becoming increasingly polished, this small maintenance patch update simply resolves a few bugs and polishes a few rough edges.
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.
New Features
Documents and Data
- Added scrolling to all
SceneConfig
tabs to better accommodate potential additional items added by modules or systems. (13335)
Applications and User Interface
Bug Fixes
Architecture and Infrastructure
- This update addresses a couple of security vulnerabilities that were brought to our attention by kind users in our userbase. As security exploits are not made public on our repository, there is no issue linked for these fixes.
Documents and Data
- Restored the ability to set compendium ownership within the user interface. (13283)
- Improved
searchTextFields
to more accurately identify and handle objects. (13300)
Applications and User Interface
- Added scrolling to chat message popouts. (12822)
- Resolved several A/V interaction issues with floating panels. (12879)
- Fixed a bug where the Combat Tracker header menu's "Link to Viewed Scene" option failed to toggle its label to read "Unlink from Viewed Scene" after selecting it. (13289)
- When the value of one of the user volume control sliders changes, the global mute toggle icon to the left of the hotbar now toggles its icon to indicate that the global mute has been automatically disabled. (13315)
- Changed the priority of operations that occur when pressing Escape so that if the Main Menu is open it is now closed first rather than closing sheets or deselecting tokens. (13318)
- Restored the ability to cancel drawing polygonal
Drawing
s and scene regionShape
s with the Dismiss keybinding ( Escape ). (13325) - Fixed float rounding errors that could prevent the polygon tool from closing on a hexagonal grid. (13326)
The Game Canvas
- Changed
Token._configureAnimationMovementSpeed
so that it now passes aToken
when it callsTokenMovementActionConfig#getAnimationOptions
. (13302) - Resolved a bug that could cause Scene migrations to fail in very rare circumstances involving legacy hexagonal grids. (13324)
- Fixed an issue that was preventing notifications about the deprecation of
CONFIG.MeasuredTemplate.types
. (13338)
Other Changes
- Prevented an error that could occur when a re-render was triggered as part of focusing a
<prose-mirror>
element. (13291) - Prevented the chat message popout title bar from including line breaks when the title was created from flavor text. (13295)
- Resolved an issue where the right side of the "Tiles" view of the
FilePicker
could be cut off. (13304) - Fixed a bug where
parseUuid
was generating invalid UUIDs for old-style compendium links if a redirect was involved. (13309) - Prevented
JournalEntrypage
ownership from incorrectly resetting to-1
(INHERIT
) when building an adventure. (13331)
Documentation Improvements
Other Changes
- Updated the API documentation by replacing the now-deprecated
Scene#darkness
withScene#darknessLevel
. (13299)