Skip to content

Releases: gmlarumbe/vhdl-ext

v0.6.1

21 Jul 16:19
Compare
Choose a tag to compare

v0.6.0

20 Jul 15:11
Compare
Choose a tag to compare

What's Changed

  • Instructions on installing with Guix. by @csantosb in #11
  • Replace outshine dependency with builtin outline for hierarchy by @gmlarumbe in #13

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.4

05 Dec 16:32
Compare
Choose a tag to compare
  • Update requirement of vhdl-ts-mode to version 0.2.1

v0.5.3

16 Oct 12:19
Compare
Choose a tag to compare
  • Add llvm-14 to test-hdl packages to fix GHDL issues with CI

v0.5.2

11 Sep 19:44
Compare
Choose a tag to compare
  • Move test-hdl tests to own repo

v0.5.1

08 Aug 15:55
Compare
Choose a tag to compare

Changes from v0.5.0:

  • Add point-inside-block tree-sitter implementation
  • CI improvements
  • Fix MELPA Stable workflow after tree-sitter update to version 0.22.6

v0.5.0

07 Apr 12:54
Compare
Choose a tag to compare

Changes from v0.4.1:

  • PR #9 Add support for lspce
  • PR #8 Add support for lsp-bridge
  • PR #7 Specify project directories and files with glob syntax
  • Fix hs-minor-mode auto-enabling
  • 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

20 Dec 22:07
Compare
Choose a tag to compare

Changes from v0.4.0:

  • Fix MELPA-Stable CI workflow

Changes from v0.3.1:

  • Add project management feature through vhdl-ext-project-alist variable
  • Doc: Update Wiki pages and README.md
  • Tag collection improvements:
    • Incremental tag collection
    • Customizable variables to enable tags caching and compression
  • Remove eglot dependency (bundled with Emacs 29)
  • Various bug fixes and code refactoring
    • Fix case insensitive search for vhdl-ext-jump-to-parent-entity

v0.4.0

20 Dec 13:35
Compare
Choose a tag to compare

Changes from v0.3.1:

  • Add project management feature through vhdl-ext-project-alist variable
  • Doc: Update Wiki pages and README.md
  • Tag collection improvements:
    • Incremental tag collection
    • Customizable variables to enable tags caching and compression
  • Remove eglot dependency (bundled with Emacs 29)
  • Various bug fixes and code refactoring
    • Fix case insensitive search for vhdl-ext-jump-to-parent-entity

v0.3.1

19 Sep 19:18
Compare
Choose a tag to compare

Changes from v0.3.0:

  • Fix MELPA-Stable CI workflow

Changes from v0.2.0:

  • Require Emacs 29.1+
  • Move vhdl-ts-mode to standalone repo: https://github.com/gmlarumbe/vhdl-ts-mode
  • Add tags, capf and xref features
  • Add test-hdl submodule
  • Update CI workflows
  • Remove company-keywords support
  • Several bug fixes and code refactoring for readability and performance
  • Update README.md and wiki entries