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: v1.1.0_release
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.
  • 5 commits
  • 16 files changed
  • 2 contributors

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. 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. 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
  2. 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

Commits on Apr 7, 2026

  1. Bump pygments from 2.19.2 to 2.20.0 (#28)

    Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.19.2...2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-version: 2.20.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    effefc7 View commit details
    Browse the repository at this point in the history
Loading