Skip to content

Added TWiN 299 #1920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions blog/2025-05-16-twin0299.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: 'This Week in Nushell #299'
author: The Nu Authors
author_site: https://nushell.sh
author_image: https://www.nushell.sh/blog/images/nu_logo.png
excerpt: "This week's contributions to Nushell!"
---

# This week in Nushell #299

Published 2025-05-16

Thanks again to all our wonderful contributors!

## Nushell

- Tyarel8 [fixed duplicate short_name in `ansi` command](https://github.com/nushell/nushell/pull/15767)
- ysthakur [used Default for making Suggestions in attribute_completions](https://github.com/nushell/nushell/pull/15764)
- FlippinBerger [corrected `use-facing` to `user-facing` in CONTRIBUTING.md](https://github.com/nushell/nushell/pull/15761)
- fdncred [allowed powershell scripts in the path to be executed](https://github.com/nushell/nushell/pull/15760)
- dependabot[bot] bumped dependencies:
- [tempfile from 3.15.0 to 3.20.0](https://github.com/nushell/nushell/pull/15753)
- [miette from 7.5.0 to 7.6.0](https://github.com/nushell/nushell/pull/15667)
- LazyPluto [fixed empty tables not respecting `$env.config.use_ansi_coloring`](https://github.com/nushell/nushell/pull/15751) (closes #14896)
- ayax79:
- [Updated to Rust 1.85, edition=2024](https://github.com/nushell/nushell/pull/15741)
- [Refactored DataType](https://github.com/nushell/nushell/pull/15728)
- musicinmybrain [updated lscolors from 0.17 to 0.20](https://github.com/nushell/nushell/pull/15737)
- Mrfiregem:
- [Allowed `path join` to read ByteStream input](https://github.com/nushell/nushell/pull/15736) (#15128)
- [Added lazy closure evaluation to `default`](https://github.com/nushell/nushell/pull/15654) (#14160)
- Bahex:
- [Fixed parsing of bare word string interpolations starting with sub expressions](https://github.com/nushell/nushell/pull/15735)
- [Added support for stored closures in `where`](https://github.com/nushell/nushell/pull/15697)
- Kissaki [added `match` examples for simple value and alternative values](https://github.com/nushell/nushell/pull/15732)
- blindFS [fixed inefficient select with large row numbers](https://github.com/nushell/nushell/pull/15730)
- zhiburt [removed unnecessary truncate logic in nu-table --expand](https://github.com/nushell/nushell/pull/15727)
- hackeryarn [made to nuon raw option remove all whitespace](https://github.com/nushell/nushell/pull/15609)

## Nu_Scripts

- Kissaki:
- [Fixed flags crossing subcommands in fishgen](https://github.com/nushell/nu_scripts/pull/1122)
- [Dropped unnecessary line length check in fishgen](https://github.com/nushell/nu_scripts/pull/1118)
- Cattle0Horse [added complementary support for git config subcommands](https://github.com/nushell/nu_scripts/pull/1117)
- Arthapz [fixed nu_msvs](https://github.com/nushell/nu_scripts/pull/1116)

## Documentation

- kkoang [fixed typo in special_variables.md](https://github.com/nushell/nushell.github.io/pull/1919)
- NotTheDr01ds:
- [Added TWiN 298](https://github.com/nushell/nushell.github.io/pull/1918)
- [Fixed typo in 297](https://github.com/nushell/nushell.github.io/pull/1918)
- Kissaki [replaced "Pipelines Behind the Scenes" with "Result Display Rendering"](https://github.com/nushell/nushell.github.io/pull/1635)

## Integrations

- hustcer:
- [Updated MSI user scope install tests](https://github.com/nushell/integrations/pull/51)
- [Updated MSI install/uninstall checking script](https://github.com/nushell/integrations/pull/50)
- [Added MSI install tests for winget and msiexec](https://github.com/nushell/integrations/pull/49)

## Plugin Template

- fdncred [updated to nushell 0.104.0](https://github.com/nushell/nu_plugin_template/pull/11)