Skip to content

Releases: mattsilv/codesight

CodeSight v0.1.12

23 Mar 15:22
27e250b
Compare
Choose a tag to compare

Minor release with README fixes and improvements to documentation

CodeSight v0.1.11

23 Mar 15:20
15df1ce
Compare
Choose a tag to compare

Update to version 0.1.11 with security improvements and gitignore handling fixes

CodeSight v0.1.9-hotfix

17 Mar 17:34
974d1df
Compare
Choose a tag to compare

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

17 Mar 13:14
6a6d1b8
Compare
Choose a tag to compare

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

17 Mar 13:09
d93dcb0
Compare
Choose a tag to compare

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

15 Mar 03:39
ac36996
Compare
Choose a tag to compare

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

12 Mar 02:49
acbb96d
Compare
Choose a tag to compare

Initial release of CodeSight with full Python module support.

v0.1.32

14 Feb 03:12
65b3579
Compare
Choose a tag to compare

Full Changelog: v0.1.31...v0.1.32

v0.1.31

14 Feb 03:08
913e373
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.31

v0.1.3

14 Feb 03:04
0abc593
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.3