Skip to content

Commit 22936b6

Browse files
chore(master): release 1.0.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92bd3d8 commit 22936b6

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-03-17)
4+
5+
6+
### Features
7+
8+
* **flygrep.nvim:** support preview win ([5949502](https://github.com/wsdjeg/flygrep.nvim/commit/59495029704f57a1e2f9c67dffc960c6abbe6630))
9+
* **flygrep:** add `ctrl-h` to toggle hidden file ([dabcb5f](https://github.com/wsdjeg/flygrep.nvim/commit/dabcb5fb1d98ac94f2188d930238703fb25a6cfc))
10+
* **flygrep:** make flygrep support input and cwd ([1c09cea](https://github.com/wsdjeg/flygrep.nvim/commit/1c09ceaee8c66aa600729f86196f75194baeb369))
11+
* support runtime log via logger.nvim ([92bd3d8](https://github.com/wsdjeg/flygrep.nvim/commit/92bd3d8f035f616bc2611aea5790944f0a71de46))
12+
13+
14+
### Bug Fixes
15+
16+
* **flygrep:** clear preview buf when text is empty ([ea0291e](https://github.com/wsdjeg/flygrep.nvim/commit/ea0291ef480a8be48d22d4c699702fe483efcdb4))
17+
* **flygrep:** fix result count ([33cb398](https://github.com/wsdjeg/flygrep.nvim/commit/33cb39840414a23d305de7587f1d12c957baba26))
18+
* **flygrep:** fix setup function ([d9c3108](https://github.com/wsdjeg/flygrep.nvim/commit/d9c3108f299521fa8823dff4f4d080c20f386a17))
19+
* **flygrep:** setup cmp only when exists ([9ae3d73](https://github.com/wsdjeg/flygrep.nvim/commit/9ae3d7327f285f0cadf8bd10ff07117c590dc34d))
20+
* **flygrep:** skip E33 when input is ~ ([99432e5](https://github.com/wsdjeg/flygrep.nvim/commit/99432e550bf1daace8a1709e006f87254d396622))
21+
22+
23+
### Performance Improvements
24+
25+
* **flygrep:** add ctrl-j/ctrl-k ([11a97e6](https://github.com/wsdjeg/flygrep.nvim/commit/11a97e657a2695dea24ffb7eb854ad198d264146))
26+
* **flygrep:** enable cursorline in preview win ([de5cf0b](https://github.com/wsdjeg/flygrep.nvim/commit/de5cf0b7084125b27a0d521d1c70d8df70d59a68))
27+
* **flygrep:** improve tab/shift-tab key binding ([c1d1454](https://github.com/wsdjeg/flygrep.nvim/commit/c1d14546a187825cb0401a150a1c8b1782ffbd82))
28+
* **flygrep:** save mouse option ([5e3a317](https://github.com/wsdjeg/flygrep.nvim/commit/5e3a317f776b4755130143d6146630f9ccde1e6b))
29+
* **flygrep:** stop job if grep_input is empty ([5e4df21](https://github.com/wsdjeg/flygrep.nvim/commit/5e4df2168060d1e3b77b88fb60dd8dd62340801e))
30+
* **flygrep:** update preview buf after C-p ([7c797db](https://github.com/wsdjeg/flygrep.nvim/commit/7c797db4ef72a7b883ed5651e608ab92909a5146))
31+
* **flygrep:** update result count after ctrl-w ([630ec4f](https://github.com/wsdjeg/flygrep.nvim/commit/630ec4f64cf1301052d2046abb56c6b23ba12d9f))

0 commit comments

Comments
 (0)