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
97 changes: 97 additions & 0 deletions blog/2026-05-29-twin0353.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
---
title: 'This week in Nushell #353'
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, 2026-05-28'
---

# This Week in Nushell #353

Published Friday, 2026-05-29, including PRs merged Friday, 2026-05-22 through Thursday, 2026-05-28.

An as-expected slower-than-usual week due to 0.113's release (Yay!). That said, your future reedline
prompts may be slightly less boxy, and definitely more brackety, in the future with @speicherwerk's `>` change
in Reedline #1043.

And a random shout-out to @Kissaki - Thank you for your continued improvements to Nushell and our Documentation!

And as always, thank you to all our Nushell contributors, whether first-timers or Nushell greybeards, young or old,
human or dependabot.

## Nushell

- @fdncred:

- [refactored YAML handling to improve quoting logic and add support for multiline strings (#18298)](https://github.com/nushell/nushell/pull/18298)
- [updated to 0.8.4, added follow-symlinks, fixed `idx` family bugs (#18284)](https://github.com/nushell/nushell/pull/18284)

- @Bahex:

- [consolidated version and other metadata in top level Cargo.toml (#18286)](https://github.com/nushell/nushell/pull/18286)
- [made `peek` return the actual type of values (#18268)](https://github.com/nushell/nushell/pull/18268)

- @cptpiepmatz:
- [prepared release (#18273)](https://github.com/nushell/nushell/pull/18273)
- [fixed some build issues (#18270)](https://github.com/nushell/nushell/pull/18270)

## reedline

- @kronberger-droid:

- [added selection styling example (#1088)](https://github.com/nushell/reedline/pull/1088)

- @Juhan280:

- [removed deprecated functions and Display impl (#1086)](https://github.com/nushell/reedline/pull/1086)

- @cptpiepmatz:

- [bumped minor version (#1085)](https://github.com/nushell/reedline/pull/1085)

- @speicherwerk:
- [updated default prompt to use `>` character (#1043)](https://github.com/nushell/reedline/pull/1043)

## Documentation

- @Kissaki:

- [fixed fileop anchor links (#2174)](https://github.com/nushell/nushell.github.io/pull/2174)

- @cptpiepmatz:

- [added release notes for v0.113.0 (#2173)](https://github.com/nushell/nushell.github.io/pull/2173)

- @fdncred:

- [reverted "support extracting nu code snippets into standalone .nu files for better downstream trackability" (#2171)](https://github.com/nushell/nushell.github.io/pull/2171)

- @NotTheDr01ds:

- [published TWiN 352 (#2170)](https://github.com/nushell/nushell.github.io/pull/2170)

- @hustcer:

- [refreshed command docs for v0.113 (#2168)](https://github.com/nushell/nushell.github.io/pull/2168)

- @app/dependabot:
- [bumped tmp from 0.2.5 to 0.2.7 (#2175)](https://github.com/nushell/nushell.github.io/pull/2175)

## VSCode Extension

- @mst-mkt:
- [fixed syntax highlighting broken for record keys containing brackets (#232)](https://github.com/nushell/vscode-nushell-lang/pull/232)

## Nu_Scripts

- @Tyarel8:

- [refactored output handling of `task log` in `task.nu` (#1256)](https://github.com/nushell/nu_scripts/pull/1256)

- @hhfgy1:
- [fixed scoop to handle non-UTF-8 encoding in scoop list output (#1255)](https://github.com/nushell/nu_scripts/pull/1255)

## nufmt

- @fdncred:
- [fixed side-comments, added tabs or spaces functionality (#197)](https://github.com/nushell/nufmt/pull/197)