We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9081c19 commit 8a1067aCopy full SHA for 8a1067a
CHANGELOG.md
@@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
9
+## [0.0.6] - 2024-09-26
10
+
11
### Added
12
13
- The CFG view now highlights (in black) the node matching the cursor position.
package.json
@@ -59,7 +59,7 @@
59
"//": "START EXTENSION ATTRIBUTES",
60
"publisher": "tamir-bahar",
61
"name": "function-graph-overview",
62
- "version": "0.0.5",
+ "version": "0.0.6",
63
"description": "Function Graph Overview",
64
"displayName": "Function Graph Overview",
65
"icon": "./media/icon.png",
@@ -109,4 +109,4 @@
109
"engines": {
110
"vscode": "^1.86.0"
111
}
112
-}
+}
0 commit comments