Skip to content

v0.10.0

Choose a tag to compare

@tmaiaroto tmaiaroto released this 26 Mar 02:42
a44cdfc

What's Changed

  • Splits the node graph visualization in the "Code Atlas" section into different graphs based on directory path. This reduces the amount of nodes (and edges) that render which improves performance for larger code bases.
  • Added callees/callers to the node details panel for easier traversal and quicker access to this data (opposed to just relying on the graph). This also accounts for nodes in different directories/graphs.
  • Added "jump to" and directory path breadcrumbs to the "Code Atlas" for easier navigation now that graphs are broken down by directory.
  • Adjusted config for macOS (hopefully fixes inability to move app window, needs testing)

Full Changelog: v0.9.0...v0.10.0