Skip to content

Releases: nvim-neorocks/rocks.nvim

v2.29.0

21 May 20:59
c55fbd8
Compare
Choose a tag to compare

2.29.0 (2024-05-21)

Features

  • allow overriding luarocks config (#334) (02f77e8)
  • log: include error messages reported in UI (#322) (0a85746)

Bug Fixes

  • operations: race conditions when running commands concurrently (269bbf3)
  • sync: prune all rocks that can be pruned in a single sweep (#305) (e6c2080)
  • wait for writing rocks.toml to complete where possible (37924fa)

Performance Improvements

  • replace vim.g with _G in init check (509e872)

Reverts

  • replace vim.g with _G in init check (27912ea)

v2.28.0

16 May 16:25
a6c6870
Compare
Choose a tag to compare

2.28.0 (2024-05-16)

Features

  • replace nightly requirement with Neovim >= 0.10.0 (db09871)

v2.27.1

06 May 23:07
fe19db8
Compare
Choose a tag to compare

2.27.1 (2024-05-06)

Bug Fixes

  • operations: error if 'rocks' or 'plugin' key missing in rocks.toml (#318) (45570ab)

v2.27.0

06 May 22:00
1e3ead4
Compare
Choose a tag to compare

2.27.0 (2024-05-06)

Features

  • set log level to WARN (71446ce)
  • show "Run ':Rocks log' for details" tip when error occurs (f345607)

Bug Fixes

v2.26.0

25 Apr 17:03
Compare
Choose a tag to compare

2.26.0 (2024-04-25)

Features

  • deprecate rocks.api.source_runtime_dir (#297) (b93c313)
  • runtime: use built-in packadd and deprecate Rocks packadd (047b8f7)

v2.25.1

24 Apr 22:42
032e803
Compare
Choose a tag to compare

2.25.1 (2024-04-24)

Bug Fixes

  • sync: error when rocks.toml has no rocks or plugins entries (#295) (e74ffdd)

v2.25.0

24 Apr 14:42
3d068db
Compare
Choose a tag to compare

2.25.0 (2024-04-24)

Features

  • ensure plugin runtime paths are available before rocks initialises (#285) (462379d)

Bug Fixes

  • ensure lowercase rock names (#288) (4d4b0a7)
  • update: don't update rocks that aren't in rocks.toml (c969b61)

v2.24.0

19 Apr 15:29
2e9d58c
Compare
Choose a tag to compare

2.24.0 (2024-04-18)

Features

  • add bootstrap.lua script (e25027e)
  • add rest of installer code (8508e5a)
  • initial bootstrap.lua script (cd213f4)

Bug Fixes

  • access rocks_nvim instead of rocks_config (4fd4599)
  • broken/cut-off README (4acbe96)
  • duplicate variable names, proper fallback for luarocks_binary (e92c768)
  • set random seed to system time for reproducible clones (c4fadfb)

v2.23.0

18 Apr 16:54
1c4a4d2
Compare
Choose a tag to compare

2.23.0 (2024-04-18)

Features

v2.22.0

17 Apr 16:57
2529d81
Compare
Choose a tag to compare

2.22.0 (2024-04-17)

Features

  • add version check to installer and plugin script (#277) (c54d6e2)
  • pin rocks to prevent updates (#278) (832c400)