Skip to content

Commit 039e519

Browse files
authored
TWiN 315 and 316 (#2038)
1 parent 19c1be0 commit 039e519

File tree

2 files changed

+201
-0
lines changed

2 files changed

+201
-0
lines changed

blog/2025-09-05-twin0315.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: 'This week in Nushell #315'
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-09-04'
7+
---
8+
9+
# This Week in Nushell #315
10+
11+
Published Wednesday, 2025-09-17, including PRs merged Friday, 2025-08-29 through Thursday, 2025-09-04.
12+
13+
## Nushell
14+
15+
- @ayax79:
16+
- [bumped version to 107 (#16565)](https://github.com/nushell/nushell/pull/16565)
17+
18+
## Integrations
19+
20+
- @hustcer:
21+
- [added installation tests for loonarch64 (#68)](https://github.com/nushell/integrations/pull/68)
22+
23+
## VSCode Extension
24+
25+
- @fdncred:
26+
27+
- [updated release version (#209)](https://github.com/nushell/vscode-nushell-lang/pull/209)
28+
- [updated tmLang and prepared for release (#208)](https://github.com/nushell/vscode-nushell-lang/pull/208)
29+
30+
- @AlexeyRaga:
31+
- [updated to use LSP instead of legacy --ide-\* parameters (#207)](https://github.com/nushell/vscode-nushell-lang/pull/207)
32+
33+
## reedline
34+
35+
- @ayax79:
36+
- [bumped version to 42 (#949)](https://github.com/nushell/reedline/pull/949)
37+
38+
## Documentation
39+
40+
- @hustcer:
41+
42+
- [added commands/docs/registry.md (#2033)](https://github.com/nushell/nushell.github.io/pull/2033)
43+
- [refreshed Nu command docs for v0.107.0 (#2032)](https://github.com/nushell/nushell.github.io/pull/2032)
44+
45+
- @NotTheDr01ds:
46+
47+
- [published TWiN 314 (#2031)](https://github.com/nushell/nushell.github.io/pull/2031)
48+
49+
- @ItsHarper:
50+
51+
- [fixed incorrect tense in 0.107.0 release notes entry (#2029)](https://github.com/nushell/nushell.github.io/pull/2029)
52+
- [fixed big vs little endianness mistake in 0.107.0 release notes (#2027)](https://github.com/nushell/nushell.github.io/pull/2027)
53+
54+
- @jexjws:
55+
56+
- [revoked Chinese code examples back to English (#2026)](https://github.com/nushell/nushell.github.io/pull/2026)
57+
58+
- @sholderbach:
59+
- [published release notes for `0.107.0` (#1999)](https://github.com/nushell/nushell.github.io/pull/1999)
60+
61+
## Nu_Scripts
62+
63+
- @132ikl:
64+
65+
- [added support for notes:hide to release notes generator (#1169)](https://github.com/nushell/nu_scripts/pull/1169)
66+
- [implemented release notes generation from PR descriptions (#1160)](https://github.com/nushell/nu_scripts/pull/1160)
67+
68+
- @kpbaks:
69+
70+
- [added remote URL as description when completing git remotes (#1168)](https://github.com/nushell/nu_scripts/pull/1168)
71+
72+
- @j-xella:
73+
- [improved completions for just (#1166)](https://github.com/nushell/nu_scripts/pull/1166)

blog/2025-09-12-twin0316.md

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
---
2+
title: 'This week in Nushell #316'
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-09-11'
7+
---
8+
9+
# This Week in Nushell #316
10+
11+
Published Wednesday, 2025-09-17, including PRs merged Friday, 2025-09-05 through Thursday, 2025-09-11.
12+
13+
## Nushell
14+
15+
- @fdncred:
16+
17+
- [added `$nu.is-lsp` to help with printing in lsp mode (#16635)](https://github.com/nushell/nushell/pull/16635)
18+
- [bumped nushell to latest nu-ansi-term (#16613)](https://github.com/nushell/nushell/pull/16613)
19+
- [updated help to remove incorrect link (#16585)](https://github.com/nushell/nushell/pull/16585)
20+
21+
- @132ikl:
22+
23+
- [uploaded artifact during CI (#16633)](https://github.com/nushell/nushell/pull/16633)
24+
- [added release notes devdocs (#16614)](https://github.com/nushell/nushell/pull/16614)
25+
- [renamed A:dataframe to A:plugin-polars in label bot (#16612)](https://github.com/nushell/nushell/pull/16612)
26+
- [added area prefix to labeler bot labels (#16609)](https://github.com/nushell/nushell/pull/16609)
27+
28+
- @sholderbach:
29+
30+
- [bumped `scc` to a non-yanked version (#16631)](https://github.com/nushell/nushell/pull/16631)
31+
- [fixed `mismatched_lifetime_syntaxes` lint (#16618)](https://github.com/nushell/nushell/pull/16618)
32+
- [reworked signature flag parsing (#16617)](https://github.com/nushell/nushell/pull/16617)
33+
- [updated labels in issue templates (#16610)](https://github.com/nushell/nushell/pull/16610)
34+
35+
- @Sheape:
36+
37+
- [added integration test for associativity in power operator (#16627)](https://github.com/nushell/nushell/pull/16627)
38+
39+
- @app/dependabot:
40+
41+
- [bumped tempfile from 3.21.0 to 3.22.0 (#16623)](https://github.com/nushell/nushell/pull/16623)
42+
- [bumped actions/labeler from 5 to 6 (#16621)](https://github.com/nushell/nushell/pull/16621)
43+
- [bumped crate-ci/typos from 1.36.0 to 1.36.2 (#16620)](https://github.com/nushell/nushell/pull/16620)
44+
- [bumped actions/setup-python from 5 to 6 (#16619)](https://github.com/nushell/nushell/pull/16619)
45+
- [bumped shadow-rs from 1.2.0 to 1.3.0 (#16573)](https://github.com/nushell/nushell/pull/16573)
46+
- [bumped hashbrown from 0.15.2 to 0.16.0 (#16572)](https://github.com/nushell/nushell/pull/16572)
47+
- [bumped crate-ci/typos from 1.35.5 to 1.36.0 (#16571)](https://github.com/nushell/nushell/pull/16571)
48+
49+
- @cptpiepmatz:
50+
51+
- [fixed building `nu-command` by itself (#16616)](https://github.com/nushell/nushell/pull/16616)
52+
- [installed prebuilt `cargo-audit` to speed up Security Audit workflow (#16615)](https://github.com/nushell/nushell/pull/16615)
53+
54+
- @weirdan:
55+
56+
- [discarded `path add` input (#16606)](https://github.com/nushell/nushell/pull/16606)
57+
- [fixed `std help externs` (#16590)](https://github.com/nushell/nushell/pull/16590)
58+
59+
- @blindFS:
60+
61+
- [fixed panic on large duration number (#16594)](https://github.com/nushell/nushell/pull/16594)
62+
- [fixed parser pitfall of redefining `def` (#16591)](https://github.com/nushell/nushell/pull/16591)
63+
- [refactored LSP to clean up duplicated testing code (#16578)](https://github.com/nushell/nushell/pull/16578)
64+
- [fixed LSP malfunctioning on unsaved files, empty `workspaceFolder` parameter, overlay use with prefixes (#16568)](https://github.com/nushell/nushell/pull/16568)
65+
66+
- @Bahex:
67+
68+
- [made `for` loops lazy, no longer collecting their source (#16593)](https://github.com/nushell/nushell/pull/16593)
69+
70+
- @Jan9103:
71+
72+
- [marked LSP sessions as non-interactive (#16580)](https://github.com/nushell/nushell/pull/16580)
73+
74+
- @andoalon:
75+
- [added `--endian` flag to `format bits` (#16574)](https://github.com/nushell/nushell/pull/16574)
76+
77+
## Integrations
78+
79+
- @Taywee:
80+
- [ensured config directory exists in post-install and pre-remove (#70)](https://github.com/nushell/integrations/pull/70)
81+
82+
## VSCode Extension
83+
84+
- @fdncred:
85+
- [fixed the changelog (#215)](https://github.com/nushell/vscode-nushell-lang/pull/215)
86+
- [updated for pre-release (#214)](https://github.com/nushell/vscode-nushell-lang/pull/214)
87+
- [fixed lints (#213)](https://github.com/nushell/vscode-nushell-lang/pull/213)
88+
- [improved jsonrpc logging (#211)](https://github.com/nushell/vscode-nushell-lang/pull/211)
89+
- [added ability to start and stop the LSP (#210)](https://github.com/nushell/vscode-nushell-lang/pull/210)
90+
91+
## Documentation
92+
93+
- @acxz:
94+
95+
- [added nushell equivalents of various `cat` incantations (#2037)](https://github.com/nushell/nushell.github.io/pull/2037)
96+
97+
- @app/dependabot:
98+
99+
- [bumped vite from 7.0.4 to 7.0.7 (#2035)](https://github.com/nushell/nushell.github.io/pull/2035)
100+
101+
- @sholderbach:
102+
103+
- [removed mentions of the `chocolatey` package (#2023)](https://github.com/nushell/nushell.github.io/pull/2023)
104+
105+
- @Kissaki:
106+
- [reported and forgave missing plugins in make_docs.nu (#2017)](https://github.com/nushell/nushell.github.io/pull/2017)
107+
108+
## Nu_Scripts
109+
110+
- @Bahex:
111+
112+
- [wrapped string patterns in quotes in match expressions (#1172)](https://github.com/nushell/nu_scripts/pull/1172)
113+
114+
- @MelvinCou:
115+
- [improved winget completion (#1171)](https://github.com/nushell/nu_scripts/pull/1171)
116+
117+
## nu-ansi-term
118+
119+
- @wmmc88:
120+
121+
- [widened windows-sys dependency version range (#69)](https://github.com/nushell/nu-ansi-term/pull/69)
122+
123+
- @fdncred:
124+
125+
- [fixed clippy doc warning (#68)](https://github.com/nushell/nu-ansi-term/pull/68)
126+
127+
- @dpaoliello:
128+
- [updated to windows-sys 0.60 (#66)](https://github.com/nushell/nu-ansi-term/pull/66)

0 commit comments

Comments
 (0)