Skip to content

Releases: nvim-tree/nvim-tree.lua

nvim-tree: v1.5.0

11 Jul 06:17
f9ff00b
Compare
Choose a tag to compare

1.5.0 (2024-07-11)

Features

  • #2127: add experimental.actions.open_file.relative_path to open files with a relative path rather than absolute (#2805) (869c064)
  • #2598: add api.tree.resize (#2811) (2ede0de)
  • #2799: filesystem_watchers.ignore_dirs and git.disable_for_dirs may be functions (#2800) (8b2c5c6)
  • #2799: filesystem_watchers.ignore_dirs and git.disable_for_dirs may be functions (8b2c5c6)

Bug Fixes

  • #2813: macos: enable file renaming with changed capitalization (#2814) (abfd1d1)
  • #2819: experimental.actions.open_file.relative_path issue following change directory (#2820) (12a9a99)

nvim-tree: v1.4.0

09 Jun 02:43
2086e56
Compare
Choose a tag to compare

1.4.0 (2024-06-09)

Notice

  • Neovim 0.9 is now the minimum supported version; please upgrade to neovim release version 0.9 or 0.10.

Reverts

  • #2781: "refactor: replace deprecated use of vim.diagnostic.is_disabled()" (#2784) (517e4fb)

Miscellaneous Chores

nvim-tree: v1.3.3

14 May 00:45
2bc725a
Compare
Choose a tag to compare

1.3.3 (2024-05-14)

Bug Fixes

  • nil access exception with git integration when changing branches (#2774) (340d3a9)

nvim-tree: v1.3.2

12 May 04:46
78c4c08
Compare
Choose a tag to compare

1.3.2 (2024-05-12)

Bug Fixes

  • #2758: use nvim-webdevicons default file icon, not renderer.icons.glyphs.default, as per :help (#2759) (347e1eb)
  • #2758: use nvim-webdevicons default for default files (347e1eb)
  • #925: handle newlines in file names (#2754) (64f61e4)

nvim-tree: v1.3.1

30 Apr 01:12
76db7ed
Compare
Choose a tag to compare

1.3.1 (2024-04-25)

Bug Fixes

nvim-tree: v1.3.0

30 Mar 06:53
ddd1d6e
Compare
Choose a tag to compare

1.3.0 (2024-03-30)

Features

Bug Fixes

  • #2658: change SpellCap groups to reduce confusion: ExecFile->Question, ImageFile->Question, SpecialFile->Title, Symlink->Underlined; add all other highlight groups to :NvimTreeHiTest (#2732) (0aca092)
  • bookmark filter shows marked directory children (#2719) (2d97059)

nvim-tree: v1.2.0

24 Mar 02:25
85c502e
Compare
Choose a tag to compare

1.2.0 (2024-03-24)

Features

nvim-tree: v1.1.1

15 Mar 01:26
707b24a
Compare
Choose a tag to compare

1.1.1 (2024-03-15)

Bug Fixes

  • #2395: marks.bulk.move defaults to directory at cursor (#2688) (cfea5bd)
  • #2705: change NvimTreeWindowPicker cterm background from Cyan to more visible DarkBlue (#2708) (1fd9c98)
  • bookmark filter should include parent directory (#2704) (76b9810)

nvim-tree: v1.1.0

14 Mar 10:10
164f11d
Compare
Choose a tag to compare

1.1.0 (2024-03-14)

Features

Bug Fixes

nvim-tree: v1.0.0

18 Feb 06:28
d35a8d5
Compare
Choose a tag to compare

1.0.0 (2024-02-18)

Features

Miscellaneous Chores