|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.6.1](https://github.com/wsdjeg/nvim-plug/compare/v0.6.0...v0.6.1) (2026-07-18) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add luarocks support ([4380019](https://github.com/wsdjeg/nvim-plug/commit/4380019d5da7e6bbeba486b5d343878e1feb597f)) |
| 9 | +* **config:** add `focus_window` setup option to enable focusing on open ([4f2f116](https://github.com/wsdjeg/nvim-plug/commit/4f2f116aac7d14bd94ebfbebbaa861d15aaa288c)) |
| 10 | +* display desc in picker source ([6b87d5f](https://github.com/wsdjeg/nvim-plug/commit/6b87d5f5b9cb59df570fe8d9ce201fc48383d427)) |
| 11 | +* open readme in default picker action ([310aa1d](https://github.com/wsdjeg/nvim-plug/commit/310aa1df90aee86ea871ec1675a96667a5d83e40)) |
| 12 | +* use luarocks show for rocks preview ([8baa3a7](https://github.com/wsdjeg/nvim-plug/commit/8baa3a745998ef2b7ae058386d4db1ac8e3ae846)) |
| 13 | + |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +* add debug info about set module name ([a41b120](https://github.com/wsdjeg/nvim-plug/commit/a41b120cb98a87271db3eb68139543ac9ecfb91f)) |
| 18 | +* change fileformat to unix ([91184b5](https://github.com/wsdjeg/nvim-plug/commit/91184b5b7e8fc246120b4c4754f5b0b1509165d9)) |
| 19 | +* fix dev_path ([f1db89c](https://github.com/wsdjeg/nvim-plug/commit/f1db89c5e10dbcd11e2d96dc1fa281e03bcc43d5)) |
| 20 | +* fix LUA_PATH and LUA_CPATH ([094928b](https://github.com/wsdjeg/nvim-plug/commit/094928b575895d1644fb268b82585cc721f6047c)) |
| 21 | +* fix luarocks installer ([bf70775](https://github.com/wsdjeg/nvim-plug/commit/bf70775ff093f02b17e0b8a05a4eed49d6ab1a3f)) |
| 22 | +* fix picker default_action ([25f0b87](https://github.com/wsdjeg/nvim-plug/commit/25f0b87b809c63bfd25269e938c448d07e2b7894)) |
| 23 | +* format code ([484bf1e](https://github.com/wsdjeg/nvim-plug/commit/484bf1e2318e6ac7444b4d1ced01a1e2673f200c)) |
| 24 | +* format lua code and handle lsp warnings ([edef4e4](https://github.com/wsdjeg/nvim-plug/commit/edef4e43bd0630a76315fdd69e9bfb49f8fb5a9e)) |
| 25 | +* **installer:** use H.luarocks_install for rocks plugin update ([cd25480](https://github.com/wsdjeg/nvim-plug/commit/cd254801732311d5ae0c4eef237186b1fb09d6f1)) |
| 26 | +* **installer:** use task[3] instead of tasks[3] in queue runners ([88a33b8](https://github.com/wsdjeg/nvim-plug/commit/88a33b84f55192f3ea820f4dbc7cbfbfaecbd8e7)) |
| 27 | +* negate the condition so close() actually closes the window. ([8d432b1](https://github.com/wsdjeg/nvim-plug/commit/8d432b138e75f57f340dec851fe73e6c7f5ae8da)) |
| 28 | +* remove lower() function ([eaace1e](https://github.com/wsdjeg/nvim-plug/commit/eaace1e0429e1762038ecf66ad2f104f969c3764)) |
| 29 | +* **test:** register dofile return values as globals for LuaUnit ([e27a8a6](https://github.com/wsdjeg/nvim-plug/commit/e27a8a62b8e76949a5a2b310c4d762fe54bcfdca)) |
| 30 | +* **ui:** correct inverted guard condition in close() ([8d432b1](https://github.com/wsdjeg/nvim-plug/commit/8d432b138e75f57f340dec851fe73e6c7f5ae8da)) |
| 31 | +* **ui:** count failed plugins as done in count_done ([2a7efc7](https://github.com/wsdjeg/nvim-plug/commit/2a7efc7b23c75a70580c700250949c9c709783a7)) |
| 32 | +* **ui:** optimize UI, add keymap to close UI ([7d5d98a](https://github.com/wsdjeg/nvim-plug/commit/7d5d98a359865c2b0166578e7709264e3c4a1fe9)) |
| 33 | +* update/improve LuaLS annotations, optimized code execution ([8a0799d](https://github.com/wsdjeg/nvim-plug/commit/8a0799d74766992916bd082d7832f19d15fb78eb)) |
| 34 | + |
| 35 | + |
| 36 | +### Documentation |
| 37 | + |
| 38 | +* add AGENTS.md for project assistant ([fe15468](https://github.com/wsdjeg/nvim-plug/commit/fe15468d955f87a8f58076d46910412d0e1446fc)) |
| 39 | +* **readme:** improved grammar, spelling and documentation ([b1e4f39](https://github.com/wsdjeg/nvim-plug/commit/b1e4f390ed7dd3612fe63429541a63bbd3596bae)) |
| 40 | +* update readme ([cca4e65](https://github.com/wsdjeg/nvim-plug/commit/cca4e654128dee182d8fd7f5ea7014ca5ff2c909)) |
| 41 | + |
3 | 42 | ## [0.6.0](https://github.com/wsdjeg/nvim-plug/compare/v0.5.0...v0.6.0) (2025-11-22) |
4 | 43 |
|
5 | 44 |
|
|
0 commit comments