Files
gentags.nvim/CHANGELOG.md
github-actions[bot] bd1bcf6eb1 chore(main): release 3.0.1 (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-06 18:22:14 +08:00

4.4 KiB

Changelog

3.0.1 (2024-03-06)

Bug Fixes

  • configs: fix disabled filenames/workspaces filter (#35) (bff9e44)

3.0.0 (2024-03-06)

⚠ BREAKING CHANGES

  • configs: use list configs instead of hash map! (#34)

Performance Improvements

  • disabled: allow disable specific filenames/filetypes/workspaces (#32) (e9b0096)

Code Refactoring

  • configs: use list configs instead of hash map! (#34) (d3e2bc1)

2.0.0 (2024-01-11)

⚠ BREAKING CHANGES

  • config: use map instead of list for ctags opts (#28)

Bug Fixes

Performance Improvements

  • config: use map instead of list for ctags opts (#28) (526aff9)

1.1.5 (2024-01-10)

Bug Fixes

Performance Improvements

  • configs: exclude non-source code filetypes (b893fcc)

1.1.4 (2023-12-30)

Performance Improvements

  • initialize: only initialize tags once for each workspace (#20) (29856d4)

1.1.3 (2023-12-29)

Bug Fixes

  • cwd: fix current working directory for single file (#16) (fe58416)

Performance Improvements

1.1.2 (2023-12-28)

Performance Improvements

  • update: incremental update tags on single file save (#11) (194a08c)

1.1.1 (2023-12-28)

Bug Fixes

  • singlefile: fix single file mode ctags parameters (#9) (d4d77a9)

1.1.0 (2023-12-28)

Features

1.0.0 (2023-12-11)

Features