You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2026-02-28-nushell_v0_111_0.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ As part of this release, we also publish a set of optional [plugins](https://www
22
22
23
23
# Highlights and themes of this release <JumpToc/>
24
24
25
-
## Select menus are smooth now
25
+
## Select menus are smooth now <JumpToc/>
26
26
27
27
[@jlcrochet](https://github.com/jlcrochet) went in and reworked how `input list` behaves in [#17420](https://github.com/nushell/nushell/pull/17420). It feels a lot nicer now. Scrolling is smooth, the weird flicker is basically gone, and there are some really useful new flags along the way.
28
28
29
29
If you use interactive lists often, this one is easy to appreciate.
30
30
31
31
We even have a video of it, [check it out!](#updated-input-list-command)
32
32
33
-
## Type `polars` less now
33
+
## Type `polars` less now <JumpToc/>
34
34
35
35
[@ayax79](https://github.com/ayax79) got tired of typing `polars x` again and again. So in [#17359](https://github.com/nushell/nushell/pull/17359) he added support for aliasing command groups.
36
36
@@ -50,7 +50,7 @@ Shorter commands, same result. Hard to complain about that.
50
50
51
51
[Take a look how much shorter the example got.](#aliasing-now-works-with-parent-commands)
52
52
53
-
## Try-Catch-Finally!
53
+
## Try-Catch-Finally! <JumpToc/>
54
54
55
55
For a long time Nushell had `try` and `catch`, but no `finally`. We got asked about it. Thanks to [@WindSoilder](https://github.com/WindSoilder) and [#17397](https://github.com/nushell/nushell/pull/17397), that is fixed now.
56
56
@@ -83,7 +83,7 @@ So even when you really mean "stop", `finally` still runs.
83
83
84
84
Take a look at the [main entry](#users-can-use-finally-after-try-catch) and the [`exit` entry](#finally-runs-even-after-exit).
85
85
86
-
## Pipe-`let`-line
86
+
## Pipe-`let`-line <JumpToc/>
87
87
88
88
Last release gave us `let` at the end of a pipeline. Now, thanks to [@fdncred](https://github.com/fdncred) in [#17446](https://github.com/nushell/nushell/pull/17446), you can drop `let` right into the middle of one too.
89
89
@@ -100,7 +100,7 @@ See, very nice. No need to break things apart just to stash a value.
100
100
101
101
Assign variables anywhere, read more [here](#let-now-behaves-differently-inside-pipelines).
0 commit comments