- zhiburt created a new
less
like pager and Deliver a few fixes forexplore
command, and - raccmonteiro created a new
uniq-by
command - dmatos2012 allowed tables in the ++ operator
- fdncred added a
:q!
alias to explore command, and fixcal
input_output_types signature, and bump to dev release v0.72.1, and add comments to release-pkg for manual running, and update release-pkg.nu to include more recent less version, and fix dfr datetime conversion, and add a more verbose description of operators, and addhelp operators
command, and pin to rust v1.65, and addinto record
command - webbedspace edited help text and examples in
explore
for readability, and Rename$env.config.explore_config
to$env.config.explore
(for consistency with$env.config.ls
,$env.config.table
etc.), and Add-n
flag tosort
(formerly only available onsort-by
) - rgwood fixed the handling of mixed LF+CRLF in
lines
, and Handlectrl-c
inRawStream
iterator, and Clean up .sh scripts with shellcheck, and Upgradewindows
andtrash
crates - hustcer used setup-rust-toolchain for release workflow, and Remove inactive actions-rs/[email protected] for release workflow, and Update release script to nu v0.71 and use ubuntu-20.04 to build nu binary
- kubouch fixed the where -b flag
- jntrnr made a couple minor updates to xml deps, and Simple README updates, and bump to 0.72, and Clean up keyword lines in help
- sholderbach added a deprecation note for removed
build-string
, and Fix failing test after #7051, and Remove unused dev-dependencies, and Implement more math commands (e.g. trig, ln), and Suggest using float onValue::Int
overflow, and Add did-you-mean suggestions for bitwise ops, and Add did-you-mean suggestions for operators, and Add logicalxor
operator - WindSoilder fixed try for external command runs to failed, and make histogram sorted, and add -f, --force for save command
- Decodetalkers updated chrono
- bgeron created Fix documentation for merge
- WindSoilder added a command signature section
- Kissaki fixed typo in 0.71 release notes
- raccmonteiro fixed a typo
- fdncred updated a closure syntax example
- sholderbach fixed tip boxes in
book/custom_commands.md
, and Autoformat book/types_of_data.md, and Fix octal literal mentions, and Update operator docs - rgwood updated docs for dataframe+database feature change, and v0.72 blog post
- webbedspace added config.nu structure changes
- Decodetalkers created feat: add example for starship and shell_space
- WindSoilder created fix merge doesnt support block input
- jmoore34 created Make DefaultPrompt configurable