Skip to content

Commit 46c20bc

Browse files
authored
Drop duplicate windows ls change listing (#2115)
The change has a dedicated section earlier in the content, so listing it under “other fixes” again is wrong. I moved the more technical note up for technical context and information.
1 parent 7f71054 commit 46c20bc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

blog/2026-01-17-nushell_v0_110_0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Examples:
229229

230230
## Faster `ls` on Windows [[toc](#table-of-contents)]
231231

232-
[#17339](https://github.com/nushell/nushell/pull/17339) makes `ls` much faster on Windows.
232+
[#17339](https://github.com/nushell/nushell/pull/17339) makes `ls` much faster on Windows by caching and not calling `metadata()` so frequently.
233233

234234
Before:
235235

@@ -695,7 +695,6 @@ Previously, `bar` would be available to use even after `overlay hide spam`. This
695695
- `glob` no longer canonicalizes paths internally ([#17312](https://github.com/nushell/nushell/pull/17312))
696696
- 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))
697697
- Enable `detect columns` to be more robust, specifically for handling the output of tablelike structures that are created with ascii or unicode table characters like we use in nushell today. Many tools are starting to use this columnar data output so hopefully this will enable nushell to be able to parse this data better. ([#17317](https://github.com/nushell/nushell/pull/17317))
698-
- General speed up increase in the `ls` command by caching and not calling `metadata()` so frequently. ([#17339](https://github.com/nushell/nushell/pull/17339))
699698
- `input -s` will append newline when user finishes typing. ([#17298](https://github.com/nushell/nushell/pull/17298))
700699
- `std/help`: Add colors, proper examples, fix output ([#17010](https://github.com/nushell/nushell/pull/17010))
701700
- `table -i false` no longer panic when there is an index column, e.g: `[{index: 0, data: yes}] | table -i false` ([#17126](https://github.com/nushell/nushell/pull/17126))

0 commit comments

Comments
 (0)