diff --git a/blog/2025-10-03-twin0319.md b/blog/2025-10-03-twin0319.md new file mode 100644 index 00000000000..6f5fd7eb7ba --- /dev/null +++ b/blog/2025-10-03-twin0319.md @@ -0,0 +1,73 @@ +--- +title: 'This week in Nushell #319' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-10-02' +--- + +# This Week in Nushell #319 + +Published Wednesday, 2025-11-19, including PRs merged Friday, 2025-09-26 through Thursday, 2025-10-02. + +## Nushell + +- @cptpiepmatz: + + - [Stopped using `macos-13` in CI (#16796)](https://github.com/nushell/nushell/pull/16796) + - [Promoted experimental option `reorder-cell-paths` to opt out (#16795)](https://github.com/nushell/nushell/pull/16795) + - [Added more infos to experimental options (#16142)](https://github.com/nushell/nushell/pull/16142) + +- @app/dependabot: + + - [Bumped nix from 0.29.0 to 0.30.1 (#16780)](https://github.com/nushell/nushell/pull/16780) + - [Bumped indicatif from 0.17.11 to 0.18.0 (#16779)](https://github.com/nushell/nushell/pull/16779) + - [Bumped rmcp from 0.6.4 to 0.7.0 (#16777)](https://github.com/nushell/nushell/pull/16777) + - [Bumped crate-ci/typos from 1.36.2 to 1.37.0 (#16776)](https://github.com/nushell/nushell/pull/16776) + +- @Bahex: + + - [Fixed `attr *` command signatures (#16774)](https://github.com/nushell/nushell/pull/16774) + - [Added tracking issue of experimental reorder-cell-paths (#16767)](https://github.com/nushell/nushell/pull/16767) + - [Properly initialized register when compiling `while`, `for` (#16764)](https://github.com/nushell/nushell/pull/16764) + - [Raised a compile error when using `break`/`continue` outside loops (#16740)](https://github.com/nushell/nushell/pull/16740) + - [Refactored to defer compiling blocks (#16634)](https://github.com/nushell/nushell/pull/16634) + +- @fdncred: + + - [Added `--chars` to `str length` command (#16768)](https://github.com/nushell/nushell/pull/16768) + +- @WindSoilder: + + - [Set pipefail issue number (#16761)](https://github.com/nushell/nushell/pull/16761) + +- @ayax79: + - [Tweaked and fixed MCP (#16758)](https://github.com/nushell/nushell/pull/16758) + +## Awesome Nu + +- @lasantosr: + - [Added intelli-shell (#133)](https://github.com/nushell/awesome-nu/pull/133) + +## Documentation + +- @ValouBambou: + + - [Fixed error USERNAME not existing in ssh-agent workaround script (#2050)](https://github.com/nushell/nushell.github.io/pull/2050) + +- @NotTheDr01ds: + - [Posted TWiN 318 (#2046)](https://github.com/nushell/nushell.github.io/pull/2046) + +## nu-ansi-term + +- @olanod: + - [Added no_std (+alloc) support (#65)](https://github.com/nushell/nu-ansi-term/pull/65) + +## reedline + +- @fdncred: + + - [Upgraded GitHub Actions and Rust toolchain versions (#954)](https://github.com/nushell/reedline/pull/954) + +- @JonLD: + - [Added Vi mode text objects for word, WORD, brackets and quotes (#939)](https://github.com/nushell/reedline/pull/939) diff --git a/blog/2025-10-10-twin0320.md b/blog/2025-10-10-twin0320.md new file mode 100644 index 00000000000..348d17defe2 --- /dev/null +++ b/blog/2025-10-10-twin0320.md @@ -0,0 +1,87 @@ +--- +title: 'This week in Nushell #320' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-10-09' +--- + +# This Week in Nushell #320 + +Published Wednesday, 2025-11-19, including PRs merged Friday, 2025-10-03 through Thursday, 2025-10-09. + +## Nushell + +- @cablehead: + + - [fixed HTTP/metadata access examples requiring '--allow-errors' flag](#16836) + - [added custom metadata support and HTTP response metadata](#16821) + +- @Bahex: + + - [removed `pipeline` calls added after testing refactor branched off](#16835) + - [marked `Value` variants as `#[non_exhaustive]`](#16820) + - [increased timeout for `hover_on_external_command`](#16818) + - [added tests for ast-grep rules](#16817) + - [made `compact` work on records](#16810) + - [completed big testing refactor](#16802) + - [added syntax for simple completions from const lists](#16789) + - [implemented command-wide completions](#16765) + - [enabled `each` to flatten streams from closures without collecting](#16735) + +- @app/dependabot: + + - [bumped shadow-rs from 1.3.0 to 1.4.0](#16824) + - [bumped rmcp from 0.7.0 to 0.8.1](#16823) + +- @ayax79: + + - [cleaned up Polars input/output types](#16819) + +- @Tyarel8: + + - [added cell-path input to `into string`](#16809) + +- @132ikl: + + - [removed all usages of `internal_span`](#16799) + - [added `run pr` and `download pr` to `toolkit`](#16770) + +- @fdncred: + + - [updated reedline to latest commit](#16791) + +- @nome: + + - [fixed Windows device paths](#16775) + +- @Xylobyte: + - [escaped markdown characters for valid table output and added new switches](#16681) + +## Awesome Nu + +- @graves: + - [added rust_ast.nu](https://github.com/nushell/awesome-nu/pull/134) + +## reedline + +- @JonLD: + - [made text object types public](https://github.com/nushell/reedline/pull/957) + +## Nu_Scripts + +- @alightgoesout: + + - [added jujutsu (jj) completions](https://github.com/nushell/nu_scripts/pull/1177) + +- @ExpandingMan: + + - [added result.nu module](https://github.com/nushell/nu_scripts/pull/1176) + +- @graves: + - [added rust_ast.nu](https://github.com/nushell/nu_scripts/pull/1175) + +## Tree-sitter + +- @blindFS: + - [added support for new custom constant completer syntax](https://github.com/nushell/tree-sitter-nu/pull/226) diff --git a/blog/2025-10-17-twin0321.md b/blog/2025-10-17-twin0321.md new file mode 100644 index 00000000000..ce62f4a86db --- /dev/null +++ b/blog/2025-10-17-twin0321.md @@ -0,0 +1,139 @@ +--- +title: 'This week in Nushell #321' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-10-16' +--- + +# This Week in Nushell #321 + +Published Wednesday, 2025-11-19, including PRs merged Friday, 2025-10-10 through Thursday, 2025-10-16. + +## Nushell + +- @cablehead: + + - [Respect --login flag in mcp (#16885)](https://github.com/nushell/nushell/pull/16885) + - [Fix mcp by merging parsed blocks to prevent closure panic (#16884)](https://github.com/nushell/nushell/pull/16884) + - [Disable ANSI coloring for mcp error messages (#16857)](https://github.com/nushell/nushell/pull/16857) + - [Relay rich error formatting in mcp for LLM-friendly diagnostics (#16839)](https://github.com/nushell/nushell/pull/16839) + +- @blindFS: + + - [Ignore hover_on_external_command in LSP tests for CI (#16880)](https://github.com/nushell/nushell/pull/16880) + - [Fix wrong argument order of buffer_editor for `config nu` (#16877)](https://github.com/nushell/nushell/pull/16877) + - [Fix flattening of aliased external calls (#16876)](https://github.com/nushell/nushell/pull/16876) + - [Trim unmatched prefix/suffix quotes in completion matcher (#16869)](https://github.com/nushell/nushell/pull/16869) + - [Fix file completion for redirection targets (#16831)](https://github.com/nushell/nushell/pull/16831) + - [Refactor parser to move reserved keyword values check in parse_value (#16415)](https://github.com/nushell/nushell/pull/16415) + +- @Bahex: + + - [Update to development version of reedline (#16878)](https://github.com/nushell/nushell/pull/16878) + - [Clean up error handlers when jumping outside `try` blocks (#16838)](https://github.com/nushell/nushell/pull/16838) + +- @Tyarel8: + + - [Add NotStartsWith and NotEndsWith operators to help (#16873)](https://github.com/nushell/nushell/pull/16873) + - [Add `not-starts-with` and `not-ends-with` operators (#16852)](https://github.com/nushell/nushell/pull/16852) + +- @cptpiepmatz: + + - [Bump to dev version 0.108.1 (#16871)](https://github.com/nushell/nushell/pull/16871) + - [Bump Windows crates (#16843)](https://github.com/nushell/nushell/pull/16843) + +- @app/dependabot: + + - [Bump peter-evans/create-or-update-comment from 4 to 5 (#16866)](https://github.com/nushell/nushell/pull/16866) + - [Bump peter-evans/find-comment from 3 to 4 (#16865)](https://github.com/nushell/nushell/pull/16865) + - [Bump crate-ci/typos from 1.37.1 to 1.38.1 (#16864)](https://github.com/nushell/nushell/pull/16864) + +- @sholderbach: + + - [Bump version for 0.108.0 release (#16863)](https://github.com/nushell/nushell/pull/16863) + - [Add required fields for crate publish to nu-mcp (#16862)](https://github.com/nushell/nushell/pull/16862) + +- @simonborje: + + - [Prevent directory completions from falling back to regular files (#16846)](https://github.com/nushell/nushell/pull/16846) + +- @fdncred: + + - [Update reedline to latest commit a274653 (#16841)](https://github.com/nushell/nushell/pull/16841) + +- @mkatychev: + - [Enforce assignment type annotations at runtime (#16079)](https://github.com/nushell/nushell/pull/16079) + +## Awesome Nu + +- @brendon-felix: + - [Add nu_plugin_ls_colorize (#135)](https://github.com/nushell/awesome-nu/pull/135) + +## Documentation + +- @Bahex: + + - [Add release notes for v0.108.0 (#2055)](https://github.com/nushell/nushell.github.io/pull/2055) + +- @Tyarel8: + + - [Update operators documentation (#2054)](https://github.com/nushell/nushell.github.io/pull/2054) + +- @hustcer: + + - [Fix typos in docs (#2053)](https://github.com/nushell/nushell.github.io/pull/2053) + - [Refresh Nu command docs for v0.108.0 (#2052)](https://github.com/nushell/nushell.github.io/pull/2052) + +- @cablehead: + - [Add custom metadata support and HTTP response metadata docs (#2051)](https://github.com/nushell/nushell.github.io/pull/2051) + +## nu-ansi-term + +- @cptpiepmatz: + - [Prepare release (#72)](https://github.com/nushell/nu-ansi-term/pull/72) + - [Ensure no-std works via CI (#70)](https://github.com/nushell/nu-ansi-term/pull/70) + +## reedline + +- @sholderbach: + + - [Fix typos (#962)](https://github.com/nushell/reedline/pull/962) + - [Bump version for 0.43.0 release (#961)](https://github.com/nushell/reedline/pull/961) + +- @blindFS: + + - [Fix cursor dislocation during history navigation (#959)](https://github.com/nushell/reedline/pull/959) + +- @collinmurch: + - [Fix shift selection in vi (insert) and emacs mode (#927)](https://github.com/nushell/reedline/pull/927) + +## Nu_Scripts + +- @petrisch: + + - [Add --upgrade-available flag to winget list (#1182)](https://github.com/nushell/nu_scripts/pull/1182) + +- @ryan4yin: + + - [Fix git worktree add - make branch optional (#1181)](https://github.com/nushell/nu_scripts/pull/1181) + +- @sholderbach: + + - [Include nu-mcp in make_release/nu_release (#1180)](https://github.com/nushell/nu_scripts/pull/1180) + +- @Kissaki: + + - [Add winget upgrades command (#1179)](https://github.com/nushell/nu_scripts/pull/1179) + +- @Juhan280: + - [Add description to eza module (#1178)](https://github.com/nushell/nu_scripts/pull/1178) + +## Tree-sitter + +- @blindFS: + + - [Fix multiline match patterns (#229)](https://github.com/nushell/tree-sitter-nu/pull/229) + +- @Tyarel8: + - [Add not-starts/ends-with operators (#227)](https://github.com/nushell/tree-sitter-nu/pull/227) diff --git a/blog/2025-10-24-twin0322.md b/blog/2025-10-24-twin0322.md new file mode 100644 index 00000000000..59f7c3509ad --- /dev/null +++ b/blog/2025-10-24-twin0322.md @@ -0,0 +1,103 @@ +--- +title: 'This week in Nushell #322' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-10-23' +--- + +# This Week in Nushell #322 + +Published Wednesday, 2025-11-19, including PRs merged Friday, 2025-10-17 through Thursday, 2025-10-23. + +## Nushell + +- @fdncred: + + - [added the UT MIT license](https://github.com/nushell/nushell/pull/16921) + - [updated reedline to latest commit b574286](https://github.com/nushell/nushell/pull/16918) + - [added `explore regex` command](https://github.com/nushell/nushell/pull/16910) + +- @ysthakur: + + - [bumped Reedline to latest main](https://github.com/nushell/nushell/pull/16913) + +- @cablehead: + + - [added unix socket support to HTTP builtins](https://github.com/nushell/nushell/pull/16907) + +- @smaximov: + + - [fixed `ansi strip` ignoring the first provided cell path](https://github.com/nushell/nushell/pull/16906) + +- @ayax79: + + - [re-introduced nu_expand_path for polars open/save](https://github.com/nushell/nushell/pull/16900) + +- @xolra0d: + + - [made `which` without application param list only executables](https://github.com/nushell/nushell/pull/16895) + +- @Tyarel8: + + - [fixed `version check` output type being record not string](https://github.com/nushell/nushell/pull/16893) + +- @cptpiepmatz: + + - [made "sqlite" history file format known but invalid when compiled without `sqlite`](https://github.com/nushell/nushell/pull/16890) + +- @blindFS: + + - [fixed an edge case of aliased external head command in completions](https://github.com/nushell/nushell/pull/16882) + +- @WindSoilder: + + - [made `pipefail` work with `let`](https://github.com/nushell/nushell/pull/16879) + +- @nome: + - [implemented "str replace" with closure-defined replacements](https://github.com/nushell/nushell/pull/16854) + +## Awesome Nu + +- @wvhulle: + - [mentioned nu-lint Nushell linter project](https://github.com/nushell/awesome-nu/pull/137) + +## Documentation + +- @app/dependabot: + + - [bumped tmp and patch-package](https://github.com/nushell/nushell.github.io/pull/2061) + - [bumped vite from 7.0.7 to 7.0.8](https://github.com/nushell/nushell.github.io/pull/2060) + +- @Kissaki: + - [fixed a typo/wording in v108 release notes](https://github.com/nushell/nushell.github.io/pull/2058) + - [fixed wording in v108 release notes](https://github.com/nushell/nushell.github.io/pull/2057) + - [fixed a typo in v108 release post](https://github.com/nushell/nushell.github.io/pull/2056) + +## reedline + +- @migraine-user: + + - [fixed bashism parsing](https://github.com/nushell/reedline/pull/958) + +- @PitiBouchon: + + - [fixed an issue with terminals that might not properly support kitty](https://github.com/nushell/reedline/pull/920) + +- @ysthakur: + - [added match_indices field to Suggestion](https://github.com/nushell/reedline/pull/798) + +## Tree-sitter + +- @blindFS: + + - [fixed excluding comma in `cmd_identifier` to disambiguate function name in `param_completer`](https://github.com/nushell/tree-sitter-nu/pull/231) + - [fixed inefficient query of collection_type in highlights.scm](https://github.com/nushell/tree-sitter-nu/pull/230) + +- @Axlefublr: + - [added missing `describe` to function.builtin query](https://github.com/nushell/tree-sitter-nu/pull/223) + +## NUPM + +- @fmotalleb: + - [added support for installing plugins directly from Git repositories](https://github.com/nushell/nupm/pull/126) diff --git a/blog/2025-10-31-twin0323.md b/blog/2025-10-31-twin0323.md new file mode 100644 index 00000000000..3b901788f4f --- /dev/null +++ b/blog/2025-10-31-twin0323.md @@ -0,0 +1,61 @@ +--- +title: 'This week in Nushell #323' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-10-30' +--- + +# This Week in Nushell #323 + +Published Wednesday, 2025-11-19, including PRs merged Friday, 2025-10-24 through Thursday, 2025-10-30. + +## Nushell + +- @fdncred: + + - [updated uutils crates to 0.3.0 (#16950)](https://github.com/nushell/nushell/pull/16950) + +- @KaiSforza: + + - [allowed setting the NU_COMMIT_HASH as an env variable (#16947)](https://github.com/nushell/nushell/pull/16947) + +- @app/dependabot: + + - [bumped hustcer/milestone-action from 2 to 3 (#16943)](https://github.com/nushell/nushell/pull/16943) + - [bumped actions/upload-artifact from 4 to 5 (#16942)](https://github.com/nushell/nushell/pull/16942) + +- @WindSoilder: + + - [updated nu_plugin_formats README (#16939)](https://github.com/nushell/nushell/pull/16939) + +- @AnandajithS: + + - [fixed error handling for rounding non finite numbers (#16934)](https://github.com/nushell/nushell/pull/16934) + +- @atahabaki: + + - [fixed str expand to not consider two dots outside curly braces as range operator (#16924)](https://github.com/nushell/nushell/pull/16924) + +- @ysthakur: + + - [set HOME for test_config_path tests (#16914)](https://github.com/nushell/nushell/pull/16914) + +- @Bahex: + + - [added more granular type widening and stricter type checking (#16912)](https://github.com/nushell/nushell/pull/16912) + - [fixed escaping braces in `pattern format` (#16899)](https://github.com/nushell/nushell/pull/16899) + +- @cptpiepmatz: + - [raised error if http method is defined dynamically (#16892)](https://github.com/nushell/nushell/pull/16892) + +## Integrations + +- @hustcer: + - [attempted to fix Winget install & upgrade tests in workflows (#73)](https://github.com/nushell/integrations/pull/73) + +## Tree-sitter + +- @blindFS: + - [fixed different highlighting for quoted/unquoted string in `path` (#233)](https://github.com/nushell/tree-sitter-nu/pull/233) + - [fixed cellpath literal `$.` (#232)](https://github.com/nushell/tree-sitter-nu/pull/232) diff --git a/blog/2025-11-07-twin0324.md b/blog/2025-11-07-twin0324.md new file mode 100644 index 00000000000..15bdd7cea33 --- /dev/null +++ b/blog/2025-11-07-twin0324.md @@ -0,0 +1,73 @@ +--- +title: 'This week in Nushell #324' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-11-06' +--- + +# This Week in Nushell #324 + +Published Wednesday, 2025-11-19, including PRs merged Friday, 2025-10-31 through Thursday, 2025-11-06. + +## Nushell + +- @fdncred: + + - [added winresource metadata to cargo.toml (#16985)](https://github.com/nushell/nushell/pull/16985) + - [updated reedline and crossterm (#16975)](https://github.com/nushell/nushell/pull/16975) + - [added name and description to the plugin list command (#16965)](https://github.com/nushell/nushell/pull/16965) + - [bumped rust-toolchain to 1.89 (#16958)](https://github.com/nushell/nushell/pull/16958) + +- @sholderbach: + + - [fixed README mention of Nu support in 3rd party product (#16984)](https://github.com/nushell/nushell/pull/16984) + - [bumped `sysinfo` to latest 0.37.2 (#16983)](https://github.com/nushell/nushell/pull/16983) + +- @ayax79: + + - [upgraded to polars 0.52 (#16979)](https://github.com/nushell/nushell/pull/16979) + +- @app/dependabot: + + - [bumped crate-ci/typos from 1.38.1 to 1.39.0 (#16978)](https://github.com/nushell/nushell/pull/16978) + +- @cablehead: + + - [added closure parameter to `metadata set` (#16976)](https://github.com/nushell/nushell/pull/16976) + - [added -U short flag for --unix-socket to HTTP builtins (#16954)](https://github.com/nushell/nushell/pull/16954) + +- @blindFS: + + - [fixed regression on flags without a long name (#16967)](https://github.com/nushell/nushell/pull/16967) + +- @pguerin3: + + - [updated README.md to add windmill as a supported utility (#16953)](https://github.com/nushell/nushell/pull/16953) + +- @KaiSforza: + + - [added nix flake to `scripts/nix/` (#16848)](https://github.com/nushell/nushell/pull/16848) + +- @hustcer: + + - [fixed memory leaks in REPL (#16348)](https://github.com/nushell/nushell/pull/16348) + +- @ysthakur: + - [allowed setting span in custom/extern completers (#15888)](https://github.com/nushell/nushell/pull/15888) + +## Documentation + +- @Kissaki: + - [fixed wrong/outdated color config references (#2064)](https://github.com/nushell/nushell.github.io/pull/2064) + - [fixed use_ls_colors config reference (#2063)](https://github.com/nushell/nushell.github.io/pull/2063) + +## reedline + +- @lu-zero: + - [updated dependencies to use rustix-1.1.2 (#966)](https://github.com/nushell/reedline/pull/966) + +## Nu_Scripts + +- @Tyarel8: + - [trimmed `|` from the closure in task.nu (#1184)](https://github.com/nushell/nu_scripts/pull/1184) diff --git a/blog/2025-11-14-twin0325.md b/blog/2025-11-14-twin0325.md new file mode 100644 index 00000000000..68a45e5bfbc --- /dev/null +++ b/blog/2025-11-14-twin0325.md @@ -0,0 +1,88 @@ +--- +title: 'This week in Nushell #325' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-11-13' +--- + +# This Week in Nushell #325 + +Published Wednesday, 2025-11-19, including PRs merged Friday, 2025-11-07 through Thursday, 2025-11-13. + +## Nushell + +- @fdncred: + + - [updated uutils to 0.4.0 (#17009)](https://github.com/nushell/nushell/pull/17009) + +- @Tyarel8: + + - [fixed `std/help` highlighting for invalid syntax (#17008)](https://github.com/nushell/nushell/pull/17008) + - [added code highlighting in descriptions for `std/help` (#16931)](https://github.com/nushell/nushell/pull/16931) + +- @ayax79: + + - [improved evaluation tool descriptions (#17007)](https://github.com/nushell/nushell/pull/17007) + - [handled ByteStream out and updated eval descriptions (#16989)](https://github.com/nushell/nushell/pull/16989) + +- @blindFS: + + - [fixed completion for path/directory/glob typed flag values (#17006)](https://github.com/nushell/nushell/pull/17006) + - [fixed highlighting for aliased external calls (#16957)](https://github.com/nushell/nushell/pull/16957) + - [fixed repeated parsing of module blocks (#16403)](https://github.com/nushell/nushell/pull/16403) + +- @praveenbhamidipati: + + - [fixed LICENSE fetch url (#17002)](https://github.com/nushell/nushell/pull/17002) + +- @sgvictorino: + + - [fixed a typo in highlight_syntax comment (#16998)](https://github.com/nushell/nushell/pull/16998) + +- @cablehead: + + - [added tilde expansion for --unix-socket paths in http (#16977)](https://github.com/nushell/nushell/pull/16977) + +- @WindSoilder: + + - [added support for custom completions in command flags (#16859)](https://github.com/nushell/nushell/pull/16859) + +- @ysthakur: + - [set match_indices for fuzzy-matched suggestions (#15887)](https://github.com/nushell/nushell/pull/15887) + +## Awesome Nu + +- @wvhulle: + + - [added a link to the VS Code marketplace extension of nu-lint (#140)](https://github.com/nushell/awesome-nu/pull/140) + +- @Jan9103: + + - [removed packer.nu (#139)](https://github.com/nushell/awesome-nu/pull/139) + +- @fuzzypixelz: + - [added Nuze mention under 'Integrations' (#138)](https://github.com/nushell/awesome-nu/pull/138) + +## Documentation + +- @gert7: + + - [fixed a typo in types_of_data.md (#2067)](https://github.com/nushell/nushell.github.io/pull/2067) + +- @QazCetelic: + + - [linked to nu commands on "Nu Map from Functional Languages" page (#2066)](https://github.com/nushell/nushell.github.io/pull/2066) + +- @Kissaki: + - [updated and fixed wrong theme config paths (#2065)](https://github.com/nushell/nushell.github.io/pull/2065) + +## reedline + +- @blindFS: + - [fixed wrong answer from `find_common_string` (#969)](https://github.com/nushell/reedline/pull/969) + +## Nu_Scripts + +- @ryan4yin: + - [fixed kubernetes syntax for custom completions - `@` (#1185)](https://github.com/nushell/nu_scripts/pull/1185)