Skip to content

Commit 21705c4

Browse files
authored
TWiN 353 (#2176)
1 parent e9da283 commit 21705c4

1 file changed

Lines changed: 97 additions & 0 deletions

File tree

blog/2026-05-29-twin0353.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
---
2+
title: 'This week in Nushell #353'
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: 'PRs and activity for Nushell the week ending Thursday, 2026-05-28'
7+
---
8+
9+
# This Week in Nushell #353
10+
11+
Published Friday, 2026-05-29, including PRs merged Friday, 2026-05-22 through Thursday, 2026-05-28.
12+
13+
An as-expected slower-than-usual week due to 0.113's release (Yay!). That said, your future reedline
14+
prompts may be slightly less boxy, and definitely more brackety, in the future with @speicherwerk's `>` change
15+
in Reedline #1043.
16+
17+
And a random shout-out to @Kissaki - Thank you for your continued improvements to Nushell and our Documentation!
18+
19+
And as always, thank you to all our Nushell contributors, whether first-timers or Nushell greybeards, young or old,
20+
human or dependabot.
21+
22+
## Nushell
23+
24+
- @fdncred:
25+
26+
- [refactored YAML handling to improve quoting logic and add support for multiline strings (#18298)](https://github.com/nushell/nushell/pull/18298)
27+
- [updated to 0.8.4, added follow-symlinks, fixed `idx` family bugs (#18284)](https://github.com/nushell/nushell/pull/18284)
28+
29+
- @Bahex:
30+
31+
- [consolidated version and other metadata in top level Cargo.toml (#18286)](https://github.com/nushell/nushell/pull/18286)
32+
- [made `peek` return the actual type of values (#18268)](https://github.com/nushell/nushell/pull/18268)
33+
34+
- @cptpiepmatz:
35+
- [prepared release (#18273)](https://github.com/nushell/nushell/pull/18273)
36+
- [fixed some build issues (#18270)](https://github.com/nushell/nushell/pull/18270)
37+
38+
## reedline
39+
40+
- @kronberger-droid:
41+
42+
- [added selection styling example (#1088)](https://github.com/nushell/reedline/pull/1088)
43+
44+
- @Juhan280:
45+
46+
- [removed deprecated functions and Display impl (#1086)](https://github.com/nushell/reedline/pull/1086)
47+
48+
- @cptpiepmatz:
49+
50+
- [bumped minor version (#1085)](https://github.com/nushell/reedline/pull/1085)
51+
52+
- @speicherwerk:
53+
- [updated default prompt to use `>` character (#1043)](https://github.com/nushell/reedline/pull/1043)
54+
55+
## Documentation
56+
57+
- @Kissaki:
58+
59+
- [fixed fileop anchor links (#2174)](https://github.com/nushell/nushell.github.io/pull/2174)
60+
61+
- @cptpiepmatz:
62+
63+
- [added release notes for v0.113.0 (#2173)](https://github.com/nushell/nushell.github.io/pull/2173)
64+
65+
- @fdncred:
66+
67+
- [reverted "support extracting nu code snippets into standalone .nu files for better downstream trackability" (#2171)](https://github.com/nushell/nushell.github.io/pull/2171)
68+
69+
- @NotTheDr01ds:
70+
71+
- [published TWiN 352 (#2170)](https://github.com/nushell/nushell.github.io/pull/2170)
72+
73+
- @hustcer:
74+
75+
- [refreshed command docs for v0.113 (#2168)](https://github.com/nushell/nushell.github.io/pull/2168)
76+
77+
- @app/dependabot:
78+
- [bumped tmp from 0.2.5 to 0.2.7 (#2175)](https://github.com/nushell/nushell.github.io/pull/2175)
79+
80+
## VSCode Extension
81+
82+
- @mst-mkt:
83+
- [fixed syntax highlighting broken for record keys containing brackets (#232)](https://github.com/nushell/vscode-nushell-lang/pull/232)
84+
85+
## Nu_Scripts
86+
87+
- @Tyarel8:
88+
89+
- [refactored output handling of `task log` in `task.nu` (#1256)](https://github.com/nushell/nu_scripts/pull/1256)
90+
91+
- @hhfgy1:
92+
- [fixed scoop to handle non-UTF-8 encoding in scoop list output (#1255)](https://github.com/nushell/nu_scripts/pull/1255)
93+
94+
## nufmt
95+
96+
- @fdncred:
97+
- [fixed side-comments, added tabs or spaces functionality (#197)](https://github.com/nushell/nufmt/pull/197)

0 commit comments

Comments
 (0)