Skip to content

Commit

Permalink
Release v0.1.5: Updated version information
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed May 26, 2020
1 parent 9f8c743 commit 8b94a84
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

## 0.1.0

Initial release of SDFV for VS Code
Initial release of SDFV for VS Code

## 0.1.4

- Added dark mode support (no canvas background)
- Added SDFG file (`.sdfg`) icons

## 0.1.5

- Added draggable separator bar to resize canvas/info-box
- Removed obsolete scrollbars and changed layout to flexbox layout
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ 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.
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": "SDFG Viewer (SDFV)",
"description": "SDFG Viewer for VS Code",
"version": "0.1.4",
"version": "0.1.5",
"engines": {
"vscode": "^1.45.1"
},
Expand Down

0 comments on commit 8b94a84

Please sign in to comment.