Skip to content

Commit 7642e16

Browse files
authored
Merge pull request #187 from joecrop/release-0.13.3
release notes for 0.13.3
2 parents 58963e7 + 6e235d0 commit 7642e16

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
All notable changes to this extension are documented below.
4+
More details can be found on the [Releases](https://github.com/eirikpre/VSCode-SystemVerilog/releases) page on GitHub.
45

56
## [Unreleased]
67

@@ -9,6 +10,15 @@ All notable changes to this extension are documented below.
910
- 💡 Back-end Language Server for Systemverilog
1011
- 💡 Complete syntax highlighting
1112

13+
### [0.13.3]
14+
15+
- adding `compileOnOpen` setting option by `joennlae`
16+
- removing cache in hopes that workflow errors will be resolved by `joecrop`
17+
- bump terser to version 5.15.0 by `joecrop`
18+
- fix: #177: Properly handle Windows paths in Verilator output by `agg23`
19+
- Remote ssh performance by `eirikpre`
20+
- fix: Added debounce delay for saving indexes by `agg23`
21+
1222
### [0.13.2]
1323

1424
- modified formatter command parser to support windows paths by `joecrop`
@@ -20,11 +30,11 @@ All notable changes to this extension are documented below.
2030

2131
### [0.13]
2232

23-
- input/output/input now have different icons in the outline tree by @joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/151
24-
- Format module instance and dropdown list of modules for auto-instantiator by @joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/152
25-
- support more file extensions and no extension in antlr parser by @joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/149
26-
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in https://github.com/eirikpre/VSCode-SystemVerilog/pull/155
27-
- Include indexing docs by @joecrop in https://github.com/eirikpre/VSCode-SystemVerilog/pull/158
33+
- input/output/input now have different icons in the outline tree by `joecrop`
34+
- Format module instance and dropdown list of modules for auto-instantiator by `joecrop`
35+
- support more file extensions and no extension in antlr parser by `joecrop`
36+
- Bump minimist from 1.2.5 to 1.2.6 by `dependabot`
37+
- Include indexing docs by `joecrop`
2838

2939
### [0.12.1]
3040

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "systemverilog",
33
"displayName": "SystemVerilog - Language Support",
44
"description": "Language support for Verilog and SystemVerilog.",
5-
"version": "0.13.2",
5+
"version": "0.13.3",
66
"publisher": "eirikpre",
77
"author": {
88
"name": "Eirik Prestegårdshus",

0 commit comments

Comments
 (0)