Skip to content

Releases: linrongbin16/gitlinker.nvim

v4.5.0

24 Nov 02:49
ee0a78b
Compare
Choose a tag to compare

4.5.0 (2023-11-24)

Features

  • parser: support git.samba.org/samba.git (d1d2482)
  • routers: support gitweb such as git.samba.org (#149) (d1d2482)
  • routers: support prioritized matching list (undocumented hidden feature) (d1d2482)

Performance Improvements

  • test: improve unit tests to cover more use cases (d1d2482)

v4.4.0

23 Nov 09:04
dd7fdd1
Compare
Choose a tag to compare

4.4.0 (2023-11-23)

Features

Performance Improvements

  • test: improve test cases (fb344ab)

v4.3.0

22 Nov 05:58
c692792
Compare
Choose a tag to compare

4.3.0 (2023-11-22)

Features

  • bare/worktree: only check remote branches if remote has 'fetch' config (#143) (9352c3a)

v4.2.0

18 Nov 14:58
9d3f8de
Compare
Choose a tag to compare

4.2.0 (2023-11-18)

Features

v4.1.1

17 Nov 07:18
a025c74
Compare
Choose a tag to compare

4.1.1 (2023-11-17)

Bug Fixes

v4.1.0

17 Nov 05:41
e25c6d9
Compare
Choose a tag to compare

4.1.0 (2023-11-17)

Features

Bug Fixes

  • command: fix command range in both manual enter & key mapping (48e1a2f)

v4.0.0

17 Nov 02:01
491e43b
Compare
Choose a tag to compare

4.0.0 (2023-11-17)

⚠ BREAKING CHANGES

  • mapping: drop of default key mappings! (#126)

break

  • mapping: drop of default key mappings! (#126) (528c604)

Bug Fixes

v3.1.0

16 Nov 15:54
1236865
Compare
Choose a tag to compare

3.1.0 (2023-11-16)

Features

Bug Fixes

  • spawn: fix cannot use vimL function in uv loop error (065f5c9)

Performance Improvements

  • keys: deprecate default key mappings (065f5c9)
  • routers: add placeholder to avoid loop call (#121) (e605210)

v3.0.0

16 Nov 05:34
229f3b3
Compare
Choose a tag to compare

3.0.0 (2023-11-16)

⚠ BREAKING CHANGES

  • router: rename 'blob' router to 'browse' as a generic name
  • router: merge 'src' router into 'browse' router
  • blame: support more git hosts! (#118)

break

  • router: merge 'src' router into 'browse' router (c60618c)
  • router: rename 'blob' router to 'browse' as a generic name (c60618c)

Features

Bug Fixes

  • ssh: fix NPE for windows (c60618c)

v2.1.0

15 Nov 10:44
a24a1ff
Compare
Choose a tag to compare

2.1.0 (2023-11-15)

Features