New small release that fixes a bunch of issues. Big thanks to @jamestrew for helping with maintaining telescope and contributing a good amount of patches.
Full changelog below:
- 1bec1c9 fix(builtin.commands): make 0-arg commands be repeatable by
@:
(#2808) - abd9a6f fix(which_key): always close on telescope prompt exit
- 42bbf5a fix(builtin.keymaps): escape newline chars in desc (#2832)
- 425ab66 fix(builtin.buffers): improve
only_cwd
handling with partial matches (#2845) - 65ee034 fix(builtin.buffers): better buffer in cwd check (#2847)
- 72b42a5 fix(builtin.oldfiles): cwd matching with special characters (#2860)
- 38d0c5f docs: update CONTRIBUTING.md (#2876)
- 5150bc2 fix(git_status): support
path_display
(#2881) - 626a61b docs(contrib): update contribution guide (#2879)
- 9594a7e fix(previewer): buffer_previewer_maker now receives all necessary opts everywhere (#2833)
- 6ee97f1 doc(action_state): improve description of action_state.get_current_line (#2895)
- 199ce5f fix(previewer): buffer previews for term not initially scrolled (#2899)
- fd333cd docs(developers): fix incorrect file paths (#2902)
- 6d2be79 fix: do not alter jumplist when jumping to a line in a file (#2910)
- ec3474b fix(git_branch): previewer commit hash dynamic highlighting (#2921)
- 93dc724 feat(git_files): support emoji/unicode in filenames (#2943)
- d85ad68 fix(builtin.marks): expand mark path (#2980)
- 6312868 docs(git_status): add missing opt
expand_dir
(#2824)