Skip to content

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

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

2.66

24 Jun 13:17
2.66
eb9bbba
Compare
Choose a tag to compare

What's Changed

  • fix: split from buffer view opens blank buffer (#898) by @agoodshort in #1004
  • fix: make split on open buffer work for all variations by @cseickel in #1005
  • fix: reuse NuiTree and buffer if possible, fixes ghost tree problem by @cseickel in #1010

New Contributors

Full Changelog: 2.65...2.66

2.65

21 Jun 00:26
2.65
8324fd5
Compare
Choose a tag to compare

What's Changed

  • feat(fs_actions): Add support for non-/ path separator in fs_actions.create_node by @pynappo in #974
  • feat(config): added support for edgy.nvim and fixed trouble.nvim ft by @folke in #970
  • fix(renderer): no_next_padding to fix indentation set to 1 by @pysan3 in #977
  • feat(state): attach diagnostics_lookup on creation by @pysan3 in #978
  • feat(ui): hide hidden files irrespective of hide_gitignored option by @pysan3 in #946
  • fix(diagnostics): fix diagnostics component mechanism by @pysan3 in #980
  • fix(fuzzy): delay open_file after search to navigate first by @pysan3 in #979
  • fix: Preventing removal of necessary root separator on Windows by @Aeceon in #986
  • fix: lowercase file extension when looking up icon by @cseickel in #1003

New Contributors

Full Changelog: 2.64...2.65