|
| 1 | +--- |
| 2 | +title: 'This week in Nushell #305' |
| 3 | +author: The Nu Authors |
| 4 | +author_site: https://nushell.sh |
| 5 | +author_image: https://www.nushell.sh/blog/images/nu_logo.png |
| 6 | +excerpt: 'PRs and activity for Nushell the week ending Thursday, 2025-06-26' |
| 7 | +--- |
| 8 | + |
| 9 | +# This Week in Nushell #305 |
| 10 | + |
| 11 | +Published Monday, 2025-08-18, including PRs merged Friday, 2025-06-20 through Thursday, 2025-06-26. |
| 12 | + |
| 13 | +## Nushell |
| 14 | + |
| 15 | +- @sholderbach: |
| 16 | + |
| 17 | + - [bumped `strip-ansi-escapes` to deduplicate `vte` (#16054)](https://github.com/nushell/nushell/pull/16054) |
| 18 | + - [added `tango` folder to .gitignore (#16052)](https://github.com/nushell/nushell/pull/16052) |
| 19 | + |
| 20 | +- @Axlefublr: |
| 21 | + |
| 22 | + - [added note for figuring out datetime escape sequences to default config (#16051)](https://github.com/nushell/nushell/pull/16051) |
| 23 | + |
| 24 | +- @musicinmybrain: |
| 25 | + |
| 26 | + - [updated which from 7.0.3 to 8.0.0 (#16045)](https://github.com/nushell/nushell/pull/16045) |
| 27 | + |
| 28 | +- @fdncred: |
| 29 | + |
| 30 | + - [updated nushell to latest reedline e4221b9 (#16044)](https://github.com/nushell/nushell/pull/16044) |
| 31 | + - [fixed LS_COLORS fi=0 coloring (#16012)](https://github.com/nushell/nushell/pull/16012) |
| 32 | + |
| 33 | +- @adithyaov: |
| 34 | + |
| 35 | + - [updated how paths are interpreted in `start` (#16033)](https://github.com/nushell/nushell/pull/16033) |
| 36 | + |
| 37 | +- @Tyarel8: |
| 38 | + |
| 39 | + - [added `is_const` information to std/help (#16032)](https://github.com/nushell/nushell/pull/16032) |
| 40 | + - [fixed windows `--help` output collection for gui programs in std/help (#16019)](https://github.com/nushell/nushell/pull/16019) |
| 41 | + - [added `--help` support for external commands (#15962)](https://github.com/nushell/nushell/pull/15962) |
| 42 | + |
| 43 | +- @ayax79: |
| 44 | + |
| 45 | + - [upgraded to polars 0.49 (#16031)](https://github.com/nushell/nushell/pull/16031) |
| 46 | + |
| 47 | +- @Bahex: |
| 48 | + |
| 49 | + - [fixed hooks to correctly update config state when changing `$env.config` (#16021)](https://github.com/nushell/nushell/pull/16021) |
| 50 | + - [preserved round float numbers' type in `to <format>` (#16016)](https://github.com/nushell/nushell/pull/16016) |
| 51 | + |
| 52 | +- @hustcer: |
| 53 | + |
| 54 | + - [added loongarch64-unknown-linux-musl build target (#16020)](https://github.com/nushell/nushell/pull/16020) |
| 55 | + |
| 56 | +- @Mrfiregem: |
| 57 | + |
| 58 | + - [allowed `update cells` to work on single records (#16018)](https://github.com/nushell/nushell/pull/16018) |
| 59 | + - [streamed lazy `default` output (#15955)](https://github.com/nushell/nushell/pull/15955) |
| 60 | + |
| 61 | +- @132ikl: |
| 62 | + |
| 63 | + - [added `only` command to `std-rfc/iter` (#16015)](https://github.com/nushell/nushell/pull/16015) |
| 64 | + - [added backtick code formatting to `help` (#15892)](https://github.com/nushell/nushell/pull/15892) |
| 65 | + |
| 66 | +- @echasnovski: |
| 67 | + |
| 68 | + - [added 'double' table mode (#16013)](https://github.com/nushell/nushell/pull/16013) |
| 69 | + |
| 70 | +- @kumarUjjawal: |
| 71 | + |
| 72 | + - [fixed `random dice` to gracefully handle --sides 0 using NonZeroUsize (#16001)](https://github.com/nushell/nushell/pull/16001) |
| 73 | + - [made drop nth command support spreadable arguments (#15897)](https://github.com/nushell/nushell/pull/15897) |
| 74 | + |
| 75 | +- @blindFS: |
| 76 | + - [fixed completion for external path arguments with spaces (#15998)](https://github.com/nushell/nushell/pull/15998) |
| 77 | + - [improved scalability of get_columns (#15780)](https://github.com/nushell/nushell/pull/15780) |
| 78 | + |
| 79 | +## Nu_Scripts |
| 80 | + |
| 81 | +- @gin-lsl: |
| 82 | + - [fixed incompatible npm scripts (#1137)](https://github.com/nushell/nu_scripts/pull/1137) |
| 83 | + |
| 84 | +## Integrations |
| 85 | + |
| 86 | +- @hustcer: |
| 87 | + - [added updated manifests for 0.105.0 and 0.105.1 (#62)](https://github.com/nushell/integrations/pull/62) |
| 88 | + |
| 89 | +## Documentation |
| 90 | + |
| 91 | +- @scarlet-storm: |
| 92 | + |
| 93 | + - [escaped all singlequotes in fish_completer (#1958)](https://github.com/nushell/nushell.github.io/pull/1958) |
| 94 | + - [handled fish external completer annoyances (#1955)](https://github.com/nushell/nushell.github.io/pull/1955) |
| 95 | + |
| 96 | +- @Axlefublr: |
| 97 | + |
| 98 | + - [merged settings instead of overriding them in book (#1957)](https://github.com/nushell/nushell.github.io/pull/1957) |
| 99 | + - [changed 'before' to 'later' (#1956)](https://github.com/nushell/nushell.github.io/pull/1956) |
| 100 | + - [changed 'nu config' to 'config' (#1951)](https://github.com/nushell/nushell.github.io/pull/1951) |
| 101 | + - [wrapped variable-like things in code formatting (#1950)](https://github.com/nushell/nushell.github.io/pull/1950) |
| 102 | + - [fixed typo (#1949)](https://github.com/nushell/nushell.github.io/pull/1949) |
| 103 | + |
| 104 | +- @meghprkh: |
| 105 | + |
| 106 | + - [made capture-foreign-env return an empty record instead of an empty list (#1954)](https://github.com/nushell/nushell.github.io/pull/1954) |
| 107 | + |
| 108 | +- @WindSoilder: |
| 109 | + |
| 110 | + - [clarified stderr usage (#1953)](https://github.com/nushell/nushell.github.io/pull/1953) |
| 111 | + |
| 112 | +- @echasnovski: |
| 113 | + - [updated available table modes (#1948)](https://github.com/nushell/nushell.github.io/pull/1948) |
| 114 | + |
| 115 | +## reedline |
| 116 | + |
| 117 | +- @qilme: |
| 118 | + |
| 119 | + - [fixed cursor start position for large buffers (#900)](https://github.com/nushell/reedline/pull/900) |
| 120 | + |
| 121 | +- @maxomatic458: |
| 122 | + - [added smooth scrolling to menus (#891)](https://github.com/nushell/reedline/pull/891) |
| 123 | + |
| 124 | +## NUPM |
| 125 | + |
| 126 | +- @kubouch: |
| 127 | + |
| 128 | + - [replaced filter with where (#123)](https://github.com/nushell/nupm/pull/123) |
| 129 | + |
| 130 | +- @mkatychev: |
| 131 | + |
| 132 | + - [added examples documentation to subcommands (#121)](https://github.com/nushell/nupm/pull/121) |
| 133 | + |
| 134 | +- @Rydwxz: |
| 135 | + - [worked on registry (#118)](https://github.com/nushell/nupm/pull/118) |
0 commit comments