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
v1.1.0 — stream chat feed and combat tracker
Two new OBS Browser Source panels alongside the character card.
Chat feed: the tail of the chat log, with dice results. Whispers and blind
rolls are never sent, and message markup is flattened to text inside Foundry
before it leaves. Player messages always appear; the GM's are shown by
category, all on by default. Configurable line count. Enabling it seeds from
the log you already have.
Combat tracker: the turn order, name and initiative per row, with the current
turn highlighted. Combatants hidden from the players never appear.
Also: the overlay settings window scrolls instead of running off the screen;
a diagnostic API on game.modules.get(id).api with diagnose() and selfTest();
panels show a status line rather than sitting invisibly blank; and the pages
redraw only when something actually changes.