v0.1.2
0.1.2 — 2026-04-23
Bug fixes and broader MCP client support.
Fixes
- Feedback send now works. Discord was blocked by the app’s content security policy; the endpoint is now allow-listed and network failures along that path get written to the local log file instead of vanishing.
- Animated spinners actually animate. The bus-shaped loader is now animated in production builds. The keyframes had been declared inside the SVG’s inline
<style>block and weren’t being bundled by the production build pipeline; they live in the global stylesheet now. - MCP binary ships with the installer. First launch no longer shows the “run cargo build” message —
viewbus-mcp.exeis now bundled as a Tauri sidecar and installed next to the main app. - Crashes reach the log file. A Rust panic hook forwards unhandled panics into the rolling log, so unexplained app exits leave a trail for support.
Features
- MCP tabs for more clients. The Connect MCP dialog now has tabs for Cursor, Codex CLI, OpenCode, and VS Code (Copilot agent mode) in addition to Claude Desktop and Claude Code. Each tab shows the exact config-file path, the snippet to paste (JSON or TOML, formatted for that client), and how to reload the server after editing.