Skip to content

Commit ef3b483

Browse files
authored
Merge pull request #135 from tintinweb/prep-v0.3.3
prepare v0.3.3
2 parents b6f90bf + 035adca commit ef3b483

File tree

3 files changed

+357
-315
lines changed

3 files changed

+357
-315
lines changed

CHANGELOG.md

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

3+
## 0.3.3
4+
- update: API - Allow caller to define view options (preserveFocus, vieColumn) - #132
5+
- fix: "openAutomatically" creates a new URI object. When revealing the graph for an already rendered `.dot` file the extension would open another render view because the lookup if the panel already exists fails as `vscode.URI` objects are not singletons (`new vscode.Uri("hi") != new vscode.Uri("hi")`. in order to fix this we now index `vscode.Uri.toString()` in the `URI -> panelObject` mapping. - #131 #132
6+
- update: dependencies
7+
38
## 0.3.2
49

510
- new: Added option for not focusing on the newly created preview (focus stays on the editor) (default: `true`, setting: `graphviz-interactive-preview.preserveFocus`) - #125

0 commit comments

Comments
 (0)