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: main
Choose a base ref
...
head repository: xnuinside/codegraph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0_release
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 15 files changed
  • 1 contributor

Commits on Jan 18, 2026

  1. 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)
    xnuinside committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    d5e2d29 View commit details
    Browse the repository at this point in the history
  2. 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
    xnuinside committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    26c4981 View commit details
    Browse the repository at this point in the history
  3. 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
    xnuinside committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    4b48fdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b4eaa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9e711c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3e0029 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    680b1dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4183cf7 View commit details
    Browse the repository at this point in the history
Loading