Nushell
- zhiburt added
table.padding
configuration - sholderbach moved
format duration
/filesize
back into core, and fixed up dataframe build after #9971 - amtoine fixed the signature of
input list
, and fixed panic withlines
on an error, and fix the default config forexplore
, and forced version to update when installing with toolkit, and add a test to make sure "nothing" shows up as "nothing" in help, and remove old deprecated commands - rgwood created fixed cross-compiling with cross-rs, and put heavy dataframe dependencies behind feature flag, and fixed
match
example whitespace - fdncred updated
strip-ansi-escapes
to 0.2.0 and the latest reedline, and updatestrip-ansi-escapes
to use new api, and add keybinding for search-history - jntrnr fixed the Cargo.lock file, and move
help commands
to use more structure in signatures, and renamemain
to script name when running scripts, and fixed a couple clippy warnings, and auto-expand table based on terminal width, and added tests for script subcommands - panicbit created parse: collect external stream chunks before matching, and do not emit None mid-stream during parse
- stormasm created Categorification: move commands histogram and version out of the default category, and Categorification: move from Default category to Filters, and Categorification: move Path commands out of the default category, and Categorification: graduate nuon --- from the experimental category to the formats category, and Categorification: move uncategorized String commands to Category::Strings, and Cratification: move some str case commands to nu-cmd-extra
- atahabaki created str-expand: update bracoxide to v0.1.2, fixes #9913
- NotLebedev created a new Nothing return type
- IanManske made
Value::columns
return slice instead of cloned Vec - bobhy fixed duration type to not report months or years
Documentation
- rgwood created Cookbook cleanup
- rprtr258 created Update explore.md
- oatovar created Update testing examples
Nu_Scripts
- uroybd created feat(completions): ✨ add PDM custom completions
reedline
- fdncred created update to strip-ansi-escapes 0.2.0, and update
strip-ansi-escapes
to their latest api