Skip to content

Commit

Permalink
Merge pull request #109 from ConsenSys/prep-v0.1.3
Browse files Browse the repository at this point in the history
prep v0.1.3
  • Loading branch information
tintinweb authored Jul 21, 2022
2 parents 025d111 + 107ec45 commit 35d86d3
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 101 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Note: Don't forget to check out `preferences → Settings → Solidity Visual Developer` to customize features, look and feel.

## v0.1.3
- new: customize semantic highlighting mode #105 #108
- `color and symbol` - default (decorate + "arrow")
- `color only` - only decorate identifiers declared in the function argument scope
- `symbol only` - only show an "arrow" next to an identifier declared in the function argument scope

<img width="725" alt="image" src="https://user-images.githubusercontent.com/2865694/180291604-f1a3be47-5aaa-41d4-b734-13dfd813d8ff.png">

- fix: uml - fix null-deref when parsing 'using-for *' #106 #107
- update: configurable trailing "arrow" for semantic function argument highlighting #104 #100


## v0.1.2

- new: decorate/highlight immutable state vars (<span style="color:#9932cc">![#9932cc](https://via.placeholder.com/15/9932cc/000000?text=+)</span>) - #97 (thanks @RomiRand)
Expand Down
Loading

0 comments on commit 35d86d3

Please sign in to comment.