remote-v0.1.26
BloopAI/vibe-kanbanremote-v0.1.26Mar 27, 2026by github-actions[bot]
AI Summary
This remote service release includes significant features for PR/issue linking, authentication improvements, self-hosting enhancements, and various UI fixes including WYSIWYG editing and markdown rendering.
Key Highlights
- Link PRs to issues directly
- Add refresh token refresh grace window and degraded auth UI
- Self-host improvements
- Add conversation turn navigation popover
- Markdown preview toggle in diff view for .md files
- Restore full WYSIWYG editing and fix code escape bugs
New Features
- PRs can be linked to issues directly
- Refresh token grace window added with degraded auth UI
- Self-hosting improvements
- Conversation turn navigation popover added
- Markdown preview toggle for .md files in diff view
- Full WYSIWYG editing restored
- Markdown rendering in PR diff comments
- Dynamic frontend port for Tauri dev mode
- Git2 isolated behind GitService wrappers
- macOS app menu branded as Vibe Kanban
Full Release Notes
## 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