Skip to content

v0.6.3

Choose a tag to compare

@digitsu digitsu released this 29 Jun 07:49

Client-side bug-fix release. No proxy changes required.

Fixed

  • Half-rendered AI responses (notably on D&D 5e / Foundry V13). The markdown→HTML formatter could emit malformed markup (stray/unclosed <p>, lists nested inside paragraphs) for replies with headers or lists, which broke the system's chat-render pipeline and cut the message off partway. Responses are now normalized to well-formed, balanced HTML before display.
  • @lm / @lm! prefix ignored. Foundry V13's rich-text (ProseMirror) chat input can deliver the typed message wrapped in HTML (<p>@lm …</p>), so prefix detection failed and Loremaster ignored the message. The chat input is now normalized to plain text before prefix/command matching.
  • Proxy Server URL not resetting in Hosted mode. Switching Server Mode from Self-Hosted back to Hosted (Patreon) left a stale custom URL in place. The URL is now reset to the hosted default and greyed out (locked) in Hosted mode, and hosted connections always use the official endpoint regardless of any stale stored value.