Nushell
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub
Get Nu!
Getting Started
  • The Nushell Book
  • Command Reference
  • Cookbook
  • Language Reference Guide
  • Contributing Guide
Blog
  • English
  • 中文
  • Deutsch
  • Français
  • Español
  • 日本語
  • Português do Brasil
  • Русский язык
  • 한국어
GitHub

This Week in Nushell #359

Published Friday, 2026-07-24, including PRs merged Friday, 2026-07-03 through Thursday, 2026-07-09.

Nushell

  • @Bahex:

    • fixed type comparisons between table and list<oneof> (#18560)
    • relaxed assignability of list types (#18555)
    • fixed closure's input type to not inherit from scope (#18540)
    • fixed input listen's output type (#18535)
    • fixed assignment errors to point to the assignment (#18531)
    • added from xlsx/ods datetime fixes (#18516)
  • @cptpiepmatz:

    • updated crossbeam crates via cargo update (#18554)
    • prepared release (#18524)
    • fixed locally running test suite by disabling colors (#18517)
  • @Alb-O:

    • fixed parser to infer for loop items from iterable unions (#18551)
    • fixed search context help example in idx (#18550)
  • @fdncred:

    • added list input type to more date commands (#18536)
  • @hexbinoct:

    • fixed run binding that forwarded flags to the wrong parameter (#18533)
  • @Juhan280:

    • fixed MCP to initialize start_time only in MCP mode to avoid cargo warning (#18530)
  • @stormasm:

    • added "nu-test-support/os" to dev dependencies (#18518)

Documentation

  • @Kissaki:

    • improved v0.114.0 release post text (#2196)
  • @Alb-O:

    • updated 0.114 release notes for structured MCP output (#2195)
  • @cptpiepmatz:

    • fixed overflowing content on 0.114 blog post (#2193)
    • prepared release notes for v0.114.0 (#2192)
  • @hustcer:

    • upgraded vuepress and related plugins (#2191)
    • refreshed command docs for v0.114 (#2190)

nufmt

  • @xav-ie:

    • fixed comment loss and misplacement in match arms, nested records, and raw strings (#203)
  • @momomuchu:

    • tracked single-quoted strings and skipped comments when detecting missing record commas (#202)

reedline

  • @cptpiepmatz:
    • bumped minor version (#1116)

Integrations

  • @weirdan:
    • imported entire std/assert module (#76)

NUPM

  • @neurolag:
    • fixed nushell 114 (#135)
    • fixed Git Registry installations (#134)

VSCode Extension

  • @mst-mkt:
    • fixed syntax highlighting for variable declarations with type annotations (#234)
Edit this page on GitHub
Contributors: NotTheDr01ds