Skip to content

Commit 186b5d1

Browse files
authored
TWiN 326 (#2073)
1 parent 58e495d commit 186b5d1

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

blog/2025-11-21-twin0326.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: 'This week in Nushell #326'
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, 2025-11-20'
7+
---
8+
9+
# This Week in Nushell #326
10+
11+
Published Friday, 2025-11-21, including PRs merged Friday, 2025-11-14 through Thursday, 2025-11-20.
12+
13+
## Nushell
14+
15+
- @fdncred:
16+
17+
- [added rfind ability to the find command (#17045)](https://github.com/nushell/nushell/pull/17045)
18+
- [updated to latest reedline (#17023)](https://github.com/nushell/nushell/pull/17023)
19+
20+
- @app/dependabot:
21+
22+
- [bumped crate-ci/typos from 1.39.0 to 1.39.2 (#17043)](https://github.com/nushell/nushell/pull/17043)
23+
24+
- @Dorumin:
25+
26+
- [added --dry to mktemp (#17039)](https://github.com/nushell/nushell/pull/17039)
27+
28+
- @KaiSforza:
29+
30+
- [added all `LabeledError` structure parts to `error make` (#17037)](https://github.com/nushell/nushell/pull/17037)
31+
32+
- @Jan9103:
33+
34+
- [fixed into_sqlite by passing a span along (#17036)](https://github.com/nushell/nushell/pull/17036)
35+
36+
- @mrdgo:
37+
38+
- [fixed a typo (#17035)](https://github.com/nushell/nushell/pull/17035)
39+
40+
- @cptpiepmatz:
41+
42+
- [improved DNS-related errors (#17030)](https://github.com/nushell/nushell/pull/17030)
43+
- [used `rustc` as external instead of `sleep` for highlight test (#17022)](https://github.com/nushell/nushell/pull/17022)
44+
- [used native cert store on Android for rustls (#17019)](https://github.com/nushell/nushell/pull/17019)
45+
46+
- @blindFS:
47+
48+
- [included already parsed module names in dotnu completion (#17026)](https://github.com/nushell/nushell/pull/17026)
49+
- [fixed wrong span of `export def/extern` with attributes & snippet completion for attributable commands (#17025)](https://github.com/nushell/nushell/pull/17025)
50+
51+
- @WindSoilder:
52+
53+
- [added `call: DynamicCompletionCall` parameter to `get_dynamic_completion` and allowed returning span (#17017)](https://github.com/nushell/nushell/pull/17017)
54+
55+
- @taearls:
56+
57+
- [improved error message when `plugin add` fails due to missing config directory (#16999)](https://github.com/nushell/nushell/pull/16999)
58+
59+
- @Tyarel8:
60+
- [added example on how to delete original columns in `group-by` (#16933)](https://github.com/nushell/nushell/pull/16933)
61+
62+
## Documentation
63+
64+
- @NotTheDr01ds:
65+
66+
- [caught up TWiN 319 to 325 backlog (#2071)](https://github.com/nushell/nushell.github.io/pull/2071)
67+
68+
- @app/dependabot:
69+
70+
- [bumped js-yaml from 3.14.1 to 3.14.2 (#2070)](https://github.com/nushell/nushell.github.io/pull/2070)
71+
72+
- @QazCetelic:
73+
- [documented differences between `get` and `select` (#2069)](https://github.com/nushell/nushell.github.io/pull/2069)
74+
- [added explanations and examples for brackets to operators page (#2068)](https://github.com/nushell/nushell.github.io/pull/2068)

0 commit comments

Comments
 (0)