Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions blog/2026-08-21-twin0365.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
title: 'This week in Nushell #365'
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, 2026-08-20'
---

# This Week in Nushell #365

Published Friday, 2026-08-21, including PRs merged Friday, 2026-08-14 through Thursday, 2026-08-20.

## Nushell

- @fdncred:

- [fixed `update` to work better with custom values (#18865)](https://github.com/nushell/nushell/pull/18865)
- [allowed `$ans` to still work after invalid operation (#18863)](https://github.com/nushell/nushell/pull/18863)
- [allowed boolean comparison with semver (#18854)](https://github.com/nushell/nushell/pull/18854)
- [renamed `$ans.cli` to `$ans.command` (#18836)](https://github.com/nushell/nushell/pull/18836)
- [fixed: single semver output as table instead of value (#18834)](https://github.com/nushell/nushell/pull/18834)

- @cptpiepmatz:

- [bumped patch version after release (#18845)](https://github.com/nushell/nushell/pull/18845)
- [fixed publishing (#18843)](https://github.com/nushell/nushell/pull/18843)
- [prepared release (#18842)](https://github.com/nushell/nushell/pull/18842)

- @kronberger-droid:

- [made the visual selection style configurable (#18838)](https://github.com/nushell/nushell/pull/18838)
- [fixed(completion): stopped stat-ing all of PATH once the external cap is hit (#18835)](https://github.com/nushell/nushell/pull/18835)
- [gave `helix_select` keybindings their own table (#18833)](https://github.com/nushell/nushell/pull/18833)
- [bumped reedline to 61715da including helix-mode (#18830)](https://github.com/nushell/nushell/pull/18830)

- @brandondong:

- [fixed configuration book link in README (#18831)](https://github.com/nushell/nushell/pull/18831)

- @app/dependabot:
- [bumped hustcer/setup-nu from 3.26 to 3.27 (#18857)](https://github.com/nushell/nushell/pull/18857)

## Documentation

- @maxim-uvarov:

- [fixed yaml examples 0115 (#2228)](https://github.com/nushell/nushell.github.io/pull/2228)

- @weirdan:

- [fixed typo (`s/unwatned/unwanted/`) (#2227)](https://github.com/nushell/nushell.github.io/pull/2227)

- @cptpiepmatz:

- [added release notes for `v0.115.0` (#2226)](https://github.com/nushell/nushell.github.io/pull/2226)

- @NotTheDr01ds:

- [added TWiN 362-364 (#2225)](https://github.com/nushell/nushell.github.io/pull/2225)

- @hustcer:
- [refreshed command docs for v0.115 (#2224)](https://github.com/nushell/nushell.github.io/pull/2224)

## reedline

- @cptpiepmatz:

- [bumped minor version (#1150)](https://github.com/nushell/reedline/pull/1150)

- @kronberger-droid:
- [styled the cursor cell inside a visual selection (#1149)](https://github.com/nushell/reedline/pull/1149)
- [gave select mode its own keybinding table (#1148)](https://github.com/nushell/reedline/pull/1148)

## Nu_Scripts

- @PRO-2684:
- [added Codex completions (#1274)](https://github.com/nushell/nu_scripts/pull/1274)