Skip to content

Commit

Permalink
24.10.1 changelog and features update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte committed Oct 25, 2024
1 parent b6e4d4e commit 864d6f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## [24.10.0] - 2024-08-26
## [24.10.1] - 2024-10-24
- Add Terminal Links for hierarchical paths. Clicking on one does a best effort of following the path, meaning if it can't find one symbol in the path, it'll stop at the latest one. It'll open that symbol in the editor, hierachical view, and instances view.
- Add timeout to formatter
- typing 'module' in comments no longer autocloses (https://github.com/AndrewNolte/vscode-system-verilog/issues/12)
- remove instantiate module command- this is redundant because of the completion support

## [24.10.0] - 2024-10-02
- Switch to calendar versioning scheme (Y/M/PATCH)
- Project View
- Hierarchy view- rename, and add toggles for viewing elaboration params as well as one for ports/regs
Expand Down
1 change: 1 addition & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Underlined features show what was available in the project this was based on: ht
- Set Instance by Path
- Instances View
- View each module in the design, and the instances of each
- Terminal links for hierarchical paths- opens paths in views and editor

### Analysis / Aesthetics
- Split view macro expansion
Expand Down

0 comments on commit 864d6f2

Please sign in to comment.