Releases: nvim-neorocks/rocks.nvim
Releases · nvim-neorocks/rocks.nvim
v2.29.0
2.29.0 (2024-05-21)
Features
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
2.28.0 (2024-05-16)
Features
- replace nightly requirement with Neovim >= 0.10.0 (db09871)
v2.27.1
2.27.1 (2024-05-06)
Bug Fixes
- operations: error if 'rocks' or 'plugin' key missing in rocks.toml (#318) (45570ab)
v2.27.0
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
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
2.25.1 (2024-04-24)
Bug Fixes
- sync: error when rocks.toml has no rocks or plugins entries (#295) (e74ffdd)
v2.25.0
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
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.22.0
2.22.0 (2024-04-17)
Features
- add version check to installer and plugin script (#277) (c54d6e2)
- pin rocks to prevent updates (#278) (832c400)