Skip to content

Commit af4e7eb

Browse files
chore(master): release 1.3.0
1 parent 569d57a commit af4e7eb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/wsdjeg/picker.nvim/compare/v1.2.0...v1.3.0) (2025-10-28)
4+
5+
6+
### Features
7+
8+
* add `ignorecase` option ([569d57a](https://github.com/wsdjeg/picker.nvim/commit/569d57a5cb60d12160cf749027ac5e4df0903372))
9+
* add `picker_config` source ([d7658ee](https://github.com/wsdjeg/picker.nvim/commit/d7658ee3bbb78943c1c83c9f0a4e1d788e6ff00e))
10+
* add async_files source ([#8](https://github.com/wsdjeg/picker.nvim/issues/8)) ([9a45081](https://github.com/wsdjeg/picker.nvim/commit/9a450813ae54b6af8ee704da6925ca1abaad53a4))
11+
* add cmd_history source ([12102f0](https://github.com/wsdjeg/picker.nvim/commit/12102f0be6ea1ca03240caf6905d199eed6f72c3))
12+
* add ctrl-v/t actions for files ([1f58fd7](https://github.com/wsdjeg/picker.nvim/commit/1f58fd715aa64c1688203432926a0bfd112f4fc9))
13+
* add loclist ([a70bc6c](https://github.com/wsdjeg/picker.nvim/commit/a70bc6c5d1ecb8e3e4ac8e603c3b2a303518722f))
14+
* add lsp kind icons ([d40ee9a](https://github.com/wsdjeg/picker.nvim/commit/d40ee9af3d004d015ea5eace0946926566a6de2b))
15+
* add lsp_document_symbols source ([76333ec](https://github.com/wsdjeg/picker.nvim/commit/76333ecd8fd7d9700904ffd844f7603e2bddca0a))
16+
* add lsp_references source ([0d401f0](https://github.com/wsdjeg/picker.nvim/commit/0d401f07e7357bc1965ebe834e171383fd777508))
17+
* add lsp_workspace_symbols source ([5a49b17](https://github.com/wsdjeg/picker.nvim/commit/5a49b17ad172d4885d88a1d6ba19e8536a715e41))
18+
* add option for displaying source name ([4dbd190](https://github.com/wsdjeg/picker.nvim/commit/4dbd1908f54f8aa6ae3ce0ba5624869440fc92ad))
19+
* add prompt filetype to disable cmp ([7ca2e74](https://github.com/wsdjeg/picker.nvim/commit/7ca2e7471dab9372109f93c0ad347f5a8d32845c))
20+
* implement filter state ([95e0ece](https://github.com/wsdjeg/picker.nvim/commit/95e0ece274afb62d80460a814d6c0d096d2f57c4))
21+
* support insert_timeout feature ([58088ec](https://github.com/wsdjeg/picker.nvim/commit/58088eca2d52cb796d2544cdcb8a5f958142dbee))
22+
23+
24+
### Bug Fixes
25+
26+
* fix bottom prompt source name ([fa3e660](https://github.com/wsdjeg/picker.nvim/commit/fa3e660e70e1fea93bf7d2d3b6ad76fb27af1796))
27+
* fix default_action ([7f05cff](https://github.com/wsdjeg/picker.nvim/commit/7f05cff08620ec051cff680a333c05d58670ab9b))
28+
* fix winhighlight opt ([ea8bb13](https://github.com/wsdjeg/picker.nvim/commit/ea8bb137ef81e80489cbd748b0fa316f15c27b73))
29+
* skip action on nil ([12b7b1a](https://github.com/wsdjeg/picker.nvim/commit/12b7b1a31b055258a752cb2747f4f9c5c852b1b6))
30+
* skip highlight if filter_items is nil ([a9b2220](https://github.com/wsdjeg/picker.nvim/commit/a9b222077095fb15b6f1282d62c07e87de41a10d))
31+
* trigger TextChangedI only in same job ([a4d0370](https://github.com/wsdjeg/picker.nvim/commit/a4d037098ead433a49bd88eb1c87c076ef6babb9))
32+
* use empty string for unloaded buf ([ce115d7](https://github.com/wsdjeg/picker.nvim/commit/ce115d724ee0eb9e27f5f0da3fce7bfb68ff8607))
33+
334
## [1.2.0](https://github.com/wsdjeg/picker.nvim/compare/v1.1.0...v1.2.0) (2025-10-19)
435

536

0 commit comments

Comments
 (0)