diff --git a/blog/2025-04-29-nushell_0_104_0.md b/blog/2025-04-29-nushell_0_104_0.md index 281e1445fe8..f5decf649b5 100644 --- a/blog/2025-04-29-nushell_0_104_0.md +++ b/blog/2025-04-29-nushell_0_104_0.md @@ -390,7 +390,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume | [@WindSoilder](https://github.com/WindSoilder) | IR: allow subexpression with redirection. | [#15617](https://github.com/nushell/nushell/pull/15617) | | [@blindFS](https://github.com/blindFS) | refactor: command identified by name instead of span content | [#15471](https://github.com/nushell/nushell/pull/15471) | | [@blindFS](https://github.com/blindFS) | refactor(lsp): align markdown doc string with output of --help | [#15508](https://github.com/nushell/nushell/pull/15508) | -| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggetion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) | +| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggestion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) | | [@blindFS](https://github.com/blindFS) | refactor(lsp): flat_map with mutable accumulator | [#15567](https://github.com/nushell/nushell/pull/15567) | | [@cptpiepmatz](https://github.com/cptpiepmatz) | Add `--plugins` flag to `nu-std/testing.nu` | [#15552](https://github.com/nushell/nushell/pull/15552) | | [@cptpiepmatz](https://github.com/cptpiepmatz) | Add `cat` and `get-content` to `open`'s search terms | [#15643](https://github.com/nushell/nushell/pull/15643) | @@ -506,7 +506,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume | [@blindFS](https://github.com/blindFS) | fix(lsp): workspace wide ops may panic in certain conditions | [#15514](https://github.com/nushell/nushell/pull/15514) | | [@blindFS](https://github.com/blindFS) | fix(lsp): parser_info based id detection for use/overlay keywords | [#15517](https://github.com/nushell/nushell/pull/15517) | | [@blindFS](https://github.com/blindFS) | fix(lsp): several edge cases of inaccurate references | [#15523](https://github.com/nushell/nushell/pull/15523) | -| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggetion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) | +| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggestion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) | | [@blindFS](https://github.com/blindFS) | fix(lsp): more accurate command name highlight/rename | [#15540](https://github.com/nushell/nushell/pull/15540) | | [@blindFS](https://github.com/blindFS) | fix(completion): quoted cell path completion | [#15546](https://github.com/nushell/nushell/pull/15546) | | [@blindFS](https://github.com/blindFS) | refactor(lsp): flat_map with mutable accumulator | [#15567](https://github.com/nushell/nushell/pull/15567) | diff --git a/typos.toml b/typos.toml index b89a226153c..cffb4c6088e 100644 --- a/typos.toml +++ b/typos.toml @@ -1,5 +1,5 @@ [files] -extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-3]*", "commands/", "fr"] +extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-4]*", "commands/", "fr", "blog/2025-03-1*"] [default] extend-ignore-identifiers-re = [ @@ -19,4 +19,7 @@ ons = "ons" # false positive in commands/docs/str_replace.md optio = "optio" # false positive in cookbook/http.md ratatui = "ratatui" ws = "ws" # false positive in book/nushell_map.md +feeze = "feeze" +alues = "alues" +Flippin = "Flippin"