Releases: vim-fall/fall.vim
Releases · vim-fall/fall.vim
v0.24.1: Merge pull request #47 from vim-fall/fix/initial-query-matching-v2
fix: ensure initial matching when -input= option is provided
v0.24.0
What's Changed
- fix: Cursor won't be restored on gVim by @mityu in #34
- feat: increase default threshold to 100,000 by @lambdalisue in #35
- Add picker session management by @lambdalisue in #36
- fix: remove session compression to improve performance by @lambdalisue in #39
- perf: optimize picker performance with event queue and preview debouncing by @lambdalisue in #38
- Add missing tests for core modules by @lambdalisue in #40
- Rename FallListSelected sign group to FallListSelectedSign by @lambdalisue in #43
- feat: add -input= option to set initial prompt value by @lambdalisue in #45
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
- feat: Add chunk interval to collect and match processors by @lambdalisue in #33
Full Changelog: v0.22.0...v0.23.0
v0.22.0
v0.21.0
What's Changed
- 🐛 Cursor line may not be highlighted by @mityu in #30
- feat: Decrease default threshold to 10,000 by @lambdalisue in #31
Full Changelog: v0.20.0...v0.21.0
v0.20.0
What's Changed
- Do NOT check if corresponding mappings are already defined to define default mappings by @lambdalisue in #27
Full Changelog: v0.19.0...v0.20.0
v0.19.0
Full Changelog: v0.18.2...v0.19.0
v0.18.2
What's Changed
- Fix wiki link by @staticWagomU in #25
New Contributors
- @staticWagomU made their first contribution in #25
Full Changelog: v0.18.1...v0.18.2
v0.18.1
docs: fmt
v0.18.0
deps: upgrade @vim-fall/std to 0.8.0