Skip to content

Commit 7b44b31

Browse files
authored
TWiN 329 (#2094)
1 parent 3dbd531 commit 7b44b31

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

blog/2025-12-12-twin0329.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
title: 'This week in Nushell #329'
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-12-11'
7+
---
8+
9+
# This Week in Nushell #329
10+
11+
Published Saturday, 2025-12-13, including PRs merged Friday, 2025-12-05 through Thursday, 2025-12-11.
12+
13+
## Nushell
14+
15+
- @fdncred:
16+
17+
- [updated explore regex command to look more helpful and professional (#17149)](https://github.com/nushell/nushell/pull/17149)
18+
- [bumped the rust-toolchain to 1.90.0 (#17133)](https://github.com/nushell/nushell/pull/17133)
19+
20+
- @app/dependabot:
21+
22+
- [bumped bytesize from 2.1.0 to 2.3.1 (#17139)](https://github.com/nushell/nushell/pull/17139)
23+
24+
- @andrewgazelka:
25+
26+
- [added $history variable and structured response format (#17132)](https://github.com/nushell/nushell/pull/17132)
27+
- [added REPL-style state persistence across evaluations (#17121)](https://github.com/nushell/nushell/pull/17121)
28+
- [refactored mcp to extract tool descriptions to markdown files (#17120)](https://github.com/nushell/nushell/pull/17120)
29+
- [switched mcp to output NUON format instead of expanded string (#17119)](https://github.com/nushell/nushell/pull/17119)
30+
31+
- @hustcer:
32+
33+
- [upgraded nushell to 0.109.1 for release and nightly workflow (#17131)](https://github.com/nushell/nushell/pull/17131)
34+
- [fixed `table -i false` panic when there is an index column (#17126)](https://github.com/nushell/nushell/pull/17126)
35+
- [fixed http DNS resolution 'Service not supported' error in Docker containers (#17125)](https://github.com/nushell/nushell/pull/17125)
36+
37+
- @WindSoilder:
38+
39+
- [prevented merge_predecl from moving all predecls to overlay (#17130)](https://github.com/nushell/nushell/pull/17130)
40+
- [made --env-config and --config errors lead to error status code when running nu scripts (#17103)](https://github.com/nushell/nushell/pull/17103)
41+
- [fixed pipefail behavior inside try block (#17052)](https://github.com/nushell/nushell/pull/17052)
42+
43+
- @NotTheDr01ds:
44+
45+
- [changed home-path/temp-path to home-dir/temp-dir (#17129)](https://github.com/nushell/nushell/pull/17129)
46+
- [added record conversion to `into list` (#17127)](https://github.com/nushell/nushell/pull/17127)
47+
48+
- @ayax79:
49+
50+
- [added Azure blob storage support for polars (#17116)](https://github.com/nushell/nushell/pull/17116)
51+
52+
- @KaiSforza:
53+
54+
- [updated flake.lock and added `latest` devshell variant (#17084)](https://github.com/nushell/nushell/pull/17084)
55+
56+
- @sgvictorino:
57+
- [used `Stack::get_config()` in more places (#17058)](https://github.com/nushell/nushell/pull/17058)
58+
59+
## Nu_Scripts
60+
61+
- @Minhir:
62+
63+
- [simplified fnm config and made it respect package.json (#1192)](https://github.com/nushell/nu_scripts/pull/1192)
64+
65+
- @fdncred:
66+
67+
- [tweaked a variety of scripts (#1191)](https://github.com/nushell/nu_scripts/pull/1191)
68+
69+
- @CAESIUS-TIM:
70+
71+
- [fixed grt in git-aliases (#1190)](https://github.com/nushell/nu_scripts/pull/1190)
72+
73+
- @ehdevries:
74+
- [fixed bugs in panache-git showing modified files and non-home dirs (#1188)](https://github.com/nushell/nu_scripts/pull/1188)
75+
76+
## New nu-parser
77+
78+
- @AucaCoyan:
79+
- [updated rust-toolchain to 1.90 (#61)](https://github.com/nushell/new-nu-parser/pull/61)
80+
81+
## Awesome Nu
82+
83+
- @InnocentZero:
84+
- [added supac to Integrations (#141)](https://github.com/nushell/awesome-nu/pull/141)
85+
86+
## Documentation
87+
88+
- @luk3953:
89+
90+
- [added 'Coming from PowerShell' guide to the Nushell Book (#2091)](https://github.com/nushell/nushell.github.io/pull/2091)
91+
92+
- @NotTheDr01ds:
93+
- [published TWiN 328 (#2090)](https://github.com/nushell/nushell.github.io/pull/2090)
94+
95+
## Tree-sitter
96+
97+
- @mkatychev:
98+
- [removed indirection for punctuation (#236)](https://github.com/nushell/tree-sitter-nu/pull/236)

0 commit comments

Comments
 (0)