Skip to content

Commit f184e2e

Browse files
author
beicause
committed
release v1.1.5
1 parent 465bde1 commit f184e2e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3-
## [1.1.3] 2024-03-18
3+
## [1.1.5] 2024-03-20
4+
5+
- fix .callgraphignore not working in windows
6+
- use uri path instead of file system path to fix incorrect displaying '\\' in graph label in windows
7+
8+
## [1.1.4] 2024-03-18
49

510
- fix the file path label in graph, now it's the corresponding file system path instead of encoded Uri.
611
- now the saved svg fits its original size, not moved or scaled.

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

0 commit comments

Comments
 (0)