Skip to content

Commit 6d78d39

Browse files
chore(master): release nvim-tree 1.0.0
1 parent f7c09bd commit 6d78d39

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.1"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/saviocmc/nvim-tree.lua/compare/nvim-tree-v1.1.1...nvim-tree-v1.0.0) (2024-03-17)
4+
5+
6+
### Features
7+
8+
* **#1389:** api: recursive node navigation for git and diagnostics ([#2525](https://github.com/saviocmc/nvim-tree.lua/issues/2525)) ([5d13cc8](https://github.com/saviocmc/nvim-tree.lua/commit/5d13cc8205bce4963866f73c50f6fdc18a515ffe))
9+
* **#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))
10+
* **#2415:** add :NvimTreeHiTest ([#2664](https://github.com/saviocmc/nvim-tree.lua/issues/2664)) ([b278fc2](https://github.com/saviocmc/nvim-tree.lua/commit/b278fc25ae0fc95e4808eb5618f07fc2522fd2b3))
11+
* **#2415:** colour and highlight overhaul, see :help nvim-tree-highlight-overhaul ([#2455](https://github.com/saviocmc/nvim-tree.lua/issues/2455)) ([e9c5abe](https://github.com/saviocmc/nvim-tree.lua/commit/e9c5abe073a973f54d3ca10bfe30f253569f4405))
12+
* **#2630:** file renames can now create directories ([#2657](https://github.com/saviocmc/nvim-tree.lua/issues/2657)) ([efafd73](https://github.com/saviocmc/nvim-tree.lua/commit/efafd73efa9bc8c26282aed563ba0f01c7465b06))
13+
* **#2654:** filters.custom may be a function ([#2655](https://github.com/saviocmc/nvim-tree.lua/issues/2655)) ([4a87b8b](https://github.com/saviocmc/nvim-tree.lua/commit/4a87b8b46b4a30107971871df3cb7f4c30fdd5d0))
14+
* add api.fs.copy.basename, default mapping ge ([#2698](https://github.com/saviocmc/nvim-tree.lua/issues/2698)) ([8f2a50f](https://github.com/saviocmc/nvim-tree.lua/commit/8f2a50f1cd0c64003042364cf317c8788eaa6c8c))
15+
* add api.tree.toggle_enable_filters ([#2706](https://github.com/saviocmc/nvim-tree.lua/issues/2706)) ([f7c09bd](https://github.com/saviocmc/nvim-tree.lua/commit/f7c09bd72e50e1795bd3afb9e2a2b157b4bfb3c3))
16+
* 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))
17+
* add node.open.toggle_group_empty, default mapping L ([#2647](https://github.com/saviocmc/nvim-tree.lua/issues/2647)) ([8cbb1db](https://github.com/saviocmc/nvim-tree.lua/commit/8cbb1db8e90b62fc56f379992e622e9f919792ce))
18+
* 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))
19+
20+
21+
### Bug Fixes
22+
23+
* **#2395:** marks.bulk.move defaults to directory at cursor ([#2688](https://github.com/saviocmc/nvim-tree.lua/issues/2688)) ([cfea5bd](https://github.com/saviocmc/nvim-tree.lua/commit/cfea5bd0806aab41bef6014c6cf5a510910ddbdb))
24+
* **#2415:** disambiguate highlight groups, see :help nvim-tree-highlight-overhaul ([#2639](https://github.com/saviocmc/nvim-tree.lua/issues/2639)) ([d9cb432](https://github.com/saviocmc/nvim-tree.lua/commit/d9cb432d2c8d8fa9267ddbd7535d76fe4df89360))
25+
* **#2415:** fix NvimTreeIndentMarker highlight group: FileIcon->FolderIcon ([e9ac136](https://github.com/saviocmc/nvim-tree.lua/commit/e9ac136a3ab996aa8e4253253521dcf2cb66b81b))
26+
* **#2415:** highlight help header and mappings ([#2669](https://github.com/saviocmc/nvim-tree.lua/issues/2669)) ([39e6fef](https://github.com/saviocmc/nvim-tree.lua/commit/39e6fef85ac3bb29532b877aa7c9c34911c661af))
27+
* **#2415:** nvim 0.8 highlight overhaul support, limited to only show highest highlight precedence ([#2642](https://github.com/saviocmc/nvim-tree.lua/issues/2642)) ([f39f7b6](https://github.com/saviocmc/nvim-tree.lua/commit/f39f7b6fcd3865ac2146de4cb4045286308f2935))
28+
* **#2415:** NvimTreeIndentMarker highlight group: FileIcon->FolderIcon ([#2656](https://github.com/saviocmc/nvim-tree.lua/issues/2656)) ([e9ac136](https://github.com/saviocmc/nvim-tree.lua/commit/e9ac136a3ab996aa8e4253253521dcf2cb66b81b))
29+
* **#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))
30+
* **#2609:** help toggle ([#2611](https://github.com/saviocmc/nvim-tree.lua/issues/2611)) ([fac4900](https://github.com/saviocmc/nvim-tree.lua/commit/fac4900bd18a9fa15be3d104645d9bdef7b3dcec))
31+
* **#2624:** open file from docked floating window ([#2627](https://github.com/saviocmc/nvim-tree.lua/issues/2627)) ([f24afa2](https://github.com/saviocmc/nvim-tree.lua/commit/f24afa2cef551122b8bd53bb2e4a7df42343ce2e))
32+
* **#2632:** occasional error stack when locating nvim-tree window ([#2633](https://github.com/saviocmc/nvim-tree.lua/issues/2633)) ([48b1d86](https://github.com/saviocmc/nvim-tree.lua/commit/48b1d8638fa3726236ae22e0e48a74ac8ea6592a))
33+
* **#2637:** show buffer modified icons and highlights ([#2638](https://github.com/saviocmc/nvim-tree.lua/issues/2638)) ([7bdb220](https://github.com/saviocmc/nvim-tree.lua/commit/7bdb220d0fe604a77361e92cdbc7af1b8a412126))
34+
* **#2643:** correctly apply linked highlight groups in tree window ([#2653](https://github.com/saviocmc/nvim-tree.lua/issues/2653)) ([fbee8a6](https://github.com/saviocmc/nvim-tree.lua/commit/fbee8a69a46f558d29ab84e96301425b0501c668))
35+
* **#2695:** git toplevel guard against missing paths ([#2696](https://github.com/saviocmc/nvim-tree.lua/issues/2696)) ([3c4267e](https://github.com/saviocmc/nvim-tree.lua/commit/3c4267eb5045fa86b67fe40c0c63d31efc801e77))
36+
* **#2705:** change NvimTreeWindowPicker cterm background from Cyan to more visible DarkBlue ([#2708](https://github.com/saviocmc/nvim-tree.lua/issues/2708)) ([1fd9c98](https://github.com/saviocmc/nvim-tree.lua/commit/1fd9c98960463d2d5d400916c0633b2df016941d))
37+
* **#2705:** change NvimTreeWindowPicker from Cyan to the more visible DarkBlue ([1fd9c98](https://github.com/saviocmc/nvim-tree.lua/commit/1fd9c98960463d2d5d400916c0633b2df016941d))
38+
* allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, NvimTreeWindowPicker ([#2636](https://github.com/saviocmc/nvim-tree.lua/issues/2636)) ([74525ac](https://github.com/saviocmc/nvim-tree.lua/commit/74525ac04760bf0d9fec2bf51474d2b05f36048e))
39+
* bad column offset when using full_name ([#2629](https://github.com/saviocmc/nvim-tree.lua/issues/2629)) ([75ff64e](https://github.com/saviocmc/nvim-tree.lua/commit/75ff64e6663fc3b23c72dca32b2f838acefe7c8a))
40+
* bookmark filter should include parent directory ([#2704](https://github.com/saviocmc/nvim-tree.lua/issues/2704)) ([76b9810](https://github.com/saviocmc/nvim-tree.lua/commit/76b98109f62caa12b2f1dff472060b2233ea2e90))
41+
* 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))
42+
* passing nil as window handle in view.get_winnr ([48b1d86](https://github.com/saviocmc/nvim-tree.lua/commit/48b1d8638fa3726236ae22e0e48a74ac8ea6592a))
43+
* searchcount exception on invalid search regex ([#2693](https://github.com/saviocmc/nvim-tree.lua/issues/2693)) ([041dbd1](https://github.com/saviocmc/nvim-tree.lua/commit/041dbd18f440207ad161503a384e7c82d575db66))
44+
45+
46+
### Miscellaneous Chores
47+
48+
* release 0.99.0 ([b6b86e1](https://github.com/saviocmc/nvim-tree.lua/commit/b6b86e1f3ec5d9d6987e55cf2b9a60473693f197))
49+
* release 1.0.0 ([#2678](https://github.com/saviocmc/nvim-tree.lua/issues/2678)) ([d16246a](https://github.com/saviocmc/nvim-tree.lua/commit/d16246a7575538f77e9246520449b99333c469f7))
50+
351
## [1.1.1](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.1.0...nvim-tree-v1.1.1) (2024-03-15)
452

553

0 commit comments

Comments
 (0)