Skip to content

Commit c0ae22f

Browse files
authored
Twin 0300.md (nushell#1935)
* Added TWiN 300 * Updated frontmatter
1 parent dc9931a commit c0ae22f

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

blog/2025-05-23-twin0300.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: 'This Week in Nushell #300'
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: "This week's contributions to Nushell!"
7+
---
8+
9+
# This week in Nushell #300
10+
11+
Belatedly published June 10th for PRs posted the week ending March 23rd, 2025.
12+
13+
Sincere thanks to all contributors!
14+
15+
## Documentation
16+
17+
- otakutyrant [updated configuration.md](https://github.com/nushell/nushell.github.io/pull/1923)
18+
- hustcer [disabled code block font ligatures](https://github.com/nushell/nushell.github.io/pull/1922)
19+
- NotTheDr01ds [added TWiN 299](https://github.com/nushell/nushell.github.io/pull/1920)
20+
- ysthakur [removed mention of positional on custom completer page](https://github.com/nushell/nushell.github.io/pull/1897)
21+
22+
## Nushell
23+
24+
- hustcer:
25+
- [added lightweight MSI packages release workflow for winget](https://github.com/nushell/nushell/pull/15800)
26+
- [fixed Windows arm64 release binaries and winget related issues](https://github.com/nushell/nushell/pull/15690)
27+
- vivainio [optimized kv get by only selecting one row from the stor db](https://github.com/nushell/nushell/pull/15792)
28+
- Bahex:
29+
- [fixed implicitly running .ps1 scripts with spaces in path](https://github.com/nushell/nushell/pull/15781)
30+
- [added explicit cell-path case sensitivity syntax](https://github.com/nushell/nushell/pull/15692)
31+
- cptpiepmatz [refactored `IoError` construction from `std::io::Error`](https://github.com/nushell/nushell/pull/15777)
32+
- Mrfiregem [made `run-external` spread commands if they're lists](https://github.com/nushell/nushell/pull/15776)
33+
- pyz4 [expanded `polars unique` to allow expression inputs](https://github.com/nushell/nushell/pull/15771)
34+
- Tyarel8:
35+
- [fixed `kv set` examples](https://github.com/nushell/nushell/pull/15769)
36+
- [fixed duplicate short_name in `ansi` command](https://github.com/nushell/nushell/pull/15767)
37+
- ysthakur [used Default for making Suggestions in attribute_completions](https://github.com/nushell/nushell/pull/15764)
38+
- LoicRiegel [refactored units and added tests](https://github.com/nushell/nushell/pull/15746)
39+
- sholderbach [cleaned public API of `EngineState` and friends](https://github.com/nushell/nushell/pull/15636)
40+
41+
## Nu_Scripts
42+
43+
- CongLuanTran [fixed Tokyonight Moon theme color](https://github.com/nushell/nu_scripts/pull/1125)
44+
45+
## Awesome Nu
46+
47+
- Kissaki [added nu_plugin_bson to config.yaml](https://github.com/nushell/awesome-nu/pull/123)

0 commit comments

Comments
 (0)