Skip to content

Releases: nvim-neorocks/rocks-git.nvim

v2.5.5

13 Aug 08:08
506cf81
Compare
Choose a tag to compare

2.5.5 (2025-08-13)

Bug Fixes

v2.5.4

14 Jul 18:02
26d0468
Compare
Choose a tag to compare

2.5.4 (2025-07-14)

Bug Fixes

  • rockspec: restrict lua version to 5.1 (d9b1c5d)

v2.5.3

07 Mar 16:02
e2654bd
Compare
Choose a tag to compare

2.5.3 (2025-03-07)

Bug Fixes

  • incorrect plugin name when git shorthand ends in -git (#83) (bf5e798)

v2.5.2

09 Dec 16:46
ee748e7
Compare
Choose a tag to compare

2.5.2 (2024-12-09)

Bug Fixes

  • compare versions when getting latest tag (da06852)

v2.5.1

31 Oct 15:50
1f2943d
Compare
Choose a tag to compare

2.5.1 (2024-10-31)

Bug Fixes

  • unset GIT_DIR and GIT_WORK_TREE environment variables when invoking git (#79) (03a3f41)

v2.5.0

22 Oct 22:06
43c3600
Compare
Choose a tag to compare

2.5.0 (2024-10-22)

Features

  • use vim.fn.confirm instead of hand-rolled vim.ui.input (#77) (84dbb80)

Bug Fixes

  • don't fetch latest semver tag if branch is set (#75) (7ffc0a8)

v2.4.2

20 Oct 16:48
59832a7
Compare
Choose a tag to compare

2.4.2 (2024-10-20)

Bug Fixes

  • ignore_tags field removed on update (#72) (699a701)

v2.4.1

20 Oct 10:51
fa6183e
Compare
Choose a tag to compare

2.4.1 (2024-10-20)

Bug Fixes

  • ensure packpath directories exist (#69) (f1a5224)

v2.4.0

18 Oct 08:55
f0127cd
Compare
Choose a tag to compare

2.4.0 (2024-10-18)

Features

Bug Fixes

  • update: don't overwrite semver tag if latest tag is not semver (fca321d)
  • update: non-semver packages with no branch checked out fail to update (93cd2c3)
  • update: packages with non-semver rev not updated (#64) (796b36a)

v2.3.2

14 Oct 20:45
2b7d17e
Compare
Choose a tag to compare

2.3.2 (2024-10-14)

Bug Fixes

  • set cwd when cloning repositories (#60) (7c5c476)