Skip to content

v2.14.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 18:05
ba858b6

2.14.0 (2024-12-21)

Features

  • add win_options to preview_win (#514) (bbeed86)
  • add highlight group for orphaned links (#502) (740b8fd)
  • better merging of action desc when overriding keymaps (f2b3249)
  • config option to customize filename highlight group (#508) (99ce32f)
  • config option to disable previewing a file (3fa3161)
  • disable preview for large files (#511) (c23fe08)
  • highlight groups for hidden files (#459) (60e6896)
  • option to quite vim if oil is closed as last buffer (#491) (81cc9c3)
  • use scratch buffer for file previews (#467) (21705a1)

Bug Fixes

  • cursor sometimes does not hover previous file (8ea40b5)
  • don't take over the preview window until it's opened for oil (#532) (78ab7ca)
  • handle files with newlines in the name (#534) (dba0375)
  • image.nvim previews with preview_method=scratch (5acab3d)
  • improper file name escaping (#530) (7a55ede)
  • set alternate when using floating windows (#526) (c5f7c56)
  • work around performance issue with treesitter, folds, and large directories (da93d55)

Performance Improvements

  • change default view_options.natural_order behavior to disable on large directories (01b0b9d)
  • only sort entries after we have them all (792f0db)
  • optimize rendering cadence (c96f93d)
  • replace vim.endswith and vim.startswith with string.match (4de3025)