Skip to content

2.4.7

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 17:55

What's Changed

  • Added optional Obsidian Markdown rendering for assistant responses across chat views, enabled by default.
  • Added a quick markdown toggle in the chat sidebar header plus a persistent Render markdown in chat setting.
  • Kept the plain escaped-text path available for users who prefer the old rendering behavior.
  • Preserved raw markdown copy behavior, so copying a rendered response still pastes markdown text into a note.
  • Updated esbuild to 0.28.1 to clear the current npm audit finding.

Verification

  • npm audit
  • npm run build
  • Manual Obsidian smoke test of rendered markdown and plain-text toggle behavior.
  • GitHub Actions release workflow passed and uploaded main.js, manifest.json, and styles.css.

Fixes #15.