Skip to content

v1.2.0

Choose a tag to compare

@HeiCg HeiCg released this 05 Mar 02:26
· 12 commits to main since this release

Bug Fixes

  • SvelteGrab: Fix "Open in Editor" not working — window.open() silently fails for custom protocol URLs (vscode://, cursor://, etc.); now uses anchor element click which reliably triggers protocol handlers (#6)
  • SvelteGrab: Fix detectProjectRoot treating Vite dev-relative paths (/src/..., /lib/...) as absolute, which produced empty root strings and broken editor URLs
  • SvelteGrab: Add console warning when editor URL cannot be resolved to an absolute path, with guidance to set the projectRoot prop

Security

  • Update @modelcontextprotocol/sdk 1.26.0 → 1.27.1 (fixes hono + @hono/node-server vulnerabilities)
  • Update svelte 5.53.0 → 5.53.7 (fixes SSR XSS vulnerabilities)
  • Update rollup 4.57.1 → 4.59.0 (fixes path traversal vulnerability)