Skip to content

telescope v0.1.4

Compare
Choose a tag to compare
@Conni2461 Conni2461 released this 11 Oct 06:21
· 391 commits to master since this release

Small release but two really important fixes.

One fixes a bug that was exposed in the latest nvim release 0.9.4 and another bug fix finally fixes folds for files opened by telescope.
Thanks to @folke for finding a workaround for this long standing issue.
Also thanks to everyone else who contributed to this latest release.

Full Changelog:

  • fix: prompt_prefix leading whitespace normal mode cc (#2699)
  • fix: only validate severity table when using a range (#2709)
  • Fix resize/preview toggles of the cursor layout (#2718)
  • docs(readme): clarify mapping (#2723)
  • fix(actions): fixes folding. Fixes #699 (#2726)
  • fix(lsp): call hierarchy results processing (#2728)
  • fix: correctly create User autocmd in action.which_key (#2736)