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 ac2c2d9 commit dfb6c0cCopy full SHA for dfb6c0c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## Version 1.0.4
4
+
5
+- Newlines in label and description are now rendered correctly.
6
7
## Version 1.0.3
8
9
- Now using webpack to reduce size of extension.
package.json
@@ -4,10 +4,10 @@
"displayName": "DGMLViewer",
"description": "DGMLViewer is viewer for dgml (Directed Graph Markup Language) files",
"icon": "icon.png",
- "version": "1.0.3",
+ "version": "1.0.4",
"repository": "https://github.com/CoderAllan/vscode-dgmlviewer",
"engines": {
10
- "vscode": "^1.53.0"
+ "vscode": "^1.54.0"
11
},
12
"categories": [
13
"Other",
0 commit comments