Skip to content

Commit 95ed663

Browse files
authored
TWiN 304 (#1978)
* TWiN 304 * Fixed typo
1 parent f5f5fb7 commit 95ed663

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

blog/2025-06-20-twin0304.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
title: 'This Week in Nushell #304'
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: 'XML namespace support, a new table style, and more!'
7+
---
8+
9+
# This week in Nushell #304
10+
11+
## Belatedly published Saturday, July 12th, for PRs the week ending 2025-06-20
12+
13+
## Nushell
14+
15+
- echasnovski:
16+
17+
- [added 'double' table mode](https://github.com/nushell/nushell/pull/16013)
18+
- [added `state` entry to gstat (like "Clean", "Merge", "Rebase", etc.)](https://github.com/nushell/nushell/pull/15965)
19+
20+
- fdncred:
21+
22+
- [fixed LS_COLORS fi=0 coloring](https://github.com/nushell/nushell/pull/16012)
23+
- [respected color_config.header color for record key](https://github.com/nushell/nushell/pull/16006)
24+
25+
- weirdan:
26+
27+
- [added namespace support to `query xml`](https://github.com/nushell/nushell/pull/16008)
28+
- [improved help section for command attributes](https://github.com/nushell/nushell/pull/15999)
29+
30+
- cptpiepmatz:
31+
32+
- [fixed missing `installed_plugins` in `version`](https://github.com/nushell/nushell/pull/16004)
33+
- [bumped `calamine` to 0.28](https://github.com/nushell/nushell/pull/16003)
34+
- [generalized `nu_protocol::format_shell_error`](https://github.com/nushell/nushell/pull/15996)
35+
- [moved `nu_command::platform::ansi` to `nu_command::strings::ansi`](https://github.com/nushell/nushell/pull/15995)
36+
- [updated `config nu --doc` to better represent OSC 7 and 9;9](https://github.com/nushell/nushell/pull/15979)
37+
- [switched to `CARGO_CFG_FEATURE` for getting feature list in `version`](https://github.com/nushell/nushell/pull/15972)
38+
- [added `full` feature as alternative to `--all-features`](https://github.com/nushell/nushell/pull/15971)
39+
40+
- JohnSwiftC [added backtrack named flag to parse](https://github.com/nushell/nushell/pull/16000)
41+
42+
- blindFS:
43+
44+
- [fixed invalid prefix for external path argument with spaces](https://github.com/nushell/nushell/pull/15998)
45+
- [improved scalability of get_columns](https://github.com/nushell/nushell/pull/15780)
46+
47+
- dependabot[bot] [bumped shadow-rs from 1.1.1 to 1.2.0](https://github.com/nushell/nushell/pull/15989)
48+
49+
- sholderbach:
50+
51+
- [disallowed `clippy::used_underscore_binding` lint](https://github.com/nushell/nushell/pull/15988)
52+
- [restricted `config.show_banner` to valid options](https://github.com/nushell/nushell/pull/15985)
53+
- [added automatic reminder for `doc_config.nu`](https://github.com/nushell/nushell/pull/15984)
54+
55+
- new-years-eve:
56+
57+
- [used internal find.rs code for `help --find`](https://github.com/nushell/nushell/pull/15982)
58+
- [made `find` command search nested structures recursively](https://github.com/nushell/nushell/pull/15850)
59+
60+
- 132ikl [adjusted std-rfc/clip deprecation window](https://github.com/nushell/nushell/pull/15981)
61+
62+
- Bahex [fixed std/log by not assuming environment variables are set](https://github.com/nushell/nushell/pull/15980)
63+
64+
- hustcer [updated Nu release and nightly workflows](https://github.com/nushell/nushell/pull/15969)
65+
66+
- Tyarel8 [added `--help` support for external commands](https://github.com/nushell/nushell/pull/15962)
67+
68+
- zhiburt [fixed table --expand wrapping for emoji](https://github.com/nushell/nushell/pull/15948)
69+
70+
## NUPM
71+
72+
- kubouch [replaced filter with where](https://github.com/nushell/nupm/pull/123)
73+
74+
- mkatychev [added examples documentation to subcommands](https://github.com/nushell/nupm/pull/121)
75+
76+
- Rydwxz [worked on registry improvements](https://github.com/nushell/nupm/pull/118)
77+
78+
## Tree-sitter
79+
80+
- blindFS:
81+
- [updated docs to stop installing this repo as a neovim plugin](https://github.com/nushell/tree-sitter-nu/pull/207)
82+
- [fixed syntax for version 105](https://github.com/nushell/tree-sitter-nu/pull/204)
83+
- [bumped tree-sitter-cli to 0.25+](https://github.com/nushell/tree-sitter-nu/pull/203)
84+
- [allowed flag equals immediate subexpressions](https://github.com/nushell/tree-sitter-nu/pull/202)
85+
86+
## nufmt
87+
88+
- khaneliman [fixed nix build](https://github.com/nushell/nufmt/pull/71)
89+
90+
## Integrations
91+
92+
- hustcer [added Nu RPM installation tests for more distributions](https://github.com/nushell/integrations/pull/61)
93+
94+
## reedline
95+
96+
- 132ikl [reverted "immediately execute command" feature](https://github.com/nushell/reedline/pull/924)
97+
98+
- dburburan [fixed panic when fuzzy completing in folders with multibyte unicode filenames](https://github.com/nushell/reedline/pull/918)
99+
100+
## plugin-examples
101+
102+
- cptpiepmatz [bumped nu to 0.105](https://github.com/nushell/plugin-examples/pull/5)

0 commit comments

Comments
 (0)