Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.6] - 2025-04-09

- **Added** Highlight dependencies in the preview graph (beta)
- **Added** Customize the colors of classes and packages in the graph (beta)
- **Updated** Modify dependencies lines representations in graph
- **Updated** Update dependencies

## [0.6.5] - 2025-03-28

- **Fixed** Fix security issues
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ See [CHANGELOG.md](./CHANGELOG.md) for a list of changes in README.md
- **Exclude test projects**: Option to exclude test projects from the analysis
- **DOT file output**: Generate standard DOT files for use with internal preview feature or other visualization tools like Graphviz
- **Preview Graphviz**: Preview Graphviz on graphviz file open (beta)
- **Highlight dependencies**: Highlight dependencies in the preview graph (beta)
- **Customizable colors**: Customize the colors of classes and packages in the graph
- **Preview configuration options**: Preview configuration options in settings
- **Export graph as SVG**: Export the generated graph as an SVG file for easy sharing and embedding

Expand Down
Loading