Skip to content

Commit cd5be15

Browse files
authored
Added TWiN 298 and fixed typo in 297 (#1918)
1 parent 211dae4 commit cd5be15

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

blog/2025-05-02-twin0297.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the opportunity to contribute to the _other_ Nushell repos in a big way:
1717

1818
- @pyz4's new `polars horizontal` command got merged after the release, so expect to see it in 0.105. Thanks!
1919
- @Kissaki continues some awesome doc updates this week with _twenty_ PRs, including fixing a long-standing issue with Nushell tables not appearing correctly in Android browsers. Thank you!
20-
- A belated thanks to @kill in last week's PRs for adding something we don't see every day—"humlespring", a _game_ that demonstrates Nushell programming concepts!
20+
- A belated thanks to @kiil in last week's PRs for adding something we don't see every day—"humlespring", a _game_ that demonstrates Nushell programming concepts!
2121
- And whadda-ya-know, this week @0x4D5352 said, _"Well, just maybe we **should** see that everyday!"_ and added _another_ game—"nu-niversal paperclips". Sweet!
2222
- Thanks to @gmr458 there's now a new table style—`single`. It's like `heavy`, but it's not!
2323
- Ah, @zhiburt. Tables in Nushell just wouldn't be the same without you! Thanks again for your updates and work in this area!

blog/2025-05-09-twin0298.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: 'This Week in Nushell #298'
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: 'No excerpt this week. Check back next!'
7+
---
8+
9+
# This week in Nushell #298
10+
11+
With apologies, but due to time constraints, highlights are on hiatus this week (and for at least a few weeks). Highlights may be added later.
12+
13+
Thanks to all our great contributors this week! The full changelog for the week is below:
14+
15+
# This week in Nushell #298
16+
17+
## Nushell
18+
19+
- zhiburt [fixed #15653 regression with padding count](https://github.com/nushell/nushell/pull/15704)
20+
- colececil [added vfox to list of tools supporting Nushell](https://github.com/nushell/nushell/pull/15687)
21+
- tindzk [fixed available fields in `history import` command docs](https://github.com/nushell/nushell/pull/15686)
22+
- cablehead [fixed job clearing order in kill_all](https://github.com/nushell/nushell/pull/15685)
23+
- atahabaki [fixed ignored numbers preceded by escape character](https://github.com/nushell/nushell/pull/15684)
24+
- gmr458 [added 'single' to supported table modes](https://github.com/nushell/nushell/pull/15681)
25+
- ayax79 [added `polars struct-encode-json` for encoding structs as json](https://github.com/nushell/nushell/pull/15678)
26+
- weirdan [added environment-aware help for `open` and `save`](https://github.com/nushell/nushell/pull/15651)
27+
- Bahex [added `SyntaxShape::OneOf` syntax](https://github.com/nushell/nushell/pull/15646)
28+
- hackeryarn [made to nuon raw option remove all whitespace](https://github.com/nushell/nushell/pull/15609)
29+
- LoicRiegel [removed legacy code in core commands](https://github.com/nushell/nushell/pull/15560)
30+
- dependabot[bot] bumped dependencies:
31+
- [quickcheck_macros from 1.0.0 to 1.1.0](https://github.com/nushell/nushell/pull/15711)
32+
- [tokio from 1.44.2 to 1.45.0](https://github.com/nushell/nushell/pull/15710)
33+
- [crate-ci/typos from 1.31.2 to 1.32.0](https://github.com/nushell/nushell/pull/15708)
34+
- [actions-rust-lang/setup-rust-toolchain from 1.11.0 to 1.12.0](https://github.com/nushell/nushell/pull/15666)
35+
- [crate-ci/typos from 1.31.1 to 1.31.2](https://github.com/nushell/nushell/pull/15665)
36+
37+
## nufmt
38+
39+
- LoicRiegel [added config file reading, parallel processing, exit codes, check mode, and file exclusion](https://github.com/nushell/nufmt/pull/69)
40+
41+
## Documentation
42+
43+
- Glubiz [updated 3rdpartyprompts.md](https://github.com/nushell/nushell.github.io/pull/1917)
44+
- gigi4000august [fixed typo in how_nushell_code_gets_run.md](https://github.com/nushell/nushell.github.io/pull/1916)
45+
- Fuuijin [changed my-init to my-utils](https://github.com/nushell/nushell.github.io/pull/1915)
46+
- NotTheDr01ds [added TWiN #297](https://github.com/nushell/nushell.github.io/pull/1914)
47+
- oefe [fixed typo in plugins.md](https://github.com/nushell/nushell.github.io/pull/1913)
48+
- WindSoilder [removed note about issue #15326](https://github.com/nushell/nushell.github.io/pull/1886)
49+
50+
## Awesome Nu
51+
52+
- dam4rus:
53+
- [updated config.yaml with nu_plugin_nuts](https://github.com/nushell/awesome-nu/pull/121)
54+
- [added nuts plugin](https://github.com/nushell/awesome-nu/pull/120)
55+
56+
## Nu_Scripts
57+
58+
- TheCodeLamp [fixed `rusty-paths.nu` entering rust folder](https://github.com/nushell/nu_scripts/pull/1115)
59+
- hongquan:
60+
- [fixed lftp bookmark file readability check](https://github.com/nushell/nu_scripts/pull/1114)
61+
- [added completions for lftp](https://github.com/nushell/nu_scripts/pull/1113)
62+
- [eliminated duplication in uv completion script](https://github.com/nushell/nu_scripts/pull/1112)
63+
- A1c0 [fixed datetime theme color](https://github.com/nushell/nu_scripts/pull/1111)

0 commit comments

Comments
 (0)