Skip to content

Commit

Permalink
Release v0.1.7: Updated version information
Browse files Browse the repository at this point in the history
Name now includes DaCe for discoverability and visibility.
This closes issue #4.
  • Loading branch information
phschaad committed Jun 5, 2020
1 parent e51259e commit 5448952
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ Initial release of SDFV for VS Code
## 0.1.6

- Translation and zoom is retained upon external reloading of the SDFG
- Draggable splitter behavior improvements w.r.t. snapping, minimum sizes, and dragging out of bounds
- Draggable splitter behavior improvements w.r.t. snapping, minimum sizes, and dragging out of bounds

## 0.1.7

- Inherit SDFV button styles from VSCode
- Inter-State edges are now color friendlier
- Added DaCe to the plugin name for visibility and discoverability
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "sdfv",
"displayName": "SDFG Viewer (SDFV)",
"description": "SDFG Viewer for VS Code",
"version": "0.1.6",
"displayName": "DaCe SDFG Viewer (SDFV)",
"description": "DaCe SDFG Viewer (SDFV) for VS Code",
"version": "0.1.7",
"engines": {
"vscode": "^1.45.1"
},
Expand Down

0 comments on commit 5448952

Please sign in to comment.