Skip to content

chore(master): release nvim-tree 1.4.0 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.0"
".": "1.4.0"
}
105 changes: 105 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,110 @@
# Changelog

## [1.4.0](https://github.com/obergodmar/nvim-tree.lua/compare/nvim-tree-v1.8.0...nvim-tree-v1.4.0) (2024-11-11)


### Features

* **#1389:** api: recursive node navigation for git and diagnostics ([#2525](https://github.com/obergodmar/nvim-tree.lua/issues/2525)) ([5d13cc8](https://github.com/obergodmar/nvim-tree.lua/commit/5d13cc8205bce4963866f73c50f6fdc18a515ffe))
* **#1850:** add "no bookmark" filter ([#2571](https://github.com/obergodmar/nvim-tree.lua/issues/2571)) ([8f92e1e](https://github.com/obergodmar/nvim-tree.lua/commit/8f92e1edd399f839a23776dcc6eee4ba18030370))
* **#2127:** add experimental.actions.open_file.relative_path to open files with a relative path rather than absolute ([#2805](https://github.com/obergodmar/nvim-tree.lua/issues/2805)) ([869c064](https://github.com/obergodmar/nvim-tree.lua/commit/869c064721a6c2091f22c3541e8f0ff958361771))
* **#2225:** add renderer.hidden_display to show a summary of hidden files below the tree ([#2856](https://github.com/obergodmar/nvim-tree.lua/issues/2856)) ([e25eb7f](https://github.com/obergodmar/nvim-tree.lua/commit/e25eb7fa83f7614bb23d762e91d2de44fcd7103b))
* **#2349:** add "right_align" option for renderer.icons.*_placement ([#2839](https://github.com/obergodmar/nvim-tree.lua/issues/2839)) ([1d629a5](https://github.com/obergodmar/nvim-tree.lua/commit/1d629a5d3f7d83d516494c221a2cfc079f43bc47))
* **#2349:** add "right_align" option for renderer.icons.*_placement ([#2846](https://github.com/obergodmar/nvim-tree.lua/issues/2846)) ([48d0e82](https://github.com/obergodmar/nvim-tree.lua/commit/48d0e82f9434691cc50d970898142a8c084a49d6))
* **#2415:** add :NvimTreeHiTest ([#2664](https://github.com/obergodmar/nvim-tree.lua/issues/2664)) ([b278fc2](https://github.com/obergodmar/nvim-tree.lua/commit/b278fc25ae0fc95e4808eb5618f07fc2522fd2b3))
* **#2415:** colour and highlight overhaul, see :help nvim-tree-highlight-overhaul ([#2455](https://github.com/obergodmar/nvim-tree.lua/issues/2455)) ([e9c5abe](https://github.com/obergodmar/nvim-tree.lua/commit/e9c5abe073a973f54d3ca10bfe30f253569f4405))
* **#2430:** use vim.ui.open as default system_open, for neovim 0.10+ ([#2912](https://github.com/obergodmar/nvim-tree.lua/issues/2912)) ([03f737e](https://github.com/obergodmar/nvim-tree.lua/commit/03f737e5744a2b3ebb4b086f7636a3399224ec0c))
* **#2598:** add api.tree.resize ([#2811](https://github.com/obergodmar/nvim-tree.lua/issues/2811)) ([2ede0de](https://github.com/obergodmar/nvim-tree.lua/commit/2ede0de67b47e89e2b4cb488ea3f58b8f5a8c90a))
* **#2630:** file renames can now create directories ([#2657](https://github.com/obergodmar/nvim-tree.lua/issues/2657)) ([efafd73](https://github.com/obergodmar/nvim-tree.lua/commit/efafd73efa9bc8c26282aed563ba0f01c7465b06))
* **#2654:** filters.custom may be a function ([#2655](https://github.com/obergodmar/nvim-tree.lua/issues/2655)) ([4a87b8b](https://github.com/obergodmar/nvim-tree.lua/commit/4a87b8b46b4a30107971871df3cb7f4c30fdd5d0))
* **#2799:** `filesystem_watchers.ignore_dirs` and `git.disable_for_dirs` may be functions ([#2800](https://github.com/obergodmar/nvim-tree.lua/issues/2800)) ([8b2c5c6](https://github.com/obergodmar/nvim-tree.lua/commit/8b2c5c678be4b49dff6a2df794877000113fd77b))
* **#2799:** filesystem_watchers.ignore_dirs and git.disable_for_dirs may be functions ([8b2c5c6](https://github.com/obergodmar/nvim-tree.lua/commit/8b2c5c678be4b49dff6a2df794877000113fd77b))
* **#2819:** add actions.open_file.relative_path, default enabled, following successful experiment ([#2995](https://github.com/obergodmar/nvim-tree.lua/issues/2995)) ([2ee1c5e](https://github.com/obergodmar/nvim-tree.lua/commit/2ee1c5e17fdfbf5013af31b1410e4a5f28f4cadd))
* **#2938:** add default filesystem_watchers.ignore_dirs = { "/.ccls-cache", "/build", "/node_modules", "/target", } ([#2940](https://github.com/obergodmar/nvim-tree.lua/issues/2940)) ([010ae03](https://github.com/obergodmar/nvim-tree.lua/commit/010ae0365aafd6275c478d932515d2e8e897b7bb))
* add api.fs.copy.basename, default mapping ge ([#2698](https://github.com/obergodmar/nvim-tree.lua/issues/2698)) ([8f2a50f](https://github.com/obergodmar/nvim-tree.lua/commit/8f2a50f1cd0c64003042364cf317c8788eaa6c8c))
* add api.tree.toggle_enable_filters ([#2706](https://github.com/obergodmar/nvim-tree.lua/issues/2706)) ([f7c09bd](https://github.com/obergodmar/nvim-tree.lua/commit/f7c09bd72e50e1795bd3afb9e2a2b157b4bfb3c3))
* add kind param to vim.ui.select function calls ([#2602](https://github.com/obergodmar/nvim-tree.lua/issues/2602)) ([dc839a7](https://github.com/obergodmar/nvim-tree.lua/commit/dc839a72a6496ce22ebd3dd959115cf97c1b20a0))
* add node.open.toggle_group_empty, default mapping L ([#2647](https://github.com/obergodmar/nvim-tree.lua/issues/2647)) ([8cbb1db](https://github.com/obergodmar/nvim-tree.lua/commit/8cbb1db8e90b62fc56f379992e622e9f919792ce))
* add option to skip gitignored files on git navigation ([#2583](https://github.com/obergodmar/nvim-tree.lua/issues/2583)) ([50f30bc](https://github.com/obergodmar/nvim-tree.lua/commit/50f30bcd8c62ac4a83d133d738f268279f2c2ce2))
* add renderer.highlight_hidden, renderer.icons.show.hidden and renderer.icons.hidden_placement for dotfile icons/highlights ([#2840](https://github.com/obergodmar/nvim-tree.lua/issues/2840)) ([48a9290](https://github.com/obergodmar/nvim-tree.lua/commit/48a92907575df1dbd7242975a04e98169cb3a115))
* add update_focused_file.exclude ([#2673](https://github.com/obergodmar/nvim-tree.lua/issues/2673)) ([e20966a](https://github.com/obergodmar/nvim-tree.lua/commit/e20966ae558524f8d6f93dc37f5d2a8605f893e2))
* help closes on <Esc> and api.tree.toggle_help mappings ([#2909](https://github.com/obergodmar/nvim-tree.lua/issues/2909)) ([b652dbd](https://github.com/obergodmar/nvim-tree.lua/commit/b652dbd0e0489c5fbb81fbededf0d99029cd2f38))


### Bug Fixes

* **#2395:** marks.bulk.move defaults to directory at cursor ([#2688](https://github.com/obergodmar/nvim-tree.lua/issues/2688)) ([cfea5bd](https://github.com/obergodmar/nvim-tree.lua/commit/cfea5bd0806aab41bef6014c6cf5a510910ddbdb))
* **#2415:** disambiguate highlight groups, see :help nvim-tree-highlight-overhaul ([#2639](https://github.com/obergodmar/nvim-tree.lua/issues/2639)) ([d9cb432](https://github.com/obergodmar/nvim-tree.lua/commit/d9cb432d2c8d8fa9267ddbd7535d76fe4df89360))
* **#2415:** fix NvimTreeIndentMarker highlight group: FileIcon->FolderIcon ([e9ac136](https://github.com/obergodmar/nvim-tree.lua/commit/e9ac136a3ab996aa8e4253253521dcf2cb66b81b))
* **#2415:** highlight help header and mappings ([#2669](https://github.com/obergodmar/nvim-tree.lua/issues/2669)) ([39e6fef](https://github.com/obergodmar/nvim-tree.lua/commit/39e6fef85ac3bb29532b877aa7c9c34911c661af))
* **#2415:** nvim 0.8 highlight overhaul support, limited to only show highest highlight precedence ([#2642](https://github.com/obergodmar/nvim-tree.lua/issues/2642)) ([f39f7b6](https://github.com/obergodmar/nvim-tree.lua/commit/f39f7b6fcd3865ac2146de4cb4045286308f2935))
* **#2415:** NvimTreeIndentMarker highlight group: FileIcon->FolderIcon ([#2656](https://github.com/obergodmar/nvim-tree.lua/issues/2656)) ([e9ac136](https://github.com/obergodmar/nvim-tree.lua/commit/e9ac136a3ab996aa8e4253253521dcf2cb66b81b))
* **#2519:** Diagnostics Not Updated When Tree Not Visible ([#2597](https://github.com/obergodmar/nvim-tree.lua/issues/2597)) ([96a783f](https://github.com/obergodmar/nvim-tree.lua/commit/96a783fbd606a458bcce2ef8041240a8b94510ce))
* **#2535:** TextYankPost event sends vim.v.event ([#2734](https://github.com/obergodmar/nvim-tree.lua/issues/2734)) ([d8d3a15](https://github.com/obergodmar/nvim-tree.lua/commit/d8d3a1590a05b2d8b5eb26e2ed1c6052b1b47a77))
* **#2609:** help toggle ([#2611](https://github.com/obergodmar/nvim-tree.lua/issues/2611)) ([fac4900](https://github.com/obergodmar/nvim-tree.lua/commit/fac4900bd18a9fa15be3d104645d9bdef7b3dcec))
* **#2624:** open file from docked floating window ([#2627](https://github.com/obergodmar/nvim-tree.lua/issues/2627)) ([f24afa2](https://github.com/obergodmar/nvim-tree.lua/commit/f24afa2cef551122b8bd53bb2e4a7df42343ce2e))
* **#2632:** occasional error stack when locating nvim-tree window ([#2633](https://github.com/obergodmar/nvim-tree.lua/issues/2633)) ([48b1d86](https://github.com/obergodmar/nvim-tree.lua/commit/48b1d8638fa3726236ae22e0e48a74ac8ea6592a))
* **#2637:** show buffer modified icons and highlights ([#2638](https://github.com/obergodmar/nvim-tree.lua/issues/2638)) ([7bdb220](https://github.com/obergodmar/nvim-tree.lua/commit/7bdb220d0fe604a77361e92cdbc7af1b8a412126))
* **#2643:** correctly apply linked highlight groups in tree window ([#2653](https://github.com/obergodmar/nvim-tree.lua/issues/2653)) ([fbee8a6](https://github.com/obergodmar/nvim-tree.lua/commit/fbee8a69a46f558d29ab84e96301425b0501c668))
* **#2658:** change SpellCap groups to reduce confusion: ExecFile->Question, ImageFile->Question, SpecialFile->Title, Symlink->Underlined; add all other highlight groups to :NvimTreeHiTest ([#2732](https://github.com/obergodmar/nvim-tree.lua/issues/2732)) ([0aca092](https://github.com/obergodmar/nvim-tree.lua/commit/0aca0920f44b12a8383134bcb52da9faec123608))
* **#2695:** git toplevel guard against missing paths ([#2696](https://github.com/obergodmar/nvim-tree.lua/issues/2696)) ([3c4267e](https://github.com/obergodmar/nvim-tree.lua/commit/3c4267eb5045fa86b67fe40c0c63d31efc801e77))
* **#2705:** change NvimTreeWindowPicker cterm background from Cyan to more visible DarkBlue ([#2708](https://github.com/obergodmar/nvim-tree.lua/issues/2708)) ([1fd9c98](https://github.com/obergodmar/nvim-tree.lua/commit/1fd9c98960463d2d5d400916c0633b2df016941d))
* **#2705:** change NvimTreeWindowPicker from Cyan to the more visible DarkBlue ([1fd9c98](https://github.com/obergodmar/nvim-tree.lua/commit/1fd9c98960463d2d5d400916c0633b2df016941d))
* **#2733:** escape trash path ([#2735](https://github.com/obergodmar/nvim-tree.lua/issues/2735)) ([81eb8d5](https://github.com/obergodmar/nvim-tree.lua/commit/81eb8d519233c105f30dc0a278607e62b20502fd))
* **#2758:** use nvim-webdevicons default file icon, not renderer.icons.glyphs.default, as per :help ([#2759](https://github.com/obergodmar/nvim-tree.lua/issues/2759)) ([347e1eb](https://github.com/obergodmar/nvim-tree.lua/commit/347e1eb35264677f66a79466bb5e3d111968e12c))
* **#2758:** use nvim-webdevicons default for default files ([347e1eb](https://github.com/obergodmar/nvim-tree.lua/commit/347e1eb35264677f66a79466bb5e3d111968e12c))
* **#2794:** sshfs compatibility ([#2893](https://github.com/obergodmar/nvim-tree.lua/issues/2893)) ([2d6e64d](https://github.com/obergodmar/nvim-tree.lua/commit/2d6e64dd8c45a86f312552b7a47eef2c8623a25c))
* **#2794:** sshfs compatibility ([#2922](https://github.com/obergodmar/nvim-tree.lua/issues/2922)) ([9650e73](https://github.com/obergodmar/nvim-tree.lua/commit/9650e735baad0d39505f4cb4867a60f02858536a))
* **#2813:** macos: enable file renaming with changed capitalization ([#2814](https://github.com/obergodmar/nvim-tree.lua/issues/2814)) ([abfd1d1](https://github.com/obergodmar/nvim-tree.lua/commit/abfd1d1b6772540364743531cc0331e08a0027a9))
* **#2819:** experimental.actions.open_file.relative_path issue following change directory ([#2820](https://github.com/obergodmar/nvim-tree.lua/issues/2820)) ([12a9a99](https://github.com/obergodmar/nvim-tree.lua/commit/12a9a995a455d2c2466e47140663275365a5d2fc))
* **#2859:** make sure window still exists when restoring options ([#2863](https://github.com/obergodmar/nvim-tree.lua/issues/2863)) ([466fbed](https://github.com/obergodmar/nvim-tree.lua/commit/466fbed3e4b61fcc23a48fe99de7bfa264a9fee8))
* **#2862:** windows path replaces backslashes with forward slashes ([#2903](https://github.com/obergodmar/nvim-tree.lua/issues/2903)) ([45a93d9](https://github.com/obergodmar/nvim-tree.lua/commit/45a93d99794fff3064141d5b3a50db98ce352697))
* **#2868:** windows: do not visit unenumerable directories such as Application Data ([#2874](https://github.com/obergodmar/nvim-tree.lua/issues/2874)) ([2104786](https://github.com/obergodmar/nvim-tree.lua/commit/210478677cb9d672c4265deb0e9b59d58b675bd4))
* **#2878:** nowrapscan prevents move from root ([#2880](https://github.com/obergodmar/nvim-tree.lua/issues/2880)) ([4234095](https://github.com/obergodmar/nvim-tree.lua/commit/42340952af598a08ab80579d067b6da72a9e6d29))
* **#2879:** remove unnecessary tree window width setting to prevent unnecessary :wincmd = ([#2881](https://github.com/obergodmar/nvim-tree.lua/issues/2881)) ([d43ab67](https://github.com/obergodmar/nvim-tree.lua/commit/d43ab67d0eb4317961c5e9d15fffe908519debe0))
* **#2906:** resource leak on populate children ([#2907](https://github.com/obergodmar/nvim-tree.lua/issues/2907)) ([a4dd5ad](https://github.com/obergodmar/nvim-tree.lua/commit/a4dd5ad5c8f9349142291d24e0e6466995594b9a))
* **#2917:** fix root copy paths: Y, ge, gy, y ([#2918](https://github.com/obergodmar/nvim-tree.lua/issues/2918)) ([b18ce8b](https://github.com/obergodmar/nvim-tree.lua/commit/b18ce8be8f162eee0bc37addcfe17d7d019fcec7))
* **#2928:** nil explorer in parent move action ([#2929](https://github.com/obergodmar/nvim-tree.lua/issues/2929)) ([0429f28](https://github.com/obergodmar/nvim-tree.lua/commit/0429f286b350c65118d66b646775bf187936fa47))
* **#2930:** empty groups expanded on reload ([#2935](https://github.com/obergodmar/nvim-tree.lua/issues/2935)) ([4520c03](https://github.com/obergodmar/nvim-tree.lua/commit/4520c0355cc561830ee2cf90dc37a2a75abf7995))
* **#2945:** stack overflow on api.git.reload or fugitive event with watchers disabled ([#2949](https://github.com/obergodmar/nvim-tree.lua/issues/2949)) ([5ad8762](https://github.com/obergodmar/nvim-tree.lua/commit/5ad87620ec9d1190d15c88171a3f0122bc16b0fe))
* **#2947:** root is never a dotfile, so that it doesn't propagate to children ([#2958](https://github.com/obergodmar/nvim-tree.lua/issues/2958)) ([f5f6789](https://github.com/obergodmar/nvim-tree.lua/commit/f5f67892996b280ae78b1b0a2d07c4fa29ae0905))
* **#2951:** highlights incorrect following cancelled pick ([#2952](https://github.com/obergodmar/nvim-tree.lua/issues/2952)) ([1c9553a](https://github.com/obergodmar/nvim-tree.lua/commit/1c9553a19f70df3dcb171546a3d5e034531ef093))
* **#2954:** resolve occasional tree flashing on diagnostics, set tree buffer options in deterministic order ([#2980](https://github.com/obergodmar/nvim-tree.lua/issues/2980)) ([82ab19e](https://github.com/obergodmar/nvim-tree.lua/commit/82ab19ebf79c1839d7351f2fed213d1af13a598e))
* **#2961:** windows: escape brackets and parentheses when opening file ([#2962](https://github.com/obergodmar/nvim-tree.lua/issues/2962)) ([63c7ad9](https://github.com/obergodmar/nvim-tree.lua/commit/63c7ad9037fb7334682dd0b3a177cee25c5c8a0f))
* **#2969:** After a rename, the node loses selection ([#2974](https://github.com/obergodmar/nvim-tree.lua/issues/2974)) ([1403933](https://github.com/obergodmar/nvim-tree.lua/commit/14039337a563f4efd72831888f332a15585f0ea1))
* **#2972:** error on :colorscheme ([#2973](https://github.com/obergodmar/nvim-tree.lua/issues/2973)) ([6e5a204](https://github.com/obergodmar/nvim-tree.lua/commit/6e5a204ca659bb8f2a564df75df2739edec03cb0))
* **#2976:** use vim.loop to preserve neovim 0.9 compatibility ([#2977](https://github.com/obergodmar/nvim-tree.lua/issues/2977)) ([00dff48](https://github.com/obergodmar/nvim-tree.lua/commit/00dff482f9a8fb806a54fd980359adc6cd45d435))
* **#2978:** grouped folder not showing closed icon ([#2979](https://github.com/obergodmar/nvim-tree.lua/issues/2979)) ([120ba58](https://github.com/obergodmar/nvim-tree.lua/commit/120ba58254835d412bbc91cffe847e9be835fadd))
* **#2981:** windows: root changed when navigating with LSP ([#2982](https://github.com/obergodmar/nvim-tree.lua/issues/2982)) ([c22124b](https://github.com/obergodmar/nvim-tree.lua/commit/c22124b37409bee6d1a0da77f4f3a1526f7a204d))
* **#2990:** Do not check if buffer is buflisted in diagnostics.update() ([#2998](https://github.com/obergodmar/nvim-tree.lua/issues/2998)) ([28eac28](https://github.com/obergodmar/nvim-tree.lua/commit/28eac2801b201f301449e976d7a9e8cfde053ba3))
* **#925:** handle newlines in file names ([#2754](https://github.com/obergodmar/nvim-tree.lua/issues/2754)) ([64f61e4](https://github.com/obergodmar/nvim-tree.lua/commit/64f61e4c913047a045ff90bd188dd3b54ee443cf))
* allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, NvimTreeWindowPicker ([#2636](https://github.com/obergodmar/nvim-tree.lua/issues/2636)) ([74525ac](https://github.com/obergodmar/nvim-tree.lua/commit/74525ac04760bf0d9fec2bf51474d2b05f36048e))
* bad column offset when using full_name ([#2629](https://github.com/obergodmar/nvim-tree.lua/issues/2629)) ([75ff64e](https://github.com/obergodmar/nvim-tree.lua/commit/75ff64e6663fc3b23c72dca32b2f838acefe7c8a))
* bookmark filter should include parent directory ([#2704](https://github.com/obergodmar/nvim-tree.lua/issues/2704)) ([76b9810](https://github.com/obergodmar/nvim-tree.lua/commit/76b98109f62caa12b2f1dff472060b2233ea2e90))
* bookmark filter shows marked directory children ([#2719](https://github.com/obergodmar/nvim-tree.lua/issues/2719)) ([2d97059](https://github.com/obergodmar/nvim-tree.lua/commit/2d97059661c83787372c8c003e743c984ba3ac50))
* hijack_cursor on update focused file and vim search ([#2600](https://github.com/obergodmar/nvim-tree.lua/issues/2600)) ([02ae523](https://github.com/obergodmar/nvim-tree.lua/commit/02ae52357ba4da77a4c120390791584a81d15340))
* invalid explorer on open ([#2927](https://github.com/obergodmar/nvim-tree.lua/issues/2927)) ([59a8a6a](https://github.com/obergodmar/nvim-tree.lua/commit/59a8a6ae5e9d3eae99d08ab655d12fd51d5d17f3))
* nil access exception with git integration when changing branches ([#2774](https://github.com/obergodmar/nvim-tree.lua/issues/2774)) ([340d3a9](https://github.com/obergodmar/nvim-tree.lua/commit/340d3a9795e06bdd1814228de398cd510f9bfbb0))
* passing nil as window handle in view.get_winnr ([48b1d86](https://github.com/obergodmar/nvim-tree.lua/commit/48b1d8638fa3726236ae22e0e48a74ac8ea6592a))
* safely close last tree window ([#2913](https://github.com/obergodmar/nvim-tree.lua/issues/2913)) ([bd48816](https://github.com/obergodmar/nvim-tree.lua/commit/bd4881660bf0ddfa6acb21259f856ba3dcb26a93))
* safely close tree window with pcall and debug logging ([bd48816](https://github.com/obergodmar/nvim-tree.lua/commit/bd4881660bf0ddfa6acb21259f856ba3dcb26a93))
* searchcount exception on invalid search regex ([#2693](https://github.com/obergodmar/nvim-tree.lua/issues/2693)) ([041dbd1](https://github.com/obergodmar/nvim-tree.lua/commit/041dbd18f440207ad161503a384e7c82d575db66))
* symlink file icons rendered when renderer.icons.show.file = false, folder.symlink* was incorrectly rendered as folder.default|open ([#2983](https://github.com/obergodmar/nvim-tree.lua/issues/2983)) ([2156bc0](https://github.com/obergodmar/nvim-tree.lua/commit/2156bc08c982d3c4b4cfc2b8fd7faeff58a88e10))
* wrap view.close in pcall ([bf72c8f](https://github.com/obergodmar/nvim-tree.lua/commit/bf72c8f9d27b8450f4de2c8d86518d6a82c5937e))


### Reverts

* **#2781:** "refactor: replace deprecated use of vim.diagnostic.is_disabled()" ([#2784](https://github.com/obergodmar/nvim-tree.lua/issues/2784)) ([517e4fb](https://github.com/obergodmar/nvim-tree.lua/commit/517e4fbb9ef3c0986da7047f44b4b91a2400f93c))
* **#2794:** sshfs compatibility ([#2920](https://github.com/obergodmar/nvim-tree.lua/issues/2920)) ([8405ecf](https://github.com/obergodmar/nvim-tree.lua/commit/8405ecfbd6bb08a94ffc9c68fef211eea56e8a3b))


### Miscellaneous Chores

* release 0.99.0 ([b6b86e1](https://github.com/obergodmar/nvim-tree.lua/commit/b6b86e1f3ec5d9d6987e55cf2b9a60473693f197))
* release 1.0.0 ([#2678](https://github.com/obergodmar/nvim-tree.lua/issues/2678)) ([d16246a](https://github.com/obergodmar/nvim-tree.lua/commit/d16246a7575538f77e9246520449b99333c469f7))
* release 1.4.0 ([1cac800](https://github.com/obergodmar/nvim-tree.lua/commit/1cac8005df6da484c97499247754afa59fef92db))

## [1.8.0](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.7.1...nvim-tree-v1.8.0) (2024-11-09)


Expand Down