Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 1.24 KB

Change Log

All notable changes to the "function-graph-overview" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

[0.0.8] - 2025-01-06

Fixed

  • Fixed an edge-case where some functions led to infinite loops when rendering.

[0.0.7] - 2024-12-19

Added

  • The plugin can now be configured to change CFG rendering settings & color scheme!

Fixed

  • The plugin no longer throw a null-dereference exception on startup.

[0.0.6] - 2024-12-18

Added

  • TypeScript, JavaScript, TSX, JSX support

Fixed

  • Fixed loop and labeled continue/break handling in Go

[0.0.5] - 2024-12-12

Added

  • Click-to-navigate support. Click on the graph to jump to the relevant code.

[0.0.4] - 2024-12-01

Added

  • Support for C++

[0.0.3] - 2024-11-13

Added

Known Issues

  • The full feature list of the VSCode plugin including custom color themes and graph-based-navigation is not yet supported.