Skip to content

Commit 8ca4d4b

Browse files
committed
update whatsNew for release v0.0.32
1 parent 2bc617e commit 8ca4d4b

File tree

1 file changed

+9
-26
lines changed

1 file changed

+9
-26
lines changed

src/features/whatsnew/whatsNew.js

+9-26
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,15 @@ Thanks for using **Solidity Visual Developer** 🤜🤛
3434
3535
The complete changelog can be found [here](https://github.com/ConsenSys/vscode-solidity-auditor/blob/master/CHANGELOG.md).
3636
37-
#### v0.0.31
38-
39-
Happy new year from your [Diligence Family](https://consensys.net/diligence) 🙌 👪🌃🥂🎇!
40-
41-
- new: optionally disable the "find references" provider
42-
- \`preferences → Settings → Solidity Visual Developer: solidity-va.findAllReferences.enable\`
43-
- new: experimental [draw.io](https://draw.io) uml export to support your threat modelling needs (you're going to ❤ this!)
44-
- experimental feature, you'll have to manually enable this
45-
- \`preferences → Settings → Solidity Visual Developer: solidity-va.codelens.drawio.enable\`
46-
- fix: function signature generation for \`AbiEncoderV2\` functions that declare custom types
47-
- for now this falls back to assume every custom type is an \`address\`. may need more love if there's support for this feature.
48-
- refactor: modular uml export
49-
- refactor: improved syntax highlighting / decoration performance
50-
- only decorates when needed, avoid double decoration
51-
- should fix or make it unlikely that decorations are being applied to the wrong editor - fixes #12
52-
- update: dependencies
53-
- surya
54-
- solidity parser
55-
- keccak
56-
57-
#### v0.0.30
58-
- new: We've finally implemented support for \`Right Click → Find All References\` for solidity source files!
59-
- Please note that this currently performs a lexical search of all source-code files containing the word under the cursor (including comments). This may be subject to change to return more specific results in the future.
60-
<br><img width="360" alt="image" src="https://user-images.githubusercontent.com/2865694/94445596-eb132a00-01a7-11eb-9098-32958d58ebd6.gif">
61-
62-
- update: dependencies surya / solidity parser
37+
#### v0.0.32
38+
39+
Maintenance release until v0.1.0 is ready.
40+
41+
- new: graphviz view titles were adjusted
42+
- fix: vscode API adjustments ("crippled" events): "Cannot read property length of 'undefined'"
43+
- fix: check if statevar highlighting is enabled - #73
44+
- update: solidity parser to 0.12.2
45+
6346
6447
<sub>
6548
Note: This notification is only shown once per release. Disable future notification? \`settings → solidity-va.whatsNew.disabled : true\`

0 commit comments

Comments
 (0)