Skip to content

Commit eeb2e77

Browse files
author
beicause
committed
Release v1.2.1
1 parent f0a8cdc commit eeb2e77

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Change Log
22

3+
## [1.2.1] 2024-05-30
4+
- `call-graph.saveDir` setting is removed, replaced by showing a save dialog.
5+
- beautify the save buttons in preview panel.
6+
- update the extension icon.
7+
38
## [1.2.0] 2024-05-27
4-
- add `Call-graph: Max Depth` setting for both incoming and outgoing call graphs.
9+
- add `call-graph.maxDepth` setting for both incoming and outgoing call graphs.
510

611
## [1.1.5] 2024-03-20
712

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ You can configure `ignoreFile`(.callgraphignore by default), `maxDepth`. See the
2121
## How it works
2222
It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands( the same with `Show Call Hierarchy` command, not available for some language server ).
2323

24+
## Changelog
25+
See [CHANGELOG.md](./CHANGELOG.md).
26+
2427
## For more information
2528
* Also developed by me for preview and edit graphviz file:
2629
- [Graphviz Viewer Online](https://graphviz.net)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "call-graph",
33
"displayName": "Call Graph",
44
"description": "call graph for vscode",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"publisher": "LuoZhihao",
77
"engines": {
88
"vscode": "^1.65.0"

0 commit comments

Comments
 (0)