Releases: mattsilv/codesight
Releases · mattsilv/codesight
CodeSight v0.1.12
CodeSight v0.1.11
Update to version 0.1.11 with security improvements and gitignore handling fixes
CodeSight v0.1.9-hotfix
Version 0.1.9-hotfix
Fixes
- Added .sh file extension to default extensions list
- Fixed issue where shell script files weren't included in analysis
- Completed the refactoring of analyze.sh command
Key Improvements
- Better file collection with proper shell script detection
- More modular and maintainable codebase structure
- Improved error handling and debugging output
CodeSight v0.1.8
What's New in 0.1.8
🛠️ Bug Fixes
- Fixed an issue where CodeSight would hang when analyzing large codebases with complex .gitignore patterns
- Improved handling of wildcard patterns in .gitignore files
- Added timeout protection to prevent hanging during file collection
- Added progress indicators during file scanning
🔧 Technical Improvements
- Enhanced pattern recognition for different .gitignore format patterns
- Implemented a fallback mechanism for file collection if the initial method times out
- Better handling of path patterns with wildcards by converting to find-compatible regex patterns
📚 Documentation
- Updated version references in documentation
Installation
# Clone the repository
git clone https://github.com/mattsilv/codesight.git
# Go to the directory
cd codesight
# Run the installer
./install.sh
Or download the latest release and run the install script.
CodeSight v0.1.7
CodeSight v0.1.7
New Features
- Added update checking functionality to notify users about new versions
- Added 'update' command to manually check for updates
- Automatic update checks when running the analyze command
Bug Fixes
- Fixed typos in the analyze.sh command parsing
How to Update
- Clone users:
git pull
to update - Archive users: Use the download links below
CodeSight v0.1.5
CodeSight v0.1.5
What's New
- Improved documentation with detailed Windows setup instructions
- Enhanced installation guide with platform-specific setup
- Added visualization utility to show largest files in codebase
- Simplified usage - run codesight without arguments to analyze current directory
Changes
- Refactored initialization flow for better user experience
- Added support for running without explicit command (defaults to analyze)
- Implemented visualization command with files report
- Updated help documentation with new features
This release focuses on ease of use and better cross-platform support.
CodeSight v0.1.4
Initial release of CodeSight with full Python module support.
v0.1.32
Full Changelog: v0.1.31...v0.1.32
v0.1.31
Full Changelog: v0.1.3...v0.1.31
v0.1.3
Full Changelog: v0.1.1...v0.1.3