Skip to content

Releases: nvim-neo-tree/neo-tree.nvim

3.4

26 Aug 16:00
3.4
8a0f795
Compare
Choose a tag to compare
3.4

What's Changed

  • feat!: show file stats in columns, add sort commands by @cseickel in #1107
  • fix: remove sort commands from global mappings, disable created col by @cseickel in #1113
  • fix: handle missing stats gracefully in file detail columns by @cseickel in #1118

Full Changelog: 3.3...3.4

3.3

20 Aug 20:44
3.3
e62babc
Compare
Choose a tag to compare
3.3

What's Changed

  • fix: ignore errors from failed redraw due to window being closed by @cseickel in #1110
  • fix: make ffi/LuaJIT an optional dependency by @cseickel in #1111

Full Changelog: 3.2...3.3

3.2

17 Aug 22:44
3.2
cac2e1b
Compare
Choose a tag to compare
3.2

What's Changed

  • fix: restore deprecated close_all command, but remove from docs by @cseickel in #1082
  • feat(filesystem): show window immediately without waiting for async scan by @cseickel in #1015
  • fix!: fix and deprecate old reveal_current_file methods by @cseickel in #1099
  • feat: improve default empty folder icons by @cseickel in #1101

Full Changelog: 3.1...3.2

3.1

03 Aug 03:06
3.1
7951701
Compare
Choose a tag to compare
3.1

What's Changed

  • docs: Fix lazy.nvim instructions by @tradiff in #1060
  • docs: fix help tags for custom commands and mappings by @tradiff in #1061
  • fix(config): change add_blank_line_at_top implementation by @nhat-vo in #1066
  • fix(preview): revert when jumping to preview window if it is not floating by @mrbjarksen in #1070
  • fix: Leading slashes of spaces in paths on Windows when opening files by @wizcas in #1077

New Contributors

Full Changelog: 3.0...3.1

3.0

15 Jul 16:48
3.0
981a43a
Compare
Choose a tag to compare
3.0

What's Changed

Breaking Changes

  • Default icons now point to Nerd Fonts v3 symbols
  • The original user commands have been removed:
    • NeoTreeClose
    • NeoTreeFloat
    • NeoTreeFocus
    • NeoTreeShow
    • NeoTreeReveal
    • NeoTreeRevealInSplit
    • NeoTreeShowInSplit
    • NeoTreeFloatToggle
    • NeoTreeFocusToggle
    • NeoTreeShowToggle
    • NeoTreeRevealToggle
    • NeoTreeRevealInSplitToggle
    • NeoTreeShowInSplitToggle
    • NeoTreePasteConfig
    • NeoTreeSetLogLevel
    • NeoTreeLogs
    • Please use the newer Neotree command instead
  • Removed close_floats_on_escape_key option, which was replaced with window.mappings mapped to the "cancel" command

New Contributors

Full Changelog: 2.70...3.0

2.71

15 Jul 14:28
b529fb2
Compare
Choose a tag to compare
  • fix: restore ability to have separate trees for each tab (#1056)

This is most likely the final release before v3.0.

Full Changelog: 2.70...v2.71

2.70

06 Jul 13:18
7f6fa04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.69...2.70

2.69

29 Jun 00:02
2.69
f765e75
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.68...2.69

2.68

25 Jun 22:47
2.68
70d3daa
Compare
Choose a tag to compare

Full Changelog: 2.67...2.68

2.67

25 Jun 17:45
2.67
7e01131
Compare
Choose a tag to compare

What's Changed

  • fix: reuse windows and buffers when possible, prevents flashing when switching by @cseickel in #1011
  • fix: fix floating windows, broken in prior commit by @cseickel in #1012
  • feat(issue): add bug_report, feature_request issue template by @pysan3 in #1013

Full Changelog: 2.66...2.67