Releases: nvim-neo-tree/neo-tree.nvim
Releases · nvim-neo-tree/neo-tree.nvim
2.46
What's Changed
- feat: Auto Width or Full Name Under Cursor (related to #547) by @pysan3 in #580
- fix(filesystem): make
async_scan
asynchronous by @musjj in #618 - fix: auto_expand_width gets caught in infinite loop and hangs neovim (#624) by @pysan3 in #627
- fix: cancel close_if_last_window if there is an unnamed modified buffer, fixes #605 by @cseickel in #628
- fix: remove recursion in auto_expand render by @cseickel in #629
New Contributors
Full Changelog: 2.45...2.46
2.45
2.44
Release 2.43
New Features
- Hide diagnostics and git_status when a directory is expanded (#573)
- Fix nvim-window-picker buftype rules in readme (#570)
Bug Fixes
- Choose correct split direction when Neo-tree is only window, fixes #576 (#577)
- Use pcall correctly to fix 325 error, fixes #567
- Handle 325 error when using window picker, fixes #567
- Clickable filesystem source winbar component closes neo-tree immediately #565
- Plain match "%" in command line completion
Release v2.42
Bug Fixes
- Fix path issue on Windows when browsing drive roots
New Features
- Add
Preview.is_active()
function for use in custom events and commands
Release v2.41
New Features
- Allow git commands to be used from all sources
- Add
never_show_by_pattern
option - Ignore null-ls temp files in file watcher events
Release v2.40
Bug Fixes
- Fail gracefully when preview toggle attempted when position=current
- Fix for "preview window freezes when opening new folder"
- Fix regression on git status staged markers
Other Changes
- Improve documentation for mappings
Release v2.39
New Features
- Set default mapping for preview mode
- Add
use_float
option for preview mode - Do not notify log level when it is set
- Add diagnostic component config options to override symbols and highlights
- Add
"drop"
and"tab_drop"
commands
Bug Fixes
- Do not show staged icon when git status is unknown
- Fix pluralization in "hidden items" hints
- Set a better default for NC popup titlebar style
Release v2.38
New Features
- Soft release of "preview" mode commands, not yet complete or mapped by default.
Bug Fixes
- Use
pcall
when closing window that might have been closed already, fixesfloat toggle
commands - Fire
"neo-tree-buffer-leave"
when switching to a different neo-tree window
Release v2.37
New Features
- Add path support to
hide_by_pattern
- Add
right_padding
option to name component - Consider signcol and linenr when right aligning symbols
- Add documentation for source selector
Bug Fixes
- Specify git commands as lists instead of strings, fixes windows quoting problems