Skip to content
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
74 changes: 74 additions & 0 deletions blog/2025-11-21-twin0326.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
title: 'This week in Nushell #326'
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-20'
---

# This Week in Nushell #326

Published Friday, 2025-11-21, including PRs merged Friday, 2025-11-14 through Thursday, 2025-11-20.

## Nushell

- @fdncred:

- [added rfind ability to the find command (#17045)](https://github.com/nushell/nushell/pull/17045)
- [updated to latest reedline (#17023)](https://github.com/nushell/nushell/pull/17023)

- @app/dependabot:

- [bumped crate-ci/typos from 1.39.0 to 1.39.2 (#17043)](https://github.com/nushell/nushell/pull/17043)

- @Dorumin:

- [added --dry to mktemp (#17039)](https://github.com/nushell/nushell/pull/17039)

- @KaiSforza:

- [added all `LabeledError` structure parts to `error make` (#17037)](https://github.com/nushell/nushell/pull/17037)

- @Jan9103:

- [fixed into_sqlite by passing a span along (#17036)](https://github.com/nushell/nushell/pull/17036)

- @mrdgo:

- [fixed a typo (#17035)](https://github.com/nushell/nushell/pull/17035)

- @cptpiepmatz:

- [improved DNS-related errors (#17030)](https://github.com/nushell/nushell/pull/17030)
- [used `rustc` as external instead of `sleep` for highlight test (#17022)](https://github.com/nushell/nushell/pull/17022)
- [used native cert store on Android for rustls (#17019)](https://github.com/nushell/nushell/pull/17019)

- @blindFS:

- [included already parsed module names in dotnu completion (#17026)](https://github.com/nushell/nushell/pull/17026)
- [fixed wrong span of `export def/extern` with attributes & snippet completion for attributable commands (#17025)](https://github.com/nushell/nushell/pull/17025)

- @WindSoilder:

- [added `call: DynamicCompletionCall` parameter to `get_dynamic_completion` and allowed returning span (#17017)](https://github.com/nushell/nushell/pull/17017)

- @taearls:

- [improved error message when `plugin add` fails due to missing config directory (#16999)](https://github.com/nushell/nushell/pull/16999)

- @Tyarel8:
- [added example on how to delete original columns in `group-by` (#16933)](https://github.com/nushell/nushell/pull/16933)

## Documentation

- @NotTheDr01ds:

- [caught up TWiN 319 to 325 backlog (#2071)](https://github.com/nushell/nushell.github.io/pull/2071)

- @app/dependabot:

- [bumped js-yaml from 3.14.1 to 3.14.2 (#2070)](https://github.com/nushell/nushell.github.io/pull/2070)

- @QazCetelic:
- [documented differences between `get` and `select` (#2069)](https://github.com/nushell/nushell.github.io/pull/2069)
- [added explanations and examples for brackets to operators page (#2068)](https://github.com/nushell/nushell.github.io/pull/2068)