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
2 changes: 1 addition & 1 deletion blog/2026-01-17-nushell_v0_110_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ Previously, `bar` would be available to use even after `overlay hide spam`. This
- `format date` can see locale environment variables set by `with-env` ([#17333](https://github.com/nushell/nushell/pull/17333))
- Changes to `$env.config` outside of `config.nu` are reflected in more places ([17058](https://github.com/nushell/nushell/pull/17058))
- Multiplying duration by integers now throws an error on overflow ([#17063](https://github.com/nushell/nushell/pull/17063))
- rm command will return error when there is one file is failed to remove. ([#17237](https://github.com/nushell/nushell/pull/17237))
- rm command will return error when there is one file it failed to remove. ([#17237](https://github.com/nushell/nushell/pull/17237))
- Changed the behavior of `cal --month-names` to create a new `month_name` column instead of overriding `month`. ([#17302](https://github.com/nushell/nushell/pull/17302))
- `glob` no longer canonicalizes paths internally ([#17312](https://github.com/nushell/nushell/pull/17312))
- Fixed the issue where "Duplicate Pane" in Windows Terminal failed when the current path contained Chinese characters by removing unnecessary URL-encoding in OSC 9;9 sequences. ([#17311](https://github.com/nushell/nushell/pull/17311))
Expand Down