Skip to content

Commit 845ba6e

Browse files
author
beicause
committed
release v1.1.3
1 parent e50d91d commit 845ba6e

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
# Change Log
22

3-
## [1.0.0] 2022-3-28
3+
## [1.1.3] 2023-10-26
44

5-
- Initial release
5+
- use [node-ignore](https://www.npmjs.com/package/ignore) for .callgraphignore to fix relative issues([#17](https://github.com/beicause/call-graph/pull/17))
6+
- restrict this extensions to only search in the current workspace
67

7-
## [1.1.0] 2022-4-12
8+
## [1.1.2] 2022-8-29
89

9-
- use webview panel instead of browser for previewing, so many configs are removed.
10-
- support saving svg and dot file to workspace.
10+
- add incoming call graph
11+
- add .callgraphignore config
1112

1213
## [1.1.1] 2022-5-20
1314

1415
- fix svg and dot file exporting on Windows([#3](https://github.com/beicause/call-graph/issues/3))
1516
- add config `call-graph.saveDir`
1617

17-
## [1.1.2] 2022-8-29
18+
## [1.1.0] 2022-4-12
1819

19-
- add incoming call graph
20-
- add .callgraphignore config
20+
- use webview panel instead of browser for previewing, so many configs are removed.
21+
- support saving svg and dot file to workspace.
22+
23+
## [1.0.0] 2022-3-28
24+
25+
- Initial release

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ vscode extension for generate call graph in [graphviz dot language](https://www.
1515
4. Add `.callgraphignore` file in your project root directory to ignore some files or folders
1616

1717
## How it works
18-
It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands.
18+
It depends `vscode.provideOutgoingCalls` and `vscode.provideIncomingCalls` built-in commands( the same with `Show Call Hierarchy` command, not available for some language server ).
1919

2020
### For more information
21+
* Also developed by me for preview and edit graphviz file:
22+
- [Graphviz Viewer Online](https://graphviz.net)
23+
- [Graphviz Viewer in Google Play](https://play.google.com/store/apps/details?id=indie.haozi.gvviewer)
2124
* [GitHub](https://github.com/beicause/call-graph)
2225

2326
**Enjoy!**

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.1.2",
5+
"version": "1.1.3",
66
"publisher": "LuoZhihao",
77
"engines": {
88
"vscode": "^1.65.0"

0 commit comments

Comments
 (0)