Releases: happy-nut/claude-plugin-viban
Releases · happy-nut/claude-plugin-viban
Release list
v1.3.17
What's Changed
Features
- Add skill integrity tests and CLI Reference to all skills
Other Changes
- 1.3.17
Full Changelog: v1.3.16...v1.3.17
v1.3.16
What's Changed
Features
- Review uses detached HEAD checkout for safe IDE diff review
Other Changes
- 1.3.16
Full Changelog: v1.3.15...v1.3.16
v1.3.15
What's Changed
Features
- Redesign review/approve/reject to use in-worktree soft-reset
Other Changes
- 1.3.15
Full Changelog: v1.3.14...v1.3.15
v1.3.14
What's Changed
Features
- Auto-create worktree on CLI assign
- Add --json flag to assign/review/done/move commands
- Split review into review/approve/reject commands
- Add /viban:review command for IDE-based code review
- Enforce review-before-done workflow
- Add auto-archive for old done issues
- Add TUI keyboard shortcuts for done, comment, and search
- Add zsh shell completion for viban CLI (#58)
- Add file locking for concurrent write safety (#57)
Bug Fixes
- Prevent double JSON output in viban get
- Update setup workflow template to route post-merge through approve
- Update tests to use --force for direct done transitions
- Guard viban move against direct done transition
- Guard ANSI/OSC escapes behind IN_TUI flag
- Enforce worktree-based workflow for assign and review pipeline
- Preserve worktree during review, only cleanup on card deletion
- Redesign /viban:review with 3 review modes
Maintenance
- Update subtask tests for JSON output format
Other Changes
- 1.3.14
Full Changelog: v1.3.13...v1.3.14
v1.3.13
What's Changed
Features
- Add filter and search to viban list (#35)
- Support issue templates via .viban/templates.json (#56)
- Add
viban exportfor markdown and HTML board export (#55) - Add --dry-run flag to done and unlink commands (#53)
- Add
viban changelogfor auto-generated changelogs (#49) - Sync blocked_by, sub-tasks, and comments with GitHub (#52)
- Enhance viban edit with new fields display
- Add JSON schema validation on viban.json load
- Add viban backup/restore for data safety
Bug Fixes
- Assign command now resolves issues, not just assigns
- Suppress "Your Task:" preamble in assign skills
- Guard ((var++)) with || true for bash 5.x set -e compatibility
- Resolve shellcheck warnings in sync scripts (SC1090, SC2295)
Documentation
- Rewrite README for first-time viewer impact
- Fix README - 3-column board, add parallel worktree workflow
- Update README with all new features and current project structure
Maintenance
- Add integration tests for feature combinations
- Add shellcheck linting to CI pipeline
- Modularize bin/viban into lib/ modules
Other Changes
- 1.3.13
Full Changelog: v1.3.12...v1.3.13
v1.3.12
What's Changed
Features
- Add
viban statsfor throughput metrics and statistics - Support sub-tasks with
--parentflag for large issue decomposition - Archive done issues with
viban historyand--purgeflag - Add issue dependencies with
viban link/unlinkand blocked-aware assign - Add
viban comment <id> "message"for issue progress tracking - Warn on potential duplicate issues during
viban add - Add
viban move <id> <status>command for backward status transitions
Documentation
- Update README
Other Changes
- 1.3.12
Full Changelog: v1.3.11...v1.3.12
v1.3.11
v1.3.9
v1.3.8
What's Changed
Bug Fixes
- Block Read on viban.json, not just Edit/Write
- Resolve .viban path from git root, not PWD
Other Changes
- 1.3.8
Full Changelog: v1.3.7...v1.3.8