This week in Nushell #245
Nushell
- sholderbach updated
interprocess
to 2.0.1, specified the required minimumchrono
version, pinnedbase64
to the fixed patch version, updated PLATFORM_SUPPORT regarding feature flags, avoided taking unnecessary ownership of intermediates, fixedclippy::wrong_self_convention
in polars plugin, fixed new clippy lints, eliminated dead code innu-explore
, and updated the bundled readme in release archives. - YizhePKU fixed PWD not pointing to root paths, changed environment variables to be case-preserving, made path expansion no longer remove trailing slashes, and migrated to a new PWD API.
- devyn fixed trailing slash in PWD set by
cd
, upgraded to interprocess 2.0.0, flushed on every pluginData
message, addedtoolkit release-pkg windows
for Windows release pkg builds, fixed Windows Terminal profile installation, bumped version to0.93.1
, bumped version to0.93.0
, bumpedreedline
to0.32.0
, fixed missing local socket feature, and madebytes build
accept integer values as individual bytes. - ExaltedBagel enabled columns with spaces for into_sqlite by adding quotes to column names.
- IanManske bumped
base64
to 0.22.1, refactored flattening to reduce intermediate allocations, fixed a typo, removed some macros, addedfs
feature tonix
dependency, removed lazy records, and provided aListStream
touchup. - szepeviktor minimized future false positive typos.
- rgwood made some changes to
explore
: adoptedanyhow
, supportedCustomValue
, removed help system. - hustcer upgraded Nu to v0.93.0 for nightly and release workflow.
- fdncred changed wix install method from perMachine to perUser, fixed a rust-analyzer warning, restored
query web --as-table
to working order, and overhauled shell_integration to enable individual control over ansi escape sequences, and added raw-string literal support. - maxim-uvarov added more tests to the
polars
plugin. - amtoine added support for cell-paths to NUON and improved NUON documentation.
- FilipAndersson245 initiated Tango migration.
- lavafroth fixed a bug to prevent relative directory traversal from crashing.
- merelymyself prevented
each
from swallowing errors wheneval_block
returns aListStream
. - rtpg reported errors that occur on file operations in ls.
Documentation
- woosaaahh corrected a wrong result in an example from 'lang-guide'.
- hustcer fixed make_docs.nu for Nu v0.93.0, upgraded lefthook, shiki, and vuepress plugins, and refreshed command docs for Nu v0.93.
- UmeSiyah fixed username in sys_get_nested_example.sh.
- devyn warned about Windows Installer on the 0.93.0 release notes, fixed a broken link to plugin protocol reference, clarified that
plugin use
is not needed in the config file, provided release notes for 0.93.0, and documented the plugin management overhaul - new commands and new file format, along with documentation for other features. - mandarvaze corrected a minor typo in background_task.md.
- fdncred wrote the 30k star blog post.
- YizhePKU explained that $env is case-insensitive.
- IanManske nearly finished 0.93.0 release notes and edited
0.93.0
release notes. - ayax79 provided release notes for Polars plugin and dataframes deprecation.
- tesujimath added a reference to Nu Plugin Tracer in the Nushell Book.
Nu_Scripts
- IanManske updated the release script.
- dam4rus removed deprecated --redirect-stdout in git branch cleanup.
- rayanamal updated the README.md for background tasks.
- kubouch fixed the link for creating release note PR.