|
| 1 | +--- |
| 2 | +title: 'This Week in Nushell #299' |
| 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: "This week's contributions to Nushell!" |
| 7 | +--- |
| 8 | + |
| 9 | +# This week in Nushell #299 |
| 10 | + |
| 11 | +Published 2025-05-16 |
| 12 | + |
| 13 | +Thanks again to all our wonderful contributors! |
| 14 | + |
| 15 | +## Nushell |
| 16 | + |
| 17 | +- Tyarel8 [fixed duplicate short_name in `ansi` command](https://github.com/nushell/nushell/pull/15767) |
| 18 | +- ysthakur [used Default for making Suggestions in attribute_completions](https://github.com/nushell/nushell/pull/15764) |
| 19 | +- FlippinBerger [corrected `use-facing` to `user-facing` in CONTRIBUTING.md](https://github.com/nushell/nushell/pull/15761) |
| 20 | +- fdncred [allowed powershell scripts in the path to be executed](https://github.com/nushell/nushell/pull/15760) |
| 21 | +- dependabot[bot] bumped dependencies: |
| 22 | + - [tempfile from 3.15.0 to 3.20.0](https://github.com/nushell/nushell/pull/15753) |
| 23 | + - [miette from 7.5.0 to 7.6.0](https://github.com/nushell/nushell/pull/15667) |
| 24 | +- LazyPluto [fixed empty tables not respecting `$env.config.use_ansi_coloring`](https://github.com/nushell/nushell/pull/15751) (closes #14896) |
| 25 | +- ayax79: |
| 26 | + - [Updated to Rust 1.85, edition=2024](https://github.com/nushell/nushell/pull/15741) |
| 27 | + - [Refactored DataType](https://github.com/nushell/nushell/pull/15728) |
| 28 | +- musicinmybrain [updated lscolors from 0.17 to 0.20](https://github.com/nushell/nushell/pull/15737) |
| 29 | +- Mrfiregem: |
| 30 | + - [Allowed `path join` to read ByteStream input](https://github.com/nushell/nushell/pull/15736) (#15128) |
| 31 | + - [Added lazy closure evaluation to `default`](https://github.com/nushell/nushell/pull/15654) (#14160) |
| 32 | +- Bahex: |
| 33 | + - [Fixed parsing of bare word string interpolations starting with sub expressions](https://github.com/nushell/nushell/pull/15735) |
| 34 | + - [Added support for stored closures in `where`](https://github.com/nushell/nushell/pull/15697) |
| 35 | +- Kissaki [added `match` examples for simple value and alternative values](https://github.com/nushell/nushell/pull/15732) |
| 36 | +- blindFS [fixed inefficient select with large row numbers](https://github.com/nushell/nushell/pull/15730) |
| 37 | +- zhiburt [removed unnecessary truncate logic in nu-table --expand](https://github.com/nushell/nushell/pull/15727) |
| 38 | +- hackeryarn [made to nuon raw option remove all whitespace](https://github.com/nushell/nushell/pull/15609) |
| 39 | + |
| 40 | +## Nu_Scripts |
| 41 | + |
| 42 | +- Kissaki: |
| 43 | + - [Fixed flags crossing subcommands in fishgen](https://github.com/nushell/nu_scripts/pull/1122) |
| 44 | + - [Dropped unnecessary line length check in fishgen](https://github.com/nushell/nu_scripts/pull/1118) |
| 45 | +- Cattle0Horse [added complementary support for git config subcommands](https://github.com/nushell/nu_scripts/pull/1117) |
| 46 | +- Arthapz [fixed nu_msvs](https://github.com/nushell/nu_scripts/pull/1116) |
| 47 | + |
| 48 | +## Documentation |
| 49 | + |
| 50 | +- kkoang [fixed typo in special_variables.md](https://github.com/nushell/nushell.github.io/pull/1919) |
| 51 | +- NotTheDr01ds: |
| 52 | + - [Added TWiN 298](https://github.com/nushell/nushell.github.io/pull/1918) |
| 53 | + - [Fixed typo in 297](https://github.com/nushell/nushell.github.io/pull/1918) |
| 54 | +- Kissaki [replaced "Pipelines Behind the Scenes" with "Result Display Rendering"](https://github.com/nushell/nushell.github.io/pull/1635) |
| 55 | + |
| 56 | +## Integrations |
| 57 | + |
| 58 | +- hustcer: |
| 59 | + - [Updated MSI user scope install tests](https://github.com/nushell/integrations/pull/51) |
| 60 | + - [Updated MSI install/uninstall checking script](https://github.com/nushell/integrations/pull/50) |
| 61 | + - [Added MSI install tests for winget and msiexec](https://github.com/nushell/integrations/pull/49) |
| 62 | + |
| 63 | +## Plugin Template |
| 64 | + |
| 65 | +- fdncred [updated to nushell 0.104.0](https://github.com/nushell/nu_plugin_template/pull/11) |
0 commit comments