Skip to content

Release history

vibe-kanban releases

Get 10X more out of Claude Code, Codex or any coding agent

All releases

12 shown

remote-v0.1.26 New feature
Notable features
  • Link PRs to issues directly
  • Markdown preview toggle in diff view for .md files
  • Self-host improvements with security pinning
Full changelog

Remote Service Release

✅ Deployed to prod

What's Changed

  • feat: link PRs to issues directly by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3113
  • fix(auth): Add refresh token refresh grace window and degraded auth UI by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3138
  • refactor: isolate git2 usage behind GitService wrappers (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/3240
  • fix: bump rmcp by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3249
  • feat: self-host improvements by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3199
  • ci: pin all third-party GitHub Actions and cargo installs to commit hashes by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3252
  • chore: Commit auto-generated tauri schema file by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3261
  • Add conversation turn navigation popover (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3233
  • feat: add markdown preview toggle in diff view for .md files by @iamriajul in https://github.com/BloopAI/vibe-kanban/pull/3125
  • Fix macOS app menu branding to Vibe Kanban (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3271
  • fix(wysiwyg): restore full WYSIWYG editing, fix code escape bugs by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3265
  • chore: remove dead code and tighten boundaries by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3262
  • Render Markdown in Diff PR Comments (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3276
  • fix(tauri): use dynamic frontend port for dev mode by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3279

New Contributors

  • @iamriajul made their first contribution in https://github.com/BloopAI/vibe-kanban/pull/3125

Full Changelog: https://github.com/BloopAI/vibe-kanban/compare/v0.1.36-20260323174633...remote-v0.1.26

v0.1.36-20260323174633 Bug fix

Restored native window controls on Windows and Linux, added configurable email template IDs, removed slash command timeouts, expanded crash screen support with translations, and improved relay reliability for slow networks.

relay-v0.1.7 Maintenance

## Relay Tunnel Service Release Deployed to prod **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/v0.1.36-20260323154239...relay-v0.1.7

remote-v0.1.25 Maintenance

## Remote Service Release ✅ Deployed to prod **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/relay-v0.1.6...remote-v0.1.25

relay-v0.1.6 Maintenance

## Relay Tunnel Service Release Deployed to prod **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/v0.1.34-20260320123518...relay-v0.1.6

remote-v0.1.24 Maintenance

## Remote Service Release ✅ Deployed to prod **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/v0.1.33-20260319102401...remote-v0.1.24

v0.1.33-20260319102401 Mixed
Notable features
  • Speed up local server Docker builds
  • Migrate workspace conversation to TanStack Virtual
Full changelog

What's Changed

  • perf: speed up local server Docker builds by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3192
  • Run hourly, non-blocking Tauri update checks (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3185
  • Add root cac dependency for local npx builds (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3195
  • refactor(conversation): migrate workspace conversation to tanstack virtual by @vdmkotai in https://github.com/BloopAI/vibe-kanban/pull/3173

Full Changelog: https://github.com/BloopAI/vibe-kanban/compare/remote-v0.1.23...v0.1.33-20260319102401

Published to npm registry

remote-v0.1.23 Bug fix

Assignee search resets after each selection and Docker layer caching for remote and relay builds is optimized, simplifying UI workflows and cutting build times.

v0.1.32-20260318082626 New feature
Notable features
  • System notifications via Tauri
  • Enable gzip and brotli HTTP compression
  • Support attachments across workspaces and issues
Full changelog

What's Changed

  • Disable remote analytics when PostHog config is blank (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3161
  • Persist draft workspace creation preference in scratch (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3164
  • Remove all #[ts(export)] attributes — they are no-ops (Vibe Kanban) by @LSRCT in https://github.com/BloopAI/vibe-kanban/pull/3167
  • ci: use blacksmith runners for all ubuntu jobs in pre-release workflow by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3166
  • chore: remove unused backend deps by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3171
  • feat: enable gzip and brotli HTTP compression for API responses by @yonch in https://github.com/BloopAI/vibe-kanban/pull/2915
  • feat: system notifications via Tauri by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3162
  • fix: ci builds by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3178
  • Support arbitrary attachments across workspaces and issues by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3129
  • Add issue filters to MCP (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3100
  • feat(remote): add audit logging with Application Insights OTLP export by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3066
  • Make remote issue short IDs org-scoped and harden the migration (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3181
  • Log API request context for server errors (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3182
  • Reimplement zoom via font-size scaling in Tauri desktop app (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3175
  • fix(ci): pin aws-lc-sys to 0.37.0 to fix Windows cross-compilation by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3186

New Contributors

  • @yonch made their first contribution in https://github.com/BloopAI/vibe-kanban/pull/2915

Full Changelog: https://github.com/BloopAI/vibe-kanban/compare/v0.1.31-20260316163135...v0.1.32-20260318082626

Published to npm registry

v0.1.31-20260316163135 New feature
Notable features
  • Windows Tauri App
  • Session naming and auto-naming
  • WYSIWYG editor improvements
Full changelog

What's Changed

  • Fix WYSIWYG editor: typeahead priority, issue description editing UX, and toolbar improvements (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3076
  • feat: Windows Tauri App by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/3137
  • bump opencode version by @abcpro1 in https://github.com/BloopAI/vibe-kanban/pull/2828
  • Fix window dragging when dialogs or onboarding pages are open (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3159
  • Add session naming: rename sessions and auto-name purpose-specific sessions (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/3144

Full Changelog: https://github.com/BloopAI/vibe-kanban/compare/remote-v0.1.22...v0.1.31-20260316163135

Published to npm registry

remote-v0.1.22 Maintenance

## Remote Service Release ✅ Deployed to prod **Full Changelog**: https://github.com/BloopAI/vibe-kanban/compare/v0.1.30-20260313160158...remote-v0.1.22

v0.1.30-20260313160158 New feature
Notable features
  • Tauri v2 migration with auto-updater
  • CI pipeline integration
Full changelog

What's Changed

  • fix: show user message for first turn with parallel setup scripts (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3114
  • feat: wrap app in Tauri v2 with auto-updater and CI pipeline (Vibe Kanban) by @anastasiya1155 in https://github.com/BloopAI/vibe-kanban/pull/2896
  • chore: consistent versioning by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3131
  • chore: extend lints to remote workspace by @ggordonhall in https://github.com/BloopAI/vibe-kanban/pull/3108
  • Fix pre-release version bump workflow path handling (Vibe Kanban) by @stunningpixels in https://github.com/BloopAI/vibe-kanban/pull/3133

Full Changelog: https://github.com/BloopAI/vibe-kanban/compare/v0.1.29-20260311170839...v0.1.30-20260313160158

Published to npm registry

Beta — feedback welcome: [email protected]