Releases: nvim-tree/nvim-tree.lua
Releases ยท nvim-tree/nvim-tree.lua
nvim-tree: v1.3.0
nvim-tree: v1.2.0
nvim-tree: v1.1.1
nvim-tree: v1.1.0
nvim-tree: v1.0.0
nvim-tree: v0.100.0
0.100.0 (2024-02-11)
Features
- #1389: api: recursive node navigation for git and diagnostics (#2525) (5d13cc8)
- #2415: add :NvimTreeHiTest (#2664) (b278fc2)
- #2415: colour and highlight overhaul, see :help nvim-tree-highlight-overhaul (#2455) (e9c5abe)
- add node.open.toggle_group_empty, default mapping L (#2647) (8cbb1db)
Bug Fixes
- #2415: disambiguate highlight groups, see :help nvim-tree-highlight-overhaul (#2639) (d9cb432)
- #2415: fix NvimTreeIndentMarker highlight group: FileIcon->FolderIcon (e9ac136)
- #2415: highlight help header and mappings (#2669) (39e6fef)
- #2415: nvim 0.8 highlight overhaul support, limited to only show highest highlight precedence (#2642) (f39f7b6)
- #2415: NvimTreeIndentMarker highlight group: FileIcon->FolderIcon (#2656) (e9ac136)
- #2624: open file from docked floating window (#2627) (f24afa2)
- #2632: occasional error stack when locating nvim-tree window (#2633) (48b1d86)
- #2637: show buffer modified icons and highlights (#2638) (7bdb220)
- #2643: correctly apply linked highlight groups in tree window (#2653) (fbee8a6)
- allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, NvimTreeWindowPicker (#2636) (74525ac)
- bad column offset when using full_name (#2629) (75ff64e)
- passing nil as window handle in view.get_winnr (48b1d86)
nvim-tree: v0.99.0
0.99.0 (2024-01-01)
Features
- #1850: add "no bookmark" filter (#2571) (8f92e1e)
- add kind param to vim.ui.select function calls (#2602) (dc839a7)
- add option to skip gitignored files on git navigation (#2583) (50f30bc)
Bug Fixes
- #2519: Diagnostics Not Updated When Tree Not Visible (#2597) (96a783f)
- #2609: help toggle (#2611) (fac4900)
- hijack_cursor on update focused file and vim search (#2600) (02ae523)
Miscellaneous Chores
- release 0.99.0 (b6b86e1)