remote-v0.1.5
BloopAI/vibe-kanbanremote-v0.1.5Feb 13, 2026by github-actions[bot]
AI Summary
This release (remote-v0.1.5) is primarily a maintenance update focused on bug fixes, performance improvements, and refactoring. The standout feature is the ability to attach images to issues, while other changes include SQLite performance optimization, documentation restructuring, and CI workflow improvements.
Key Highlights
- New feature: attach images to issues
- Bug fix: prevent spamming SQLite with workspace timestamp updates
- Documentation overhaul: removed legacy nav groups, promoted Workspaces/Cloud/Settings as defaults
- CI improvements: path-based filtering for PRs and Sentry DSN injection
- Fixed auto-scroll for dev server logs in sidebar
Breaking Changes
- Removed all #[ts(export)] annotations across crates - may break TypeScript consumers
- Removed Attachment/AttachmentWithBlob re-export from db::attachments - may break existing code importing these
New Features
- Attach images to issues
Full Release Notes
## Remote Service Release ✅ Deployed to prod ## What's Changed * fix(db): Don't spam SQLite with workspace timestamp updates by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2716 * docs: remove legacy nav groups, promote Workspaces/Cloud/Settings as default, and fix broken cross-references by @benodiwal in https://github.com/BloopAI/vibe-kanban/pull/2719 * Skip unnecessary CI checks on PRs using path-based filtering (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2715 * chore(ci): inject Sentry DSN by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2721 * feat: attach images to issues by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/2582 * Remove all #[ts(export)] annotations across crates (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2722 * refactor: remove Attachment/AttachmentWithBlob re-export from db::attachments (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/2723 * Fix auto-scroll for dev server logs in sidebar (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2731 **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/v0.1.12-20260212135913...remote-v0.1.5