Skip to content

Commit be906e4

Browse files
authored
Merge pull request #108 from tintinweb/prep-v0.2.2
prepare v0.3.0
2 parents 6807225 + cf707c8 commit be906e4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
6+
- new: Outline View now shows an outline of the graph file. (using a parser lib with a fallback to regex symbol extraction under the hood) - #97
7+
8+
<img width="794" alt="image" src="https://user-images.githubusercontent.com/2865694/167640865-43d7caaf-4976-42ee-8f28-9748bda5a5e6.png">
9+
10+
- new: Auto Formatting for dot files - #99
11+
- <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>: `Format Document`
12+
13+
<img width="527" alt="image" src="https://user-images.githubusercontent.com/2865694/167641010-7c571b80-4dca-4298-b7b1-15e1d29f4597.png">
14+
15+
16+
317
## 0.2.1
418

519
- new: Symbols, Rename and References (fixes #79) - #94

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graphviz-interactive-preview",
33
"displayName": "Graphviz Interactive Preview",
44
"description": "Graphviz (dot) Interactive Preview",
5-
"version": "0.2.1",
5+
"version": "0.3.0",
66
"keywords": [
77
"dot",
88
"graphviz",

0 commit comments

Comments
 (0)