Skip to content

Releases: linrongbin16/gitlinker.nvim

v4.9.1

08 Jan 10:04
e76140b
Compare
Choose a tag to compare

4.9.1 (2024-01-08)

Bug Fixes

v4.9.0

04 Jan 03:59
47b4d00
Compare
Choose a tag to compare

4.9.0 (2024-01-04)

Features

Bug Fixes

v4.8.3

14 Dec 11:15
dc0aa4e
Compare
Choose a tag to compare

4.8.3 (2023-12-14)

Performance Improvements

  • logger: migrate logger to commons.nvim (#175) (ea27d70)

v4.8.2

14 Dec 08:36
2154cff
Compare
Choose a tag to compare

4.8.2 (2023-12-14)

Bug Fixes

Performance Improvements

  • refactor: use 'commons.nvim' library (#173) (3f8cfa5)

v4.8.1

08 Dec 09:57
d8c6a56
Compare
Choose a tag to compare

4.8.1 (2023-12-08)

Performance Improvements

  • ci: upload luarocks package (d7341e6)

v4.8.0

01 Dec 01:08
589ef26
Compare
Choose a tag to compare

4.8.0 (2023-12-01)

Features

  • command: support command args complete suggestions (bbab7ba)
  • remote: support multiple remotes (origin/upstream) (#166) (bbab7ba)

v4.7.1

29 Nov 12:14
a47f48b
Compare
Choose a tag to compare

4.7.1 (2023-11-28)

Bug Fixes

  • default_branch: use real-time remote (#163) (15b0d41)

v4.7.0

27 Nov 05:32
b67635f
Compare
Choose a tag to compare

4.7.0 (2023-11-27)

Features

  • branch: provide DEFAULT_BRANCH and CURRENT_BRANCH components (#159) (7007c7a)

Bug Fixes

  • config: fix merged user routers configs (#158) (3e33ba8)

Performance Improvements

  • routers: always add '?display=source' for codeberg (#156) (0a8925f)
  • routers: always add '?plain=1' for github (#156) (0a8925f)

v4.6.0

26 Nov 06:36
c046926
Compare
Choose a tag to compare

4.6.0 (2023-11-26)

Features

Performance Improvements

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)