Skip to content

Commit f70d6e2

Browse files
authored
Update CHANGELOG.md
Added next release info and updated username syntax
1 parent 4e00651 commit f70d6e2

File tree

1 file changed

+45
-41
lines changed

1 file changed

+45
-41
lines changed

CHANGELOG.md

Lines changed: 45 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -10,67 +10,71 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
1010
- 💡 Back-end Language Server for Systemverilog
1111
- 💡 Complete syntax highlighting
1212

13+
### [0.13.11]
14+
15+
* Fix Synopsis/Xilinx Design Constraints Language Config Filename by @MasonEdgar
16+
1317
### [0.13.10]
1418

15-
- Right-justified icons by `joecrop`
16-
- Added support for symbol resolution in vh, svh, vams, and veriloga files by `joecrop`
17-
- Added support for import statements within module headers when auto-instantiating modules by `Stavegu`
19+
- Right-justified icons by @joecrop
20+
- Added support for symbol resolution in vh, svh, vams, and veriloga files by @joecrop
21+
- Added support for import statements within module headers when auto-instantiating modules by @Stavegu
1822

1923
### [0.13.9]
2024

21-
- Added basic syntax highlighting support for sdc/xdc files inspired by [https://github.com/mshr-h/vscode-verilog-hdl-support](vscode-verilog-hdl-support) by `joecrop`
25+
- Added basic syntax highlighting support for sdc/xdc files inspired by [https://github.com/mshr-h/vscode-verilog-hdl-support](vscode-verilog-hdl-support) by @joecrop
2226

2327
### [0.13.8]
2428

25-
- Corrected icons for light themes by `joecrop`
26-
- Added basic syntax highlighting for .f files by `joecrop`
29+
- Corrected icons for light themes by @joecrop
30+
- Added basic syntax highlighting for .f files by @joecrop
2731

2832
### [0.13.7]
2933

30-
- Added missing filetype icons by `joecrop`
34+
- Added missing filetype icons by @joecrop
3135

3236
### [0.13.6]
3337

34-
- Fix auto-instantiation failing on extra parentheses by `richzwart`
35-
- Added filetype icons inspired by [vscode-material-icon-theme](https://github.com/PKief/vscode-material-icon-theme) by `joecrop`
36-
- Added support for Verilog-A and Verilog-AMS syntax highlighting by `joecrop`
38+
- Fix auto-instantiation failing on extra parentheses by @richzwart
39+
- Added filetype icons inspired by [vscode-material-icon-theme](https://github.com/PKief/vscode-material-icon-theme) by @joecrop
40+
- Added support for Verilog-A and Verilog-AMS syntax highlighting by @joecrop
3741

3842
### [0.13.5]
3943

40-
- Improved format command parsing and error handling per issue #170 `joecrop`
41-
- DefinitionProvider bugfixes by `LarsAur`
44+
- Improved format command parsing and error handling per issue #170 @joecrop
45+
- DefinitionProvider bugfixes by @LarsAur
4246

4347
### [0.13.4]
4448

45-
- Updated Verible lint regular expressions for new output format by `joecrop`
46-
- Fixed Windows path recognition in DocumentCompiler by `joecrop`
49+
- Updated Verible lint regular expressions for new output format by @joecrop
50+
- Fixed Windows path recognition in DocumentCompiler by @joecrop
4751

4852
### [0.13.3]
4953

50-
- adding `compileOnOpen` setting option by `joennlae`
51-
- removing cache in hopes that workflow errors will be resolved by `joecrop`
52-
- bump terser to version 5.15.0 by `joecrop`
53-
- fix: #177: Properly handle Windows paths in Verilator output by `agg23`
54-
- Remote ssh performance by `eirikpre`
55-
- fix: Added debounce delay for saving indexes by `agg23`
54+
- adding `compileOnOpen` setting option by @joennlae
55+
- removing cache in hopes that workflow errors will be resolved by @joecrop
56+
- bump terser to version 5.15.0 by @joecrop
57+
- fix: #177: Properly handle Windows paths in Verilator output by @agg23
58+
- Remote ssh performance by @eirikpre
59+
- fix: Added debounce delay for saving indexes by @agg23
5660

5761

5862
### [0.13.2]
5963

60-
- modified formatter command parser to support windows paths by `joecrop`
61-
- module instantiator now detects parameters correctly by `joecrop`
64+
- modified formatter command parser to support windows paths by @joecrop
65+
- module instantiator now detects parameters correctly by @joecrop
6266

6367
### [0.13.1]
6468

65-
- Improved remote ssh performance by `eirikpre`
69+
- Improved remote ssh performance by @eirikpre
6670

6771
### [0.13]
6872

69-
- input/output/input now have different icons in the outline tree by `joecrop`
70-
- Format module instance and dropdown list of modules for auto-instantiator by `joecrop`
71-
- support more file extensions and no extension in antlr parser by `joecrop`
72-
- Bump minimist from 1.2.5 to 1.2.6 by `dependabot`
73-
- Include indexing docs by `joecrop`
73+
- input/output/input now have different icons in the outline tree by @joecrop
74+
- Format module instance and dropdown list of modules for auto-instantiator by @joecrop
75+
- support more file extensions and no extension in antlr parser by @joecrop
76+
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot
77+
- Include indexing docs by @joecrop
7478

7579
### [0.12.1]
7680

@@ -91,13 +95,13 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
9195

9296
### [0.12.0]
9397

94-
- Implemented 'find references' feature, thanks to `joecrop`
95-
- Ports and parameters are now recognized as symbols, thanks to `joecrop`
96-
- Illegal/reserved words contained with symbols is now supported, thanks to `joecrop`
97-
- Added more consistent syntax highlighting for UDP tables, thanks to `sw23`
98-
- Added support for verible_verilog_lint as a compiler/linter, thanks to `joecrop`
99-
- Fixed 'npm run compile' on MacOS, thanks to `sw23`
100-
- Added 'Contributing' section to documentation, thanks to `gasrodriguez`
98+
- Implemented 'find references' feature, thanks to @joecrop
99+
- Ports and parameters are now recognized as symbols, thanks to @joecrop
100+
- Illegal/reserved words contained with symbols is now supported, thanks to @joecrop
101+
- Added more consistent syntax highlighting for UDP tables, thanks to @sw23
102+
- Added support for verible_verilog_lint as a compiler/linter, thanks to @joecrop
103+
- Fixed 'npm run compile' on MacOS, thanks to @sw23
104+
- Added 'Contributing' section to documentation, thanks to @gasrodriguez
101105

102106
### [0.11.2 - 0.11.3]
103107

@@ -193,17 +197,17 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
193197

194198
## [0.8.0] - 2019.07.16
195199

196-
- Compile an opened document using `Verilator` simulator, display errors/warnings as `Diagnostics` in documents: `oehaddouchi`
197-
- Add output channel `SystemVerilog` : `oehaddouchi`
200+
- Compile an opened document using `Verilator` simulator, display errors/warnings as `Diagnostics` in documents: @oehaddouchi
201+
- Add output channel `SystemVerilog` : @oehaddouchi
198202

199203
## [0.7.1] - 2019.07.05
200204

201205
- Back-end update to separate indexation and parsing from the providers
202-
- Work-in-Progress shell for CompletionProvider thanks to `Eivindfy`
206+
- Work-in-Progress shell for CompletionProvider thanks to @Eivindfy
203207

204208
## [0.7.0]
205209

206-
- Instantiate module from already indexed module, big thanks to `oehaddouchi`
210+
- Instantiate module from already indexed module, big thanks to @oehaddouchi
207211
- Back-end update with more dynamic data structures
208212

209213
## [0.6.0]
@@ -216,12 +220,12 @@ More details can be found on the [Releases](https://github.com/eirikpre/VSCode-S
216220
## [0.5.3]
217221

218222
- Bugfix to syntax highlighting
219-
- Bugfix to regex matching, thanks to `patstew`
223+
- Bugfix to regex matching, thanks to @patstew
220224
- Added parallelProcessing, the number of files processed in parallel
221225

222226
## [0.5.0]
223227

224-
- HoverProvider added, big thanks to `toastedcornflakes`
228+
- HoverProvider added, big thanks to @toastedcornflakes
225229
- Improvements to DocumentSymbolProvider to better support Hover
226230
- Improvement to findFiles for better indexing
227231

0 commit comments

Comments
 (0)