Skip to content

Commit

Permalink
Merge pull request #106 from tintinweb/prep-v0.2.1
Browse files Browse the repository at this point in the history
prepare v0.2.1
  • Loading branch information
tintinweb authored Apr 29, 2022
2 parents f44ea90 + 083c224 commit d5307e3
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 0.2.1

- new: Symbols, Rename and References (fixes #79) - #94
- suggest proper symbols (Press `Ctrl+P` and afterwards enter `@`)

<img width="756" alt="Screenshot 2022-04-13 at 23 36 20" src="https://user-images.githubusercontent.com/27259/163274489-6bc4627e-f545-47f1-a674-a7b551583d34.png">

- renaming

<img width="390" alt="Screenshot 2022-04-13 at 23 38 42" src="https://user-images.githubusercontent.com/27259/163274816-7a49ff59-c4a5-4d35-92b6-7958b32cad7b.png">

- references

<img width="666" alt="Screenshot 2022-04-13 at 23 40 07" src="https://user-images.githubusercontent.com/27259/163274997-6e696418-c9de-4fa8-800d-fbf0bee2e7de.png">

- new: Improved toolbar styling for different themes - #100

<img width="674" alt="Screenshot 2022-04-15 at 12 07 57" src="https://user-images.githubusercontent.com/27259/163558499-d2c552e6-2b07-4299-8f5d-53dca9361a84.png">

<img width="674" alt="Screenshot 2022-04-15 at 12 09 06" src="https://user-images.githubusercontent.com/27259/163558623-117ce7de-9c99-4c2e-8613-32af1d05df6f.png">

<img width="674" alt="Screenshot 2022-04-15 at 12 08 43" src="https://user-images.githubusercontent.com/27259/163558637-e9074a64-15cb-4970-aca5-b59287cbdd76.png">

- fix: Keep search bar while rendering - #102 fixes #101

- update: Documentation information on Hover and on CodeCompletion have been harmonised - #103


## 0.2.0

- new: Implements Selection of Render Engine - #85 fixes #69
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "graphviz-interactive-preview",
"displayName": "Graphviz Interactive Preview",
"description": "Graphviz (dot) Interactive Preview",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [
"dot",
"graphviz",
Expand Down

0 comments on commit d5307e3

Please sign in to comment.