Skip to content

Commit 0692585

Browse files
chore(master): release nvim-tree 0.99.0
1 parent c361874 commit 0692585

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.99.0](https://github.com/saviocmc/nvim-tree.lua/compare/nvim-tree-v0.99.0...nvim-tree-v0.99.0) (2024-01-02)
4+
5+
6+
### Features
7+
8+
* **#1850:** add "no bookmark" filter ([#2571](https://github.com/saviocmc/nvim-tree.lua/issues/2571)) ([8f92e1e](https://github.com/saviocmc/nvim-tree.lua/commit/8f92e1edd399f839a23776dcc6eee4ba18030370))
9+
* add kind param to vim.ui.select function calls ([#2602](https://github.com/saviocmc/nvim-tree.lua/issues/2602)) ([dc839a7](https://github.com/saviocmc/nvim-tree.lua/commit/dc839a72a6496ce22ebd3dd959115cf97c1b20a0))
10+
* add option to skip gitignored files on git navigation ([#2583](https://github.com/saviocmc/nvim-tree.lua/issues/2583)) ([50f30bc](https://github.com/saviocmc/nvim-tree.lua/commit/50f30bcd8c62ac4a83d133d738f268279f2c2ce2))
11+
12+
13+
### Bug Fixes
14+
15+
* **#2519:** Diagnostics Not Updated When Tree Not Visible ([#2597](https://github.com/saviocmc/nvim-tree.lua/issues/2597)) ([96a783f](https://github.com/saviocmc/nvim-tree.lua/commit/96a783fbd606a458bcce2ef8041240a8b94510ce))
16+
* **#2609:** help toggle ([#2611](https://github.com/saviocmc/nvim-tree.lua/issues/2611)) ([fac4900](https://github.com/saviocmc/nvim-tree.lua/commit/fac4900bd18a9fa15be3d104645d9bdef7b3dcec))
17+
* hijack_cursor on update focused file and vim search ([#2600](https://github.com/saviocmc/nvim-tree.lua/issues/2600)) ([02ae523](https://github.com/saviocmc/nvim-tree.lua/commit/02ae52357ba4da77a4c120390791584a81d15340))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* release 0.99.0 ([b6b86e1](https://github.com/saviocmc/nvim-tree.lua/commit/b6b86e1f3ec5d9d6987e55cf2b9a60473693f197))
23+
324
## 0.99.0 (2024-01-01)
425

526

0 commit comments

Comments
 (0)