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
47 changes: 47 additions & 0 deletions blog/2025-05-23-twin0300.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: 'This Week in Nushell #300'
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 #300

Belatedly published June 10th for PRs posted the week ending March 23rd, 2025.

Sincere thanks to all contributors!

## Documentation

- otakutyrant [updated configuration.md](https://github.com/nushell/nushell.github.io/pull/1923)
- hustcer [disabled code block font ligatures](https://github.com/nushell/nushell.github.io/pull/1922)
- NotTheDr01ds [added TWiN 299](https://github.com/nushell/nushell.github.io/pull/1920)
- ysthakur [removed mention of positional on custom completer page](https://github.com/nushell/nushell.github.io/pull/1897)

## Nushell

- hustcer:
- [added lightweight MSI packages release workflow for winget](https://github.com/nushell/nushell/pull/15800)
- [fixed Windows arm64 release binaries and winget related issues](https://github.com/nushell/nushell/pull/15690)
- vivainio [optimized kv get by only selecting one row from the stor db](https://github.com/nushell/nushell/pull/15792)
- Bahex:
- [fixed implicitly running .ps1 scripts with spaces in path](https://github.com/nushell/nushell/pull/15781)
- [added explicit cell-path case sensitivity syntax](https://github.com/nushell/nushell/pull/15692)
- cptpiepmatz [refactored `IoError` construction from `std::io::Error`](https://github.com/nushell/nushell/pull/15777)
- Mrfiregem [made `run-external` spread commands if they're lists](https://github.com/nushell/nushell/pull/15776)
- pyz4 [expanded `polars unique` to allow expression inputs](https://github.com/nushell/nushell/pull/15771)
- Tyarel8:
- [fixed `kv set` examples](https://github.com/nushell/nushell/pull/15769)
- [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)
- LoicRiegel [refactored units and added tests](https://github.com/nushell/nushell/pull/15746)
- sholderbach [cleaned public API of `EngineState` and friends](https://github.com/nushell/nushell/pull/15636)

## Nu_Scripts

- CongLuanTran [fixed Tokyonight Moon theme color](https://github.com/nushell/nu_scripts/pull/1125)

## Awesome Nu

- Kissaki [added nu_plugin_bson to config.yaml](https://github.com/nushell/awesome-nu/pull/123)