-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-06-10) | ||
|
||
|
||
### Features | ||
|
||
* add .luacheckrc ([b99da70](https://github.com/max397574/neocomplete.nvim/commit/b99da7020048bcf667b87df71afaa4c2cd4fa281)) | ||
* add build.lua for luarocks ([41691b3](https://github.com/max397574/neocomplete.nvim/commit/41691b3b61a0b559a99e88a291a128d1c0cb7317)) | ||
* add function to check if menu is open ([78800f1](https://github.com/max397574/neocomplete.nvim/commit/78800f1d3eed33e475c55c2fe19e2bd51c96ab37)) | ||
* **config/menu:** allow setting position of menu ([f8e8ca8](https://github.com/max397574/neocomplete.nvim/commit/f8e8ca8860bbf88a299cbb64f4c35feae424adbb)) | ||
* filtering ([5cfed8b](https://github.com/max397574/neocomplete.nvim/commit/5cfed8b8e4a1730b66738810c327a8764576e7b4)) | ||
* initial commit ([b77a8ca](https://github.com/max397574/neocomplete.nvim/commit/b77a8ca015e39fa70089ef9244204702483a1097)) | ||
* set undo point before confirming completion ([84542f0](https://github.com/max397574/neocomplete.nvim/commit/84542f0a43a0dd9dd63f8c0a5278eae380845792)) | ||
* update docs ([70c91e1](https://github.com/max397574/neocomplete.nvim/commit/70c91e193acbf63d01b93b0d7dde414edfd58028)) | ||
* **workflows:** add luarocks ([73aebb9](https://github.com/max397574/neocomplete.nvim/commit/73aebb9b08abf348f97d405a474084718ef52f02)) | ||
* **workflows:** update release please ([3606ae1](https://github.com/max397574/neocomplete.nvim/commit/3606ae1768f8d6b94326d3e61a182b38d9ded3e5)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **sorter:** reset score of entries ([dee016e](https://github.com/max397574/neocomplete.nvim/commit/dee016eb581f9f5f74ac1ef8ee0232f0663fe58b)) | ||
* type annotations ([9117ad3](https://github.com/max397574/neocomplete.nvim/commit/9117ad31314ccd8edc7b11e5a40b673653037e70)) |