Skip to content

Commit 95bd17b

Browse files
chore(master): release 1.3.0
1 parent 0a0066c commit 95bd17b

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/wsdjeg/picker.nvim/compare/v1.2.0...v1.3.0) (2025-10-30)
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 highlights source ([13bfd86](https://github.com/wsdjeg/picker.nvim/commit/13bfd86346d76a526bcfb2fdfc139974fb95d4e1))
14+
* add loclist ([a70bc6c](https://github.com/wsdjeg/picker.nvim/commit/a70bc6c5d1ecb8e3e4ac8e603c3b2a303518722f))
15+
* add lsp kind icons ([d40ee9a](https://github.com/wsdjeg/picker.nvim/commit/d40ee9af3d004d015ea5eace0946926566a6de2b))
16+
* add lsp_document_symbols source ([76333ec](https://github.com/wsdjeg/picker.nvim/commit/76333ecd8fd7d9700904ffd844f7603e2bddca0a))
17+
* add lsp_references source ([0d401f0](https://github.com/wsdjeg/picker.nvim/commit/0d401f07e7357bc1965ebe834e171383fd777508))
18+
* add lsp_workspace_symbols source ([5a49b17](https://github.com/wsdjeg/picker.nvim/commit/5a49b17ad172d4885d88a1d6ba19e8536a715e41))
19+
* add opt to change list_files_cmd ([3ccd2eb](https://github.com/wsdjeg/picker.nvim/commit/3ccd2eb0c2643aefdaa7a63b6cc8a3893a78f30c))
20+
* add option for displaying source name ([4dbd190](https://github.com/wsdjeg/picker.nvim/commit/4dbd1908f54f8aa6ae3ce0ba5624869440fc92ad))
21+
* add prompt filetype to disable cmp ([7ca2e74](https://github.com/wsdjeg/picker.nvim/commit/7ca2e7471dab9372109f93c0ad347f5a8d32845c))
22+
* implement filter state ([95e0ece](https://github.com/wsdjeg/picker.nvim/commit/95e0ece274afb62d80460a814d6c0d096d2f57c4))
23+
* support force update context ([525295d](https://github.com/wsdjeg/picker.nvim/commit/525295d0321b6273a53787db3ed7c9242dad4420))
24+
* support insert_timeout feature ([58088ec](https://github.com/wsdjeg/picker.nvim/commit/58088eca2d52cb796d2544cdcb8a5f958142dbee))
25+
26+
27+
### Bug Fixes
28+
29+
* avoid getting length of nil ([6427dfe](https://github.com/wsdjeg/picker.nvim/commit/6427dfeb93d68d3e0109b0b05d2ccf2fd603a18c))
30+
* disable F1-F12 in promot windows ([30701f4](https://github.com/wsdjeg/picker.nvim/commit/30701f44066619e012cde6d125977563dd9bbcd1))
31+
* display newline and enable number ([0a0066c](https://github.com/wsdjeg/picker.nvim/commit/0a0066c8c78a05e5412b16e16af9cb4caba11c03))
32+
* fix bottom prompt source name ([fa3e660](https://github.com/wsdjeg/picker.nvim/commit/fa3e660e70e1fea93bf7d2d3b6ad76fb27af1796))
33+
* fix default_action ([7f05cff](https://github.com/wsdjeg/picker.nvim/commit/7f05cff08620ec051cff680a333c05d58670ab9b))
34+
* fix winhighlight opt ([ea8bb13](https://github.com/wsdjeg/picker.nvim/commit/ea8bb137ef81e80489cbd748b0fa316f15c27b73))
35+
* skip action on nil ([12b7b1a](https://github.com/wsdjeg/picker.nvim/commit/12b7b1a31b055258a752cb2747f4f9c5c852b1b6))
36+
* skip highlight if filter_items is nil ([a9b2220](https://github.com/wsdjeg/picker.nvim/commit/a9b222077095fb15b6f1282d62c07e87de41a10d))
37+
* trigger TextChangedI only in same job ([a4d0370](https://github.com/wsdjeg/picker.nvim/commit/a4d037098ead433a49bd88eb1c87c076ef6babb9))
38+
* use empty string for unloaded buf ([ce115d7](https://github.com/wsdjeg/picker.nvim/commit/ce115d724ee0eb9e27f5f0da3fce7bfb68ff8607))
39+
340
## [1.2.0](https://github.com/wsdjeg/picker.nvim/compare/v1.1.0...v1.2.0) (2025-10-19)
441

542

0 commit comments

Comments
 (0)