Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xnuinside/codegraph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: codegraph_updates
Choose a base ref
...
head repository: xnuinside/codegraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 22 files changed
  • 1 contributor

Commits on Jan 17, 2026

  1. Merge pull request #22 from xnuinside/codegraph_updates

    Codegraph updates
    xnuinside authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    31b5588 View commit details
    Browse the repository at this point in the history
  2. update changelog.md

    xnuinside committed Jan 17, 2026
    Configuration menu
    Copy the full SHA
    edd23b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23 from xnuinside/update_changelog

    update changelog.md
    xnuinside authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    8efcf8b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2026

  1. Release v1.1.0: Massive Objects, optional matplotlib, code coverage

    Features:
    - Massive Objects panel to find large code entities by lines of code
    - Lines of code tracking with size-based node scaling
    - Draggable and collapsible UI panels
    - Smart initial zoom based on node count
    
    Changes:
    - matplotlib is now optional (install with codegraph[matplotlib])
    - Added code coverage with pytest-cov and Codecov integration
    - Added package installation tests
    - Updated README with new features and images
    xnuinside committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    7190b58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from xnuinside/v1.1.0_release

    Release v1.1.0: Massive Objects, optional matplotlib, code coverage
    xnuinside authored Jan 18, 2026
    Configuration menu
    Copy the full SHA
    afb1b4e View commit details
    Browse the repository at this point in the history
  3. 1.2.0 release (#25)

    * Release v1.2.0: Enhanced tooltips with links count, tabs in Unlinked panel
    
    Added:
    - Node tooltips now display "Links out" and "Links in" counts with color coding
    - New "Links count" tab in the Unlinked Modules panel
    - Configurable threshold filter to find nodes by connection count
    - Checkboxes to filter by "links in" or "links out" criteria
    
    Changed:
    - Unlinked panel now uses tabs interface (Unlinked / Links count)
    
    * Refactor: Extract HTML/CSS/JS templates to separate files
    
    - Move HTML structure to templates/index.html
    - Move CSS styles to templates/styles.css
    - Move JavaScript code to templates/main.js
    - Update vizualyzer.py to read and combine template files
    - Reduce vizualyzer.py from ~2000 to ~340 lines
    - Fix Connections panel positioning (now draggable like other panels)
    - Update CHANGELOG.md with refactoring details
    
    * Add display filters for nodes and links by type
    
    - Show/hide nodes: Modules, Classes, Functions, External
    - Show/hide links: Module→Module, Module→Entity, Dependencies
    - Filters available in the Display panel
    - Links are hidden when connected nodes are filtered out
    - Update CHANGELOG with display filters feature
    
    * Move Legend panel to the right of Controls panel
    
    * Add CSV export option for graph data
    
    * Add integration tests for CSV export functionality
    
    * Add CSV export documentation to README
    
    * Update README with new feature screenshots
    xnuinside authored Jan 18, 2026
    Configuration menu
    Copy the full SHA
    9bfc073 View commit details
    Browse the repository at this point in the history
Loading