Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.7.0](https://github.com/wsdjeg/nvim-plug/compare/v0.6.0...v0.7.0) (2026-03-28)


### Features

* add luarocks support ([4380019](https://github.com/wsdjeg/nvim-plug/commit/4380019d5da7e6bbeba486b5d343878e1feb597f))
* **config:** add `focus_window` setup option to enable focusing on open ([4f2f116](https://github.com/wsdjeg/nvim-plug/commit/4f2f116aac7d14bd94ebfbebbaa861d15aaa288c))
* display desc in picker source ([6b87d5f](https://github.com/wsdjeg/nvim-plug/commit/6b87d5f5b9cb59df570fe8d9ce201fc48383d427))
* open readme in default picker action ([310aa1d](https://github.com/wsdjeg/nvim-plug/commit/310aa1df90aee86ea871ec1675a96667a5d83e40))
* use luarocks show for rocks preview ([8baa3a7](https://github.com/wsdjeg/nvim-plug/commit/8baa3a745998ef2b7ae058386d4db1ac8e3ae846))


### Bug Fixes

* add debug info about set module name ([a41b120](https://github.com/wsdjeg/nvim-plug/commit/a41b120cb98a87271db3eb68139543ac9ecfb91f))
* change fileformat to unix ([91184b5](https://github.com/wsdjeg/nvim-plug/commit/91184b5b7e8fc246120b4c4754f5b0b1509165d9))
* fix dev_path ([f1db89c](https://github.com/wsdjeg/nvim-plug/commit/f1db89c5e10dbcd11e2d96dc1fa281e03bcc43d5))
* fix LUA_PATH and LUA_CPATH ([094928b](https://github.com/wsdjeg/nvim-plug/commit/094928b575895d1644fb268b82585cc721f6047c))
* fix luarocks installer ([bf70775](https://github.com/wsdjeg/nvim-plug/commit/bf70775ff093f02b17e0b8a05a4eed49d6ab1a3f))
* fix picker default_action ([25f0b87](https://github.com/wsdjeg/nvim-plug/commit/25f0b87b809c63bfd25269e938c448d07e2b7894))
* format code ([484bf1e](https://github.com/wsdjeg/nvim-plug/commit/484bf1e2318e6ac7444b4d1ced01a1e2673f200c))
* format lua code and handle lsp warnings ([edef4e4](https://github.com/wsdjeg/nvim-plug/commit/edef4e43bd0630a76315fdd69e9bfb49f8fb5a9e))
* remove lower() function ([eaace1e](https://github.com/wsdjeg/nvim-plug/commit/eaace1e0429e1762038ecf66ad2f104f969c3764))
* **ui:** optimize UI, add keymap to close UI ([7d5d98a](https://github.com/wsdjeg/nvim-plug/commit/7d5d98a359865c2b0166578e7709264e3c4a1fe9))
* update/improve LuaLS annotations, optimized code execution ([8a0799d](https://github.com/wsdjeg/nvim-plug/commit/8a0799d74766992916bd082d7832f19d15fb78eb))

## [0.6.0](https://github.com/wsdjeg/nvim-plug/compare/v0.5.0...v0.6.0) (2025-11-22)


Expand Down
Loading