Releases: gmlarumbe/verilog-ext
Releases · gmlarumbe/verilog-ext
v0.8.0
v0.7.0
What's Changed
- feat(langserver): add rules config search flag to Verible command by @ezchi in #26
- Replace outshine dependency with builtin outline for hierarchy by @gmlarumbe in #28
- Improve autocompletion (#3) by @gmlarumbe in #31
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.0
Changes from v0.4.1:
- PR #21 Add support for
lspce - PR #20 Add support for
lsp-bridge - PR #17 Specify project directories and files with glob syntax
- PR #14 Hook
hs-minor-modeintoverilog-mode - Integrate tree-sitter into beautify, which-func, templates, navigation and utils functions
- Add Emacs 29.2 and 29.3 to CI
- Various bug fixes
v0.4.1
Changes from v0.4.0:
- Fix MELPA-Stable CI workflow
Changes from v0.3.1:
- Add project management feature through
verilog-ext-project-alistvariable- Replaces use of any previous
workspacerelated variable
- Replaces use of any previous
- Doc: Update Wiki pages and README.md
- Tag collection improvements:
- Incremental tag collection
- Customizable variables to enable tags caching and compression
- Remove
eglotdependency (bundled with Emacs 29) - Various bug fixes and code refactoring
- Add workaround for buffer refontifying with
use-packagein the:configsection - Update UVM templates
- Add workaround for buffer refontifying with
v0.4.0
Changes from v0.3.1:
- Add project management feature through
verilog-ext-project-alistvariable- Replaces use of any previous
workspacerelated variable
- Replaces use of any previous
- Doc: Update Wiki pages and README.md
- Tag collection improvements:
- Incremental tag collection
- Customizable variables to enable tags caching and compression
- Remove
eglotdependency (bundled with Emacs 29) - Various bug fixes and code refactoring
- Add workaround for buffer refontifying with
use-packagein the:configsection - Update UVM templates
- Add workaround for buffer refontifying with
v0.3.1
Changes from v0.3.0:
- Fix MELPA-Stable CI workflow
Changes from v0.2.0:
- Require Emacs 29.1+
- Move
verilog-ts-modeto standalone repo: https://github.com/gmlarumbe/verilog-ts-mode - Add
test-hdlsubmodule - Update CI workflows
- Remove
company-keywordssupport - Several bug fixes and code refactoring for readability and performance
- Update README.md and wiki entries
v0.3.0
- Require Emacs 29.1+
- Move
verilog-ts-modeto standalone repo: https://github.com/gmlarumbe/verilog-ts-mode - Add
test-hdlsubmodule - Update CI workflows
- Remove
company-keywordssupport - Several bug fixes and code refactoring for readability and performance
- Update README.md and wiki entries