Register

Release 13.348

Version 13 Stable

August 28, 2025

Foundry Virtual Tabletop - Version 13 - Stable 7 Release Notes

Release Notes for Foundry Virtual Tabletop Version 13
Foundry VTT Version 13 Stable 7 as shown with a map from the official D&D 5E Tomb of Annihilation adventure module, now with the ability to replace creatures and spells with their 2024 versions using our New Content Replacement feature!

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

  • The "Unconstrained Movement" control now remembers its last state. Also added a new "Toggle Unconstrained Movement" keybinding (default binding: U). (13050)
  • Added two-decimal rounding and locale-specific formatting to the displayed elevation range in the Region legend. (13336)

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 Drawings and scene region Shapes 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 a Token when it calls TokenMovementActionConfig#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 with Scene#darknessLevel. (13299)