You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
## 0.3.2
4
4
5
-
- new: Added option for not focusing on the newly created preview (focus stays on the editor) - #125
6
-
- new: Automatically open the preview when opening files with the DOT-Language - #122
7
-
- new: Added (experimental) configuration option to use VSCode's Theme Colors - #72#120
5
+
- new: Added option for not focusing on the newly created preview (focus stays on the editor) (default: `true`, setting: `graphviz-interactive-preview.preserveFocus`) - #125
6
+
- new: Automatically open the preview when opening files with the DOT-Language (default: `true`, setting: `graphviz-interactive-preview.openAutomatically`) - #122
7
+
- new: Added (experimental) configuration option to use VSCode's Theme Colors (default: `false`, setting: `graphviz-interactive-preview.view.themeColors`) - #72#120
8
8
- new: given an URI and no content the content is read from the URI - #119
0 commit comments