From 0b75bd34d39339cd00b0e38454bd7f0dfd62096a Mon Sep 17 00:00:00 2001 From: Andrew Nolte Date: Mon, 12 Aug 2024 13:16:08 -0400 Subject: [PATCH] 9.16 changelog --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbe4a7..767d8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # Changelog -## [0.9.14] - 2024-06-02 +## [0.9.16] - 2024-08-12 +- New feature: inlay hints for wildcard ports (.*) and general ports +- New linter: Xcelium + - It's recommended to only enable this at the project level + - Xcelium terminal link provider, since Xcelium's error msgs have a very odd line/col scheme +- New syntax higlighting- check in syntax now used by upstream and https://marketplace.visualstudio.com/items?itemName=eirikpre.systemverilog + - fix some categorizations- builtins, preproc directives, macro calls + - fix some regexes- implicit bindings, multiple module insts in one declaration +- Fixes: + - improved accuracy on triggering package completions + - fix infinite loop with macros that would sometimes prevent file symbol building + +## [0.9.15] - 2024-06-24 - fix icarus parsing on windows +- absolute path globs- enables adding files outside the repo like pyuvm + +## [0.9.14] - 2024-06-02 - formatting off by default, formatter must be specified - file icons, with colors matching .cpp/.h colors - expand-macros command + script config