Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:04
· 1 commit to main since this release
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.