mirror of
https://github.com/nvim-tree/nvim-tree.lua.git
synced 2026-07-28 15:59:44 +05:30
Compare commits
2 Commits
3920c38192
...
01970ed801
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01970ed801 | ||
|
|
82f58063d6 |
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "1.17.0"
|
".": "1.17.1"
|
||||||
}
|
}
|
||||||
|
|||||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.17.1](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.17.0...nvim-tree-v1.17.1) (2026-06-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **#3312:** correct cursor when full name shown, requires nvim 0.12.2+ ([#3316](https://github.com/nvim-tree/nvim-tree.lua/issues/3316)) ([d277467](https://github.com/nvim-tree/nvim-tree.lua/commit/d277467fc0d1d0e2bca88165a1de6b526f9f6fe8))
|
||||||
|
* **#3324:** deprecated BufModifiedSet event replaced by OptionSet event for Nvim 0.13+ ([#3325](https://github.com/nvim-tree/nvim-tree.lua/issues/3325)) ([f9bfc00](https://github.com/nvim-tree/nvim-tree.lua/commit/f9bfc0059eca24546b69a7006110463da4808f8f))
|
||||||
|
* **#3327:** pass nvim_tree.api.node.open.Opts to all applicable nvim_tree.api.node.open function ([#3329](https://github.com/nvim-tree/nvim-tree.lua/issues/3329)) ([07f541f](https://github.com/nvim-tree/nvim-tree.lua/commit/07f541fcaa4a5ae019598240362449ab7e9812b3))
|
||||||
|
* **full-name:** lower `zindex` to get consistent cursor shape ([d277467](https://github.com/nvim-tree/nvim-tree.lua/commit/d277467fc0d1d0e2bca88165a1de6b526f9f6fe8))
|
||||||
|
|
||||||
## [1.17.0](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.16.0...nvim-tree-v1.17.0) (2026-04-07)
|
## [1.17.0](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.16.0...nvim-tree-v1.17.0) (2026-04-07)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1575,7 +1575,7 @@ Config: modified *nvim-tree-config-modified*
|
|||||||
Config: filters *nvim-tree-config-filters*
|
Config: filters *nvim-tree-config-filters*
|
||||||
|
|
||||||
*nvim_tree.config.filters*
|
*nvim_tree.config.filters*
|
||||||
Filters may be applied to the tree to exlude the display of
|
Filters may be applied to the tree to exclude the display of
|
||||||
file/directories.
|
file/directories.
|
||||||
|
|
||||||
Multiple filters may be applied at once.
|
Multiple filters may be applied at once.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ error("Cannot require a meta file")
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
---Filters may be applied to the tree to exlude the display of file/directories.
|
---Filters may be applied to the tree to exclude the display of file/directories.
|
||||||
---
|
---
|
||||||
---Multiple filters may be applied at once.
|
---Multiple filters may be applied at once.
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user