Skip to content

Commit

Permalink
Merge pull request #135 from tintinweb/prep-v0.3.3
Browse files Browse the repository at this point in the history
prepare v0.3.3
  • Loading branch information
tintinweb authored Sep 28, 2022
2 parents b6f90bf + 035adca commit ef3b483
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 315 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.3.3
- update: API - Allow caller to define view options (preserveFocus, vieColumn) - #132
- 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
- update: dependencies

## 0.3.2

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

0 comments on commit ef3b483

Please sign in to comment.