Skip to content

Releases: nyatinte/ccexp

v4.0.0

30 Jul 12:59

Choose a tag to compare

Release v4 !!!

image

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

   🐞 Bug Fixes

    View changes on GitHub

v3.0.1

21 Jul 18:07

Choose a tag to compare

ccexp v3.0.1 Release Notes

🔧 Improvements

Performance Optimization

  • Migrated utility functions to es-toolkit library (#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

19 Jul 18:06

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.1

15 Jul 16:25

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

12 Jul 17:56

Choose a tag to compare

   🚨 Breaking Changes

  • BREAKING - rename project from claude-code-explorer to ccexp  -  by @nyatinte in #31 (59645)
    View changes on GitHub

v1.2.0

12 Jul 17:07

Choose a tag to compare

   🚀 Features

  • Implement Copy to Current Directory with improved confirmation dialog  -  by @nyatinte in #18 (e55d4)
    View changes on GitHub

v1.1.1

12 Jul 08:45

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.1.0

09 Jul 13:31

Choose a tag to compare

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

Full Changelog: v1.0.1...v1.1.0

v1.0.1

08 Jul 12:53

Choose a tag to compare

No significant changes

    View changes on GitHub

v1.0.0

08 Jul 12:43

Choose a tag to compare

   🚀 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:
    • Include typecheck in CI pipeline and unify GitHub Actions  -  by @nyatinte (c4748)
  • react:
    • Fix useEffect dependency in FileList to reset currentIndex on search  -  by @nyatinte (96f64)
    • Fix useEffect dependency array to prevent infinite re-renders  -  by @nyatinte (0bcb3)
    • Address critical code review issues for production quality  -  by @nyatinte (86b63)
  • typescript:
    • Resolve all type errors and restore marked-terminal functionality  -  by @nyatinte (50400)
  • ui:
    • Resolve ESC key and focus management issues with isActive pattern  -  by @nyatinte (25fcb)

   🏎 Performance

  • react: Optimize component rendering with React.memo and useCallback  -  by @nyatinte (01fa0)
    View changes on GitHub