Releases: jcanizalez/vibegrid
Releases · jcanizalez/vibegrid
v0.4.0-beta.2
v0.4.0-beta.1
What's Changed
Features
- MCP session management tools — rename, reorder, read output (#109)
- Capture and display session output for task-launched sessions (#111)
Bug Fixes
- Enable independent scroll on kanban board columns (#114)
- Use task agent assignment when starting task (#111)
- Clean up test interval leaks (#111)
Dependencies
v0.4.0-beta.0
What's Changed
- fix: use @vibegrid/mcp@latest in MCP setup commands by @jcanizalez in #88
- fix: pin zod v3 in MCP package for SDK compatibility by @jcanizalez in #89
- fix: enable independent scroll on kanban board columns by @jcanizalez in #97
- refactor: consolidate MCP tools from 40 to 25 by @jcanizalez in #98
- fix: poll and update session branch indicator after checkout by @jcanizalez in #99
- feat: add agent assignment to task views by @jcanizalez in #100
- fix: hot-rebind server when Tailscale becomes available by @jcanizalez in #102
- fix: improve recent session discovery and resume handling by @jcanizalez in #106
- chore(deps): bump @tiptap/extensions from 3.20.1 to 3.20.5 by @dependabot[bot] in #103
- chore(deps): bump @tiptap/extension-link from 3.20.1 to 3.20.5 by @dependabot[bot] in #107
- chore(deps): bump pino from 9.14.0 to 10.3.1 by @dependabot[bot] in #105
- chore(deps): bump @modelcontextprotocol/sdk from 1.27.1 to 1.28.0 by @jcanizalez in #113
- chore(deps-dev): bump electron from 33.4.11 to 41.0.4 by @dependabot[bot] in #104
- fix: create release before uploading artifacts by @jcanizalez in #112
- chore: bump version to 0.4.0-beta.0 by @jcanizalez in #110
Full Changelog: v0.3.1...v0.4.0-beta.0
v0.3.2
v0.3.1
v0.3.0
v0.3.0
Features
- Web app with Tailscale network access — access VibeGrid from any device on your Tailscale network (#58)
- Mobile PWA with Liquid Glass UI — complete mobile experience with native-feeling interface (#61)
- Headless agent pills in sessions view — headless sessions visible alongside interactive ones (#49)
Fixes
- Windows terminal copy/paste — Ctrl+C copies selection, Ctrl+V no longer pastes twice, right-click context menu, clickable terminal links (#81)
- Windows installer — NSIS installer places app in permanent location, download button prefers NSIS (#76, #79)
- Session restore — Recent Sessions resume works correctly (#77)
- Web app packaging — dist included in packaged app, session hydration and crypto polyfill fixed (#72, #60)
- Server startup — fix crash from import.meta.url in CJS bundle (#70)
- MCP mutations — reliably notify the UI (#67)
Refactors
- Replace better-sqlite3 with libsql (#59)
Dependencies
v0.3.0-beta.3
v0.3.0-beta.3
Fixes
- Windows terminal copy/paste — Ctrl+C copies selection (falls through to SIGINT when nothing selected), Ctrl+V no longer pastes twice, Ctrl+Shift+C/V supported (#81)
- Right-click context menu — Copy/Paste menu on right-click in all terminals (#81)
- Clickable terminal links — URLs in terminal output are clickable via Cmd/Ctrl+click (#81)
- Windows installer — NSIS installer places app in permanent location, download button prefers NSIS (#76, #79)
- Session restore — Recent Sessions resume works correctly (#77)
v0.3.0-beta.2
v0.3.0-beta.2
Fixes
- Web app 404 in packaged app — Web dist now included in
extraResources, path resolution works in both dev and production layouts,build:webadded to the build script (#72)
v0.3.0-beta.1
v0.3.0-beta.1
Fixes
- Server crash on startup — Removed
import.meta.urlusage in CJS bundle that causedERR_INVALID_ARG_TYPEcrash in the packaged Electron app (#70)
CI
- New server bundle smoke-test step: verifies the CJS bundle loads without module-level crashes before merging
v0.3.0-beta.0
v0.3.0-beta.0
Features
- Mobile PWA — Complete mobile experience with Liquid Glass UI, bottom tab navigation, pinch-to-zoom, virtual keyboard bar, safe area support, service worker (#61)
- Web app — Full browser access via Tailscale network with WebSocket RPC shim, responsive layout, QR code sharing (#58)
- Headless agent pills — Background agent sessions shown as compact pills in sessions view with live log streaming (#49)
- Web session hydration — Pre-existing terminal sessions hydrate in web UI on connect, crypto.randomUUID polyfill for non-secure contexts (#60)
Fixes
- MCP→UI notification — MCP-created tasks/projects/workflows now reliably appear in UI via .db-signal file watcher (#67)
Refactors
- libsql migration — Replaced better-sqlite3 with libsql (#59)