|
| 1 | +--- |
| 2 | +title: 'This week in Nushell #318' |
| 3 | +author: The Nu Authors |
| 4 | +author_site: https://nushell.sh |
| 5 | +author_image: https://www.nushell.sh/blog/images/nu_logo.png |
| 6 | +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-09-25' |
| 7 | +--- |
| 8 | + |
| 9 | +# This Week in Nushell #318 |
| 10 | + |
| 11 | +Published Friday, 2025-09-26, including PRs merged Friday, 2025-09-19 through Thursday, 2025-09-25. |
| 12 | + |
| 13 | +## Nushell |
| 14 | + |
| 15 | +- @Bahex: |
| 16 | + |
| 17 | + - [refactored stream collection to raise an error on failure (#16738)](https://github.com/nushell/nushell/pull/16738) |
| 18 | + - [refactored `each` (#16732)](https://github.com/nushell/nushell/pull/16732) |
| 19 | + |
| 20 | +- @fdncred: |
| 21 | + |
| 22 | + - [updated Nushell to use coreutils v0.2.2 crates (#16737)](https://github.com/nushell/nushell/pull/16737) |
| 23 | + |
| 24 | +- @cptpiepmatz: |
| 25 | + |
| 26 | + - [passed optional and casing to follow path methods for `CustomValue` (#16736)](https://github.com/nushell/nushell/pull/16736) |
| 27 | + - [replaced `into value` with `detect type` (#16697)](https://github.com/nushell/nushell/pull/16697) |
| 28 | + - [allowed saving `CustomValue`s (#16692)](https://github.com/nushell/nushell/pull/16692) |
| 29 | + |
| 30 | +- @simonborje: |
| 31 | + |
| 32 | + - [added configuration for columnar menu traversal direction (#16724)](https://github.com/nushell/nushell/pull/16724) |
| 33 | + |
| 34 | +- @nome: |
| 35 | + |
| 36 | + - [fixed theming (#16722)](https://github.com/nushell/nushell/pull/16722) |
| 37 | + |
| 38 | +- @blindFS: |
| 39 | + |
| 40 | + - [fixed missing span of incomplete math binary op (#16721)](https://github.com/nushell/nushell/pull/16721) |
| 41 | + - [refactored dotnu completion, fixing path-with-space issues (#16715)](https://github.com/nushell/nushell/pull/16715) |
| 42 | + |
| 43 | +- @ayax79: |
| 44 | + |
| 45 | + - [introduced the MCP server feature (#16693)](https://github.com/nushell/nushell/pull/16693) |
| 46 | + |
| 47 | +- @fixerer: |
| 48 | + |
| 49 | + - [fixed ir eval error on branched block redirection (#16676)](https://github.com/nushell/nushell/pull/16676) |
| 50 | + |
| 51 | +- @ysthakur: |
| 52 | + |
| 53 | + - [test: ignored XDG_CONFIG_HOME when getting default config path (#16595)](https://github.com/nushell/nushell/pull/16595) |
| 54 | + |
| 55 | +- @maxim-uvarov: |
| 56 | + |
| 57 | + - [added %J and %Q format specifiers for compact date/time formatting (#16588)](https://github.com/nushell/nushell/pull/16588) |
| 58 | + |
| 59 | +- @sgvictorino: |
| 60 | + |
| 61 | + - [improved collection type inference (#16530)](https://github.com/nushell/nushell/pull/16530) |
| 62 | + |
| 63 | +- @app/dependabot: |
| 64 | + - [bumped uuid from 1.16.0 to 1.18.1 (#16745)](https://github.com/nushell/nushell/pull/16745) |
| 65 | + - [bumped quick-xml from 0.37.5 to 0.38.3 (#16744)](https://github.com/nushell/nushell/pull/16744) |
| 66 | + - [bumped brotli from 7.0.0 to 8.0.2 (#16743)](https://github.com/nushell/nushell/pull/16743) |
| 67 | + - [bumped tempfile from 3.22.0 to 3.23.0 (#16742)](https://github.com/nushell/nushell/pull/16742) |
| 68 | + - [bumped strum_macros from 0.26.4 to 0.27.2 (#16741)](https://github.com/nushell/nushell/pull/16741) |
| 69 | + |
| 70 | +## Documentation |
| 71 | + |
| 72 | +- @knottio: |
| 73 | + |
| 74 | + - [fixed broken links (#2045)](https://github.com/nushell/nushell.github.io/pull/2045) |
| 75 | + |
| 76 | +- @nome: |
| 77 | + |
| 78 | + - [fixed broken links in closure reference (#2043)](https://github.com/nushell/nushell.github.io/pull/2043) |
| 79 | + - [fixed references to renamed range command (#2041)](https://github.com/nushell/nushell.github.io/pull/2041) |
| 80 | + |
| 81 | +- @NotTheDr01ds: |
| 82 | + - [published TWiN 317 (#2039)](https://github.com/nushell/nushell.github.io/pull/2039) |
| 83 | + |
| 84 | +## Awesome Nu |
| 85 | + |
| 86 | +- @notelgnis: |
| 87 | + - [added amasia/snip to the script list (#132)](https://github.com/nushell/awesome-nu/pull/132) |
| 88 | + |
| 89 | +## plugin-examples |
| 90 | + |
| 91 | +- @cptpiepmatz: |
| 92 | + - [bumped to nushell 0.107.1 (#8)](https://github.com/nushell/plugin-examples/pull/8) |
| 93 | + |
| 94 | +## VSCode Extension |
| 95 | + |
| 96 | +- @fdncred: |
| 97 | + - [updated `def` syntax (#222)](https://github.com/nushell/vscode-nushell-lang/pull/222) |
| 98 | + |
| 99 | +## reedline |
| 100 | + |
| 101 | +- @simonborje: |
| 102 | + - [made columnar menu traversal direction configurable (#951)](https://github.com/nushell/reedline/pull/951) |
| 103 | + |
| 104 | +## Nu_Scripts |
| 105 | + |
| 106 | +- @NotTheDr01ds: |
| 107 | + - [updated TWiN script (#1174)](https://github.com/nushell/nu_scripts/pull/1174) |
| 108 | + |
| 109 | +## Tree-sitter |
| 110 | + |
| 111 | +- @mkatychev: |
| 112 | + - [fixed cursed env flag positions (#225)](https://github.com/nushell/tree-sitter-nu/pull/225) |
| 113 | + - [fixed untyped collection body handling (#224)](https://github.com/nushell/tree-sitter-nu/pull/224) |
| 114 | + |
| 115 | +## Integrations |
| 116 | + |
| 117 | +- @hustcer: |
| 118 | + - [fixed winget install error (#71)](https://github.com/nushell/integrations/pull/71) |
0 commit comments