You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reworked message synchronization between the chat window and scene tabs, improving performance and stability during initial loading, tab switching, live message creation/editing/deletion, and loading older messages while scrolling.
Fixed issues where rapid tab switching or consecutive operations could cause messages to be duplicated, disappear, or be overwritten by stale renders.
Updated the indicators for unread tabs, new messages, and the “Jump to Bottom” control.
Improved the logic for inserting, editing, and restoring inline emotes (avatars used as emotes).
Added conflict detection to the message editor. If a message has been updated by another operation, saving is cancelled to prevent overwriting the latest content.
GMs can select OOC or scene tabs when exporting chat logs, and choose whether to include currently visible whispers, blind rolls, and other private messages.
Improved offline HTML export, including embedded images and CSS resources. Warnings are displayed when external resources cannot be retrieved.
Adopted Foundry VTT v13 native APIs and improved color settings, file picker support, drag-and-drop, audio, message hooks, and permission checks.