Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Jun 29, 2020
1 parent 02a3248 commit b8ecad2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.1.9

- Added jump to (Python) source functionality for tasklets.

## 0.1.8

- Made canvas resize correctly when VSCode window or editor is resized.
Expand Down
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,5 @@ You can switch between the custom SDFG viewer and a standard text editor
by clicking the option `Reopen with...` in the editor's three-dot-menu in
the top right.

## Release Notes

### 0.1.0

Initial release of SDFV for VS Code.

### 0.1.2

SDFG Viewer is now registered as a custom text editor for `.sdfg` files.

### 0.1.5

Added support for dark mode, added SDFG file icons, and made the border
between the graph and the info box a draggable border, such that you can
now decide how large the info box should be.
When viewing a tasklet referencing a piece of Python code, you can jump to the
corresponding lines of Python code with a button click.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sdfv",
"displayName": "DaCe SDFG Viewer (SDFV)",
"description": "DaCe SDFG Viewer (SDFV) for VS Code",
"version": "0.1.8",
"version": "0.1.9",
"engines": {
"vscode": "^1.45.1"
},
Expand Down

0 comments on commit b8ecad2

Please sign in to comment.