Releases: greggh/claude-code.nvim
Releases · greggh/claude-code.nvim
v0.4.3
Changelog for v0.4.3
- chore: add linting and pre-commit configuration (Gregg Housh)
- docs: update documentation with command option and --cwd warning (Gregg Housh)
- fix: replace deprecated --cwd flag with pushd/popd commands (Gregg Housh)
- Merge pull request #5 from b0o/configurable-command (Gregg Housh)
- fix(tests): add missing config to terminal spec (Maddison Hellstrom)
- feat: make claude command configurable via config option (Maddison Hellstrom)
- docs: standardize README.md format (Claude)
- Update documentation paths to new docs-projects structure (Claude)
- Update funding information (Claude)
- Enhance: Add version management and standardize badge display (Claude)
- Update: CLAUDE.md with modern command patterns and more detailed structure information (Claude)
- Update: Document workflow changes in CHANGELOG (Gregg Housh)
- Refactor: Move documentation validation to dedicated workflow (Gregg Housh)
- Remove: Duplicate docs workflow (already in CI) (Gregg Housh)
- Add: Documentation workflow for Markdown validation (Gregg Housh)
v0.4.2
Changelog for v0.4.2
Fixed
- Fixed test runner not properly exiting after tests
- Improved which-key handling in test environment
- Fixed window focus issues in terminal split
v0.4.1
Changelog for v0.4.1
Changed
- Improved GitHub workflows with consolidated documentation checks
- Enhanced release workflow with more reliable changelog generation
- Updated dependency handling in CI workflows
- Refined workflow trigger conditions for better performance
Fixed
- Fixed deprecated changelog generator in release workflow
- Fixed documentation validation in CI pipeline
- Resolved Markdown linting and validation issues
- Improved error handling in GitHub workflows