From b8ecad214211cebd1bc0fde9d902f94709c34ccd Mon Sep 17 00:00:00 2001 From: Philipp Schaad Date: Mon, 29 Jun 2020 22:48:13 +0200 Subject: [PATCH] Release 0.1.9 --- CHANGELOG.md | 4 ++++ README.md | 17 ++--------------- package.json | 2 +- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3f8c2..1dbc397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index b6946f4..210f8ff 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +When viewing a tasklet referencing a piece of Python code, you can jump to the +corresponding lines of Python code with a button click. \ No newline at end of file diff --git a/package.json b/package.json index 4e7a4dd..f6c1d78 100644 --- a/package.json +++ b/package.json @@ -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" },