telescope v0.1.3
Another smaller release which fixes a couple of bug with the latest nvim nightly builds.
Thanks to everyone who contributed:
- fix(live_grep/grep_string): support non-utf8 patterns (#2570)
- fix(lsp_dynamic_workspace_symbols): add prefilter as per documentation (after to_fuzzy_refine) (#2584)
- docs: fix the branch example for lazy.nvim (#2586)
- fix: fix builtins lazy loading (#2590)
- fix: handle non-file uris for lsp (#2604)
- fix: do not ignore mappings from
setup()
when attach_mappings provided (#2613) - fix: preserve queued keys at picker launch (#2274) (#2625)
- fix: handle windows file paths as uris (#2640)
- test(utils): add tests for
is_uri
(#2645) - Fixed small typo. (#2665)
- perf(utils): linear scan
is_uri
(#2648) - fix(utils):
is_uri
empty path (#2671) - fix(files.current_buffer_fuzzy_find): fix nil indexing on enter if nothing is selected (#2678)
- fix results win cursor for sorting_strategy descending (#2679)
- fix(builtin.pickers): fix wrong picker resuming when using filtering (#2682)
- fix: use nil for the default diagnostics severity (#2662)
- fix(telescope.state.get_existing_prompts): it should only return keys that are numbers (#2684)
- docs: add missing . (#2691)
- fix(internal.resume): dynamic_preview_title was not respected and title became static (#2696)