From 4a3ff350995ec94f3591cfe4537299b3327e7d77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 11:25:31 +0000 Subject: [PATCH] chore(master): release nvim-tree 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 53 +++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd94983..37fcefaab34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b02f654eb98..380e052ca2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,58 @@ # Changelog +## [1.0.0](https://github.com/emmanueltouzery/nvim-tree.lua/compare/nvim-tree-v1.3.0...nvim-tree-v1.0.0) (2024-04-14) + + +### Features + +* **#1389:** api: recursive node navigation for git and diagnostics ([#2525](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2525)) ([5d13cc8](https://github.com/emmanueltouzery/nvim-tree.lua/commit/5d13cc8205bce4963866f73c50f6fdc18a515ffe)) +* **#1850:** add "no bookmark" filter ([#2571](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2571)) ([8f92e1e](https://github.com/emmanueltouzery/nvim-tree.lua/commit/8f92e1edd399f839a23776dcc6eee4ba18030370)) +* **#2415:** add :NvimTreeHiTest ([#2664](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2664)) ([b278fc2](https://github.com/emmanueltouzery/nvim-tree.lua/commit/b278fc25ae0fc95e4808eb5618f07fc2522fd2b3)) +* **#2415:** colour and highlight overhaul, see :help nvim-tree-highlight-overhaul ([#2455](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2455)) ([e9c5abe](https://github.com/emmanueltouzery/nvim-tree.lua/commit/e9c5abe073a973f54d3ca10bfe30f253569f4405)) +* **#2630:** file renames can now create directories ([#2657](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2657)) ([efafd73](https://github.com/emmanueltouzery/nvim-tree.lua/commit/efafd73efa9bc8c26282aed563ba0f01c7465b06)) +* **#2654:** filters.custom may be a function ([#2655](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2655)) ([4a87b8b](https://github.com/emmanueltouzery/nvim-tree.lua/commit/4a87b8b46b4a30107971871df3cb7f4c30fdd5d0)) +* add api.fs.copy.basename, default mapping ge ([#2698](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2698)) ([8f2a50f](https://github.com/emmanueltouzery/nvim-tree.lua/commit/8f2a50f1cd0c64003042364cf317c8788eaa6c8c)) +* add api.tree.toggle_enable_filters ([#2706](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2706)) ([f7c09bd](https://github.com/emmanueltouzery/nvim-tree.lua/commit/f7c09bd72e50e1795bd3afb9e2a2b157b4bfb3c3)) +* add kind param to vim.ui.select function calls ([#2602](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2602)) ([dc839a7](https://github.com/emmanueltouzery/nvim-tree.lua/commit/dc839a72a6496ce22ebd3dd959115cf97c1b20a0)) +* add node.open.toggle_group_empty, default mapping L ([#2647](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2647)) ([8cbb1db](https://github.com/emmanueltouzery/nvim-tree.lua/commit/8cbb1db8e90b62fc56f379992e622e9f919792ce)) +* add option to skip gitignored files on git navigation ([#2583](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2583)) ([50f30bc](https://github.com/emmanueltouzery/nvim-tree.lua/commit/50f30bcd8c62ac4a83d133d738f268279f2c2ce2)) +* add update_focused_file.exclude ([#2673](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2673)) ([e20966a](https://github.com/emmanueltouzery/nvim-tree.lua/commit/e20966ae558524f8d6f93dc37f5d2a8605f893e2)) + + +### Bug Fixes + +* **#2395:** marks.bulk.move defaults to directory at cursor ([#2688](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2688)) ([cfea5bd](https://github.com/emmanueltouzery/nvim-tree.lua/commit/cfea5bd0806aab41bef6014c6cf5a510910ddbdb)) +* **#2415:** disambiguate highlight groups, see :help nvim-tree-highlight-overhaul ([#2639](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2639)) ([d9cb432](https://github.com/emmanueltouzery/nvim-tree.lua/commit/d9cb432d2c8d8fa9267ddbd7535d76fe4df89360)) +* **#2415:** fix NvimTreeIndentMarker highlight group: FileIcon->FolderIcon ([e9ac136](https://github.com/emmanueltouzery/nvim-tree.lua/commit/e9ac136a3ab996aa8e4253253521dcf2cb66b81b)) +* **#2415:** highlight help header and mappings ([#2669](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2669)) ([39e6fef](https://github.com/emmanueltouzery/nvim-tree.lua/commit/39e6fef85ac3bb29532b877aa7c9c34911c661af)) +* **#2415:** nvim 0.8 highlight overhaul support, limited to only show highest highlight precedence ([#2642](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2642)) ([f39f7b6](https://github.com/emmanueltouzery/nvim-tree.lua/commit/f39f7b6fcd3865ac2146de4cb4045286308f2935)) +* **#2415:** NvimTreeIndentMarker highlight group: FileIcon->FolderIcon ([#2656](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2656)) ([e9ac136](https://github.com/emmanueltouzery/nvim-tree.lua/commit/e9ac136a3ab996aa8e4253253521dcf2cb66b81b)) +* **#2519:** Diagnostics Not Updated When Tree Not Visible ([#2597](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2597)) ([96a783f](https://github.com/emmanueltouzery/nvim-tree.lua/commit/96a783fbd606a458bcce2ef8041240a8b94510ce)) +* **#2535:** TextYankPost event sends vim.v.event ([#2734](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2734)) ([d8d3a15](https://github.com/emmanueltouzery/nvim-tree.lua/commit/d8d3a1590a05b2d8b5eb26e2ed1c6052b1b47a77)) +* **#2609:** help toggle ([#2611](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2611)) ([fac4900](https://github.com/emmanueltouzery/nvim-tree.lua/commit/fac4900bd18a9fa15be3d104645d9bdef7b3dcec)) +* **#2624:** open file from docked floating window ([#2627](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2627)) ([f24afa2](https://github.com/emmanueltouzery/nvim-tree.lua/commit/f24afa2cef551122b8bd53bb2e4a7df42343ce2e)) +* **#2632:** occasional error stack when locating nvim-tree window ([#2633](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2633)) ([48b1d86](https://github.com/emmanueltouzery/nvim-tree.lua/commit/48b1d8638fa3726236ae22e0e48a74ac8ea6592a)) +* **#2637:** show buffer modified icons and highlights ([#2638](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2638)) ([7bdb220](https://github.com/emmanueltouzery/nvim-tree.lua/commit/7bdb220d0fe604a77361e92cdbc7af1b8a412126)) +* **#2643:** correctly apply linked highlight groups in tree window ([#2653](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2653)) ([fbee8a6](https://github.com/emmanueltouzery/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/emmanueltouzery/nvim-tree.lua/issues/2732)) ([0aca092](https://github.com/emmanueltouzery/nvim-tree.lua/commit/0aca0920f44b12a8383134bcb52da9faec123608)) +* **#2695:** git toplevel guard against missing paths ([#2696](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2696)) ([3c4267e](https://github.com/emmanueltouzery/nvim-tree.lua/commit/3c4267eb5045fa86b67fe40c0c63d31efc801e77)) +* **#2705:** change NvimTreeWindowPicker cterm background from Cyan to more visible DarkBlue ([#2708](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2708)) ([1fd9c98](https://github.com/emmanueltouzery/nvim-tree.lua/commit/1fd9c98960463d2d5d400916c0633b2df016941d)) +* **#2705:** change NvimTreeWindowPicker from Cyan to the more visible DarkBlue ([1fd9c98](https://github.com/emmanueltouzery/nvim-tree.lua/commit/1fd9c98960463d2d5d400916c0633b2df016941d)) +* **#2733:** escape trash path ([#2735](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2735)) ([81eb8d5](https://github.com/emmanueltouzery/nvim-tree.lua/commit/81eb8d519233c105f30dc0a278607e62b20502fd)) +* allow highlight overrides for DEFAULT_DEFS: NvimTreeFolderIcon, NvimTreeWindowPicker ([#2636](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2636)) ([74525ac](https://github.com/emmanueltouzery/nvim-tree.lua/commit/74525ac04760bf0d9fec2bf51474d2b05f36048e)) +* bad column offset when using full_name ([#2629](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2629)) ([75ff64e](https://github.com/emmanueltouzery/nvim-tree.lua/commit/75ff64e6663fc3b23c72dca32b2f838acefe7c8a)) +* bookmark filter should include parent directory ([#2704](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2704)) ([76b9810](https://github.com/emmanueltouzery/nvim-tree.lua/commit/76b98109f62caa12b2f1dff472060b2233ea2e90)) +* bookmark filter shows marked directory children ([#2719](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2719)) ([2d97059](https://github.com/emmanueltouzery/nvim-tree.lua/commit/2d97059661c83787372c8c003e743c984ba3ac50)) +* hijack_cursor on update focused file and vim search ([#2600](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2600)) ([02ae523](https://github.com/emmanueltouzery/nvim-tree.lua/commit/02ae52357ba4da77a4c120390791584a81d15340)) +* passing nil as window handle in view.get_winnr ([48b1d86](https://github.com/emmanueltouzery/nvim-tree.lua/commit/48b1d8638fa3726236ae22e0e48a74ac8ea6592a)) +* searchcount exception on invalid search regex ([#2693](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2693)) ([041dbd1](https://github.com/emmanueltouzery/nvim-tree.lua/commit/041dbd18f440207ad161503a384e7c82d575db66)) + + +### Miscellaneous Chores + +* release 0.99.0 ([b6b86e1](https://github.com/emmanueltouzery/nvim-tree.lua/commit/b6b86e1f3ec5d9d6987e55cf2b9a60473693f197)) +* release 1.0.0 ([#2678](https://github.com/emmanueltouzery/nvim-tree.lua/issues/2678)) ([d16246a](https://github.com/emmanueltouzery/nvim-tree.lua/commit/d16246a7575538f77e9246520449b99333c469f7)) + ## [1.3.0](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.2.0...nvim-tree-v1.3.0) (2024-03-30)