Skip to content

Commit d5307e3

Browse files
authored
Merge pull request #106 from tintinweb/prep-v0.2.1
prepare v0.2.1
2 parents f44ea90 + 083c224 commit d5307e3

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Change Log
22

3+
## 0.2.1
4+
5+
- new: Symbols, Rename and References (fixes #79) - #94
6+
- suggest proper symbols (Press `Ctrl+P` and afterwards enter `@`)
7+
8+
<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">
9+
10+
- renaming
11+
12+
<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">
13+
14+
- references
15+
16+
<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">
17+
18+
- new: Improved toolbar styling for different themes - #100
19+
20+
<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">
21+
22+
<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">
23+
24+
<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">
25+
26+
- fix: Keep search bar while rendering - #102 fixes #101
27+
28+
- update: Documentation information on Hover and on CodeCompletion have been harmonised - #103
29+
30+
331
## 0.2.0
432

533
- new: Implements Selection of Render Engine - #85 fixes #69

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graphviz-interactive-preview",
33
"displayName": "Graphviz Interactive Preview",
44
"description": "Graphviz (dot) Interactive Preview",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"keywords": [
77
"dot",
88
"graphviz",

0 commit comments

Comments
 (0)