Skip to content

Latest commit

 

History

History
249 lines (108 loc) · 11 KB

File metadata and controls

249 lines (108 loc) · 11 KB

Changelog

2.5.5 (2025-08-13)

Bug Fixes

2.5.4 (2025-07-14)

Bug Fixes

  • rockspec: restrict lua version to 5.1 (d9b1c5d)

2.5.3 (2025-03-07)

Bug Fixes

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

2.5.2 (2024-12-09)

Bug Fixes

  • compare versions when getting latest tag (da06852)

2.5.1 (2024-10-31)

Bug Fixes

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

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)

2.4.2 (2024-10-20)

Bug Fixes

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

2.4.1 (2024-10-20)

Bug Fixes

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

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)

2.3.2 (2024-10-14)

Bug Fixes

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

2.3.1 (2024-09-17)

Bug Fixes

2.3.0 (2024-09-16)

Features

  • install: pin current revision if no semver tag is found (#56) (5e0a3f8)

Bug Fixes

  • sync: install unpinned packages if they are not installed (#55) (a127bbd)

2.2.0 (2024-09-03)

Features

  • experimental: install rockspec dependencies (#51) (0a2815a)

2.1.0 (2024-09-02)

Features

  • experimental: recognise rocks-git packages as dependencies (#44) (702c84d)

2.0.2 (2024-08-15)

Bug Fixes

  • accept https URLs that don't end in .git (#47) (089dcae)

2.0.1 (2024-07-18)

Bug Fixes

  • save lowercase git URIs to rocks.toml (#41) (9d37beb)

2.0.0 (2024-07-11)

⚠ BREAKING CHANGES

  • always pin plugins on install and update

Features

  • always pin plugins on install and update (d0f8d3e)

Bug Fixes

  • update: ignore rocks with pin = true (c2dc072)

1.5.1 (2024-05-17)

Bug Fixes

  • sync: use provided branch if set (#29) (625dac1)

1.5.0 (2024-05-01)

Features

  • support codeberg: short name prefix (#26) (e81ee24)

1.4.0 (2024-04-08)

Features

  • support github:, gitlab: and sourcehut: short name prefixes (#24) (3d8b1cd)

1.3.2 (2024-04-08)

Bug Fixes

1.3.1 (2024-04-02)

Bug Fixes

  • install: edge case when parsing args (976e1e1)

1.3.0 (2024-02-29)

Features

  • hook into :Rocks install and :Rocks update (3c71055)

1.2.1 (2024-01-01)

Bug Fixes

  • sync: checkout remote HEAD if not checked out and no rev is set (#11) (ec3da19)

1.2.0 (2024-01-01)

Features

  • async git operations with nvim-nio (#9) (2a46f54)

1.1.1 (2023-12-25)

Bug Fixes

  • prevent plugin from being sourced more than once (08dc786)

1.1.0 (2023-12-17)

Features

  • prune: better messages when moving between 'opt'/'start' (bb1cca9)

Bug Fixes

  • sync: inverted rev equality check (6e8d64f)

1.0.3 (2023-12-17)

Bug Fixes

  • operations: wrong progress messages (c944980)

1.0.2 (2023-12-17)

Bug Fixes

  • prune: remove mismatched opt/start plugins (4f06886)

1.0.1 (2023-12-17)

Bug Fixes

  • deps: bump rocks.nvim min version to non-broken version (7e41cdb)

1.0.0 (2023-12-17)

Features