Releases: nyatinte/ccexp
Releases · nyatinte/ccexp
v4.0.0
Release v4 !!!
Version 4 includes new features such as virtual scrolling for handling multiple files, support for configuration files for subagents, and a complete design overhaul!
🚨 Breaking Changes
- Implement virtual scrolling for large file lists - by @nyatinte in #45 (2bfc1)
- Improve file list display with User/Project terminology and better organization - by @nyatinte in #65 (747d2)
🚀 Features
- Enable lefthook only in Claude Code environment - by @nyatinte in #56 (77410)
- Add support for settings.json configuration files - by @nyatinte in #19 (8251b)
- Support for sub-agent configuration files - by @nyatinte in #58 (2afd3)
🐞 Bug Fixes
- Fix upward arrow navigation in virtual scrolling - by @nyatinte in #60 (e6cf8)
- Prevent header duplication on terminal resize - by @nyatinte in #53 (897f8)
- Improve long filename truncation in file list - by @nyatinte in #62 (af2c7)
View changes on GitHub
v3.0.1
ccexp v3.0.1 Release Notes
🔧 Improvements
Performance Optimization
- Migrated utility functions to
es-toolkitlibrary (#41)- Replaced custom implementations with standard library utilities
- Reduced bundle size and improved performance
Testing Environment Enhancements
- Suppressed test output using CI environment variable (#34)
- Reduced unnecessary console output during test execution
- Properly mocked debug statements
📚 Documentation
- Reorganized project documentation (#54, #33)
- Added new screenshots to README
- Created DEVELOPMENT.md with detailed contributor guidelines
- Updated CLAUDE.md to reflect current project structure
Other Changes
- Internal codebase cleanup and refactoring
View changes on GitHub
v3.0.0
v2.0.1
v2.0.0
🚨 Breaking Changes
View changes on GitHub
v1.2.0
🚀 Features
View changes on GitHub
v1.1.1
🚀 Features
- Split up CI scripts for error feedback and use them in github action - by @nyatinte in #4 (2e1b9)
- Parallelization of ci - by @nyatinte in #5 (026a9)
- Add Edit File action to menu with support - by @nyatinte in #12 (d4601)
- Migrate tests to fs-fixture and implement dependency injection - by @nyatinte in #15 (8a16b)
🐞 Bug Fixes
- Correct package name in README title - by @nyatinte in #3 (47e6c)
- Resolve knip errors in git worktree environments - by @nyatinte in #16 (e45ea)
- Restore keyboard focus after closing action menu - by @nyatinte in #13 (f320a)
View changes on GitHub
v1.1.0
What's Changed
- feat: Split up CI scripts for error feedback and use them in github actions by @nyatinte in #4
- fix: correct package name in README title by @nyatinte in #3
- chore: remove target from tsdown by @ryoppippi in #7
- feat: Parallelization of CI by @nyatinte in #5
- chore: Specify the config path for the biome by @nyatinte in #6
- feat: add Edit File action to menu with support by @nyatinte in #12
New Contributors
- @ryoppippi made their first contribution in #7
Full Changelog: v1.0.1...v1.1.0
v1.0.1
No significant changes
View changes on GitHub
v1.0.0
🚀 Features
- Lefthook - by @nyatinte (2e182)
- Add knip for dependency management and housekeeping - by @nyatinte (c46ba)
- Implement nr-like interactive search experience - by @nyatinte (802cf)
- Implement complete interactive menu system with copy/open actions - by @nyatinte (7fd88)
- Add block-style loading screen with orange gradient logo - by @nyatinte (39cc4)
- cli: Add command line argument support with --help, --version, and --path options - by @nyatinte (fab23)
- error-handling: Enhance error handling and file processing safety - by @nyatinte (dafb1)
- npm: Setup automated npm publishing workflow - by @nyatinte (09656)
- search: Implement always-on search with vim-style keyboard navigation - by @nyatinte (7d623)
- test: Implement comprehensive React Ink testing suite - by @nyatinte (3d903)
- ui: Enhance interactive mode with ESC key fix and workflow improvements - by @nyatinte (cb8b7)
🐞 Bug Fixes
- Remove unnecessary root directory exclusion from .gitignore - by @nyatinte (5945c)
- Resolve vitest EPIPE error with rolldown-vite override - by @nyatinte (fdf97)
- Improve CLAUDE.md file detection and scanning - by @nyatinte (91172)
- Improve search filter keyboard handling in FileList - by @nyatinte (027d6)
- Rename claude-code-explorer - by @nyatinte (7cfc4)
- ci:
- react:
- typescript:
- ui: