Skip to content

Commit 89dfa33

Browse files
committed
Updated changelog and package.json
1 parent 41bcfd0 commit 89dfa33

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

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

3+
## Version 1.8.0
4+
5+
- All three graph type can now be saved as a dot file.
6+
- A file icon is added to nodes when saving to a dgml file.
7+
- Bugfix: If a graph window has already been opened for a specific graph then it is reused next time the graph is generated instead of opening a new window every time.
8+
39
## Version 1.7.3
410

511
- Bugfix: GraphDirection is now saved correctly when saving as Dgml.

package-lock.json

Lines changed: 8 additions & 8 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
@@ -4,7 +4,7 @@
44
"displayName": "AngularTools",
55
"description": "AngularTools is a collection of tools for exploring an Angular project, help you with documenting, reverse engineering a project or help when refactoring.",
66
"icon": "logo.png",
7-
"version": "1.7.3",
7+
"version": "1.8.0",
88
"license": "MIT",
99
"repository": "https://github.com/CoderAllan/vscode-angulartools",
1010
"author": {

0 commit comments

Comments
 (0)