Skip to content

Releases: linrongbin16/gentags.nvim

v3.0.2

18 Apr 03:42
e0ade12
Compare
Choose a tag to compare

3.0.2 (2024-04-18)

Bug Fixes

  • config: make ctags and workspace opt overwriteable (#44) (f731331)
  • config: makes path more unified (#45) (9e8a893)
  • dispatcher: dispatch terminate properly (#40) (b6f0c06)

v3.0.1

06 Mar 10:23
bd1bcf6
Compare
Choose a tag to compare

3.0.1 (2024-03-06)

Bug Fixes

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

v3.0.0

06 Mar 10:01
6a7af8e
Compare
Choose a tag to compare

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)

v2.0.0

11 Jan 03:54
c786cf1
Compare
Choose a tag to compare

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)

v1.1.5

10 Jan 08:35
36830d9
Compare
Choose a tag to compare

1.1.5 (2024-01-10)

Bug Fixes

Performance Improvements

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

v1.1.4

30 Dec 15:01
a15f6d1
Compare
Choose a tag to compare

1.1.4 (2023-12-30)

Performance Improvements

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

v1.1.3

29 Dec 02:10
93d6475
Compare
Choose a tag to compare

1.1.3 (2023-12-29)

Bug Fixes

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

Performance Improvements

v1.1.2

28 Dec 16:26
9863ae5
Compare
Choose a tag to compare

1.1.2 (2023-12-28)

Performance Improvements

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

v1.1.1

28 Dec 15:54
14dad2f
Compare
Choose a tag to compare

1.1.1 (2023-12-28)

Bug Fixes

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

v1.1.0

28 Dec 08:10
cdfc849
Compare
Choose a tag to compare

1.1.0 (2023-12-28)

Features