diff --git a/blog/2025-12-05-twin0328.md b/blog/2025-12-05-twin0328.md new file mode 100644 index 00000000000..5f8fe4740a5 --- /dev/null +++ b/blog/2025-12-05-twin0328.md @@ -0,0 +1,101 @@ +--- +title: 'This week in Nushell #328' +author: The Nu Authors +author_site: https://nushell.sh +author_image: https://www.nushell.sh/blog/images/nu_logo.png +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-12-04' +--- + +# This Week in Nushell #328 + +Published Sunday, 2025-12-07, including PRs merged Friday, 2025-11-28 through Thursday, 2025-12-04. + +## Nushell + +- @blackhat-hemsworth: + + - [fixed parsing issue with multiarm match + guard (#17115)](https://github.com/nushell/nushell/pull/17115) + - [fixed handling of ranges with respect to parentheses (#17109)](https://github.com/nushell/nushell/pull/17109) + - [fixed issue with alias "missing required flag" on create (#17106)](https://github.com/nushell/nushell/pull/17106) + - [deduplicated types in type_check process to improve error message (#17075)](https://github.com/nushell/nushell/pull/17075) + +- @migraine-user: + + - [fixed typo in docs for `each` (#17110)](https://github.com/nushell/nushell/pull/17110) + +- @app/dependabot: + + - [bumped crate-ci/typos from 1.39.2 to 1.40.0 (#17108)](https://github.com/nushell/nushell/pull/17108) + - [bumped schemars from 1.0.4 to 1.1.0 (#17078)](https://github.com/nushell/nushell/pull/17078) + - [bumped actions/checkout from 5 to 6 (#17076)](https://github.com/nushell/nushell/pull/17076) + +- @cptpiepmatz: + + - [bumped version to 0.109.2 (#17107)](https://github.com/nushell/nushell/pull/17107) + +- @KaiSforza: + + - [added backticks to readmes (#17101)](https://github.com/nushell/nushell/pull/17101) + - [fixed env.rs tests (#17085)](https://github.com/nushell/nushell/pull/17085) + - [improved std/help with colors, proper examples, and fixed output (#17010)](https://github.com/nushell/nushell/pull/17010) + +- @yanek: + + - [added `short` error_style (#17097)](https://github.com/nushell/nushell/pull/17097) + +- @hustcer: + + - [attempted to fix winget automatic validation error (#17096)](https://github.com/nushell/nushell/pull/17096) + - [fixed use constants in bare-word-strings with source error (#17094)](https://github.com/nushell/nushell/pull/17094) + - [bumped to dev version 0.109.1 (#17093)](https://github.com/nushell/nushell/pull/17093) + - [fixed http get panic (#17092)](https://github.com/nushell/nushell/pull/17092) + - [bumped version to 0.109.0 (#17082)](https://github.com/nushell/nushell/pull/17082) + +- @kaathewisegit: + + - [fixed overflow errors in duration integer multiplication (#17063)](https://github.com/nushell/nushell/pull/17063) + +- @ysthakur: + + - [fixed custom completer spans relative to command expr (#17060)](https://github.com/nushell/nushell/pull/17060) + +- @Dorumin: + - [added --tag on job flush (#17056)](https://github.com/nushell/nushell/pull/17056) + +## Nu_Scripts + +- @orthonormalremy: + - [added support for module completions in just-completions (#1187)](https://github.com/nushell/nu_scripts/pull/1187) + +## Documentation + +- @samoylovfp: + + - [added 'chunks' subcommand to binary common commands (#2089)](https://github.com/nushell/nushell.github.io/pull/2089) + +- @cptpiepmatz: + + - [added release notes for `v0.109.1` (#2088)](https://github.com/nushell/nushell.github.io/pull/2088) + - [added release notes for `v0.109.0` (#2084)](https://github.com/nushell/nushell.github.io/pull/2084) + +- @app/dependabot: + + - [bumped mdast-util-to-hast from 13.2.0 to 13.2.1 (#2087)](https://github.com/nushell/nushell.github.io/pull/2087) + +- @Kissaki: + + - [improved v0.109.0 Release Notes (#2086)](https://github.com/nushell/nushell.github.io/pull/2086) + +- @NotTheDr01ds: + + - [published TWiN 327 (#2085)](https://github.com/nushell/nushell.github.io/pull/2085) + - [updated Cookbook direnv instructions for new std helper (#1878)](https://github.com/nushell/nushell.github.io/pull/1878) + +- @hustcer: + - [refreshed Nu command docs for v0.109.0 (#2077)](https://github.com/nushell/nushell.github.io/pull/2077) + +## reedline + +- @cptpiepmatz: + - [bumped `crossbeam-channel` (#981)](https://github.com/nushell/reedline/pull/981) + - [bumped to 0.44.0 (#980)](https://github.com/nushell/reedline/pull/980)