diff --git a/blog/2025-12-12-twin0329.md b/blog/2025-12-12-twin0329.md new file mode 100644 index 00000000000..3bc6ebbc456 --- /dev/null +++ b/blog/2025-12-12-twin0329.md @@ -0,0 +1,98 @@ +--- +title: 'This week in Nushell #329' +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-11' +--- + +# This Week in Nushell #329 + +Published Saturday, 2025-12-13, including PRs merged Friday, 2025-12-05 through Thursday, 2025-12-11. + +## Nushell + +- @fdncred: + + - [updated explore regex command to look more helpful and professional (#17149)](https://github.com/nushell/nushell/pull/17149) + - [bumped the rust-toolchain to 1.90.0 (#17133)](https://github.com/nushell/nushell/pull/17133) + +- @app/dependabot: + + - [bumped bytesize from 2.1.0 to 2.3.1 (#17139)](https://github.com/nushell/nushell/pull/17139) + +- @andrewgazelka: + + - [added $history variable and structured response format (#17132)](https://github.com/nushell/nushell/pull/17132) + - [added REPL-style state persistence across evaluations (#17121)](https://github.com/nushell/nushell/pull/17121) + - [refactored mcp to extract tool descriptions to markdown files (#17120)](https://github.com/nushell/nushell/pull/17120) + - [switched mcp to output NUON format instead of expanded string (#17119)](https://github.com/nushell/nushell/pull/17119) + +- @hustcer: + + - [upgraded nushell to 0.109.1 for release and nightly workflow (#17131)](https://github.com/nushell/nushell/pull/17131) + - [fixed `table -i false` panic when there is an index column (#17126)](https://github.com/nushell/nushell/pull/17126) + - [fixed http DNS resolution 'Service not supported' error in Docker containers (#17125)](https://github.com/nushell/nushell/pull/17125) + +- @WindSoilder: + + - [prevented merge_predecl from moving all predecls to overlay (#17130)](https://github.com/nushell/nushell/pull/17130) + - [made --env-config and --config errors lead to error status code when running nu scripts (#17103)](https://github.com/nushell/nushell/pull/17103) + - [fixed pipefail behavior inside try block (#17052)](https://github.com/nushell/nushell/pull/17052) + +- @NotTheDr01ds: + + - [changed home-path/temp-path to home-dir/temp-dir (#17129)](https://github.com/nushell/nushell/pull/17129) + - [added record conversion to `into list` (#17127)](https://github.com/nushell/nushell/pull/17127) + +- @ayax79: + + - [added Azure blob storage support for polars (#17116)](https://github.com/nushell/nushell/pull/17116) + +- @KaiSforza: + + - [updated flake.lock and added `latest` devshell variant (#17084)](https://github.com/nushell/nushell/pull/17084) + +- @sgvictorino: + - [used `Stack::get_config()` in more places (#17058)](https://github.com/nushell/nushell/pull/17058) + +## Nu_Scripts + +- @Minhir: + + - [simplified fnm config and made it respect package.json (#1192)](https://github.com/nushell/nu_scripts/pull/1192) + +- @fdncred: + + - [tweaked a variety of scripts (#1191)](https://github.com/nushell/nu_scripts/pull/1191) + +- @CAESIUS-TIM: + + - [fixed grt in git-aliases (#1190)](https://github.com/nushell/nu_scripts/pull/1190) + +- @ehdevries: + - [fixed bugs in panache-git showing modified files and non-home dirs (#1188)](https://github.com/nushell/nu_scripts/pull/1188) + +## New nu-parser + +- @AucaCoyan: + - [updated rust-toolchain to 1.90 (#61)](https://github.com/nushell/new-nu-parser/pull/61) + +## Awesome Nu + +- @InnocentZero: + - [added supac to Integrations (#141)](https://github.com/nushell/awesome-nu/pull/141) + +## Documentation + +- @luk3953: + + - [added 'Coming from PowerShell' guide to the Nushell Book (#2091)](https://github.com/nushell/nushell.github.io/pull/2091) + +- @NotTheDr01ds: + - [published TWiN 328 (#2090)](https://github.com/nushell/nushell.github.io/pull/2090) + +## Tree-sitter + +- @mkatychev: + - [removed indirection for punctuation (#236)](https://github.com/nushell/tree-sitter-nu/pull/236)