2022-01-19 11:52:30 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.43.0
What's New:
-You can now learn about some of the upcoming changes in Nushell by reading the
tutor e-q page. It will tell you about some of the new features and breaking
changes, as well as link you to the full list of changes.
Fixes:
-Fix to the sample configuration file
-Fix to a crate description
-Bump to some dependencies in wasm support
-Update to sysinfo support
-Fix to build on latest Rust stable + clippy
|
2022-01-01 23:34:45 by pin | Files touched by this commit (4) | |
Log message:
shells/nushell: update to 0.42.0
What's New
Fixes
-Can optionally use an insecure SSL cert (nibon7)
-Fixed a crash when viewing text files (nibon7)
-Build fixed for NetBSD (0323pin)
Breaking change
-For naming consistency, into column_path is now into column-path
|
2021-12-09 17:56:29 by pin | Files touched by this commit (4) | |
Log message:
shells/nushell: update to 0.41.0
What's New
-Features:
-Add -l/--login flag for compat with other shells
-Fixes:
-save --append will now create a file if missing
-Upgraded dependencies
-Corrected spelling in crate docs and code docs
-Fixed the markup in some of the crate docs
-external arguments are now sanitized more
-upx/strip has been removed after feedback from users
-Clipboard capability via arboard removed
-Removed some unnecessary allocation
|
2021-11-17 12:20:32 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.40.0
Today, we're releasing 0.40 of Nu. This release is includes better table imports
and much smaller release size.
What's New
-Detecting columns (jt)
Nushell now supports a new command: detect columns. This command is intended as
an easy way to handle tabular data that's written as text. Commands like ps,
ls -l, netstat, df, and others commonly output their output as text.
With detect columns, you can run the external command, and convert them into
Nushell's tabular data format.
-Smaller binaries (fdncred)
The size of the Nushell release binaries has come up as regular feedback from
Nushell users. "Why does the shell have to be so big?" And we've \
heard you!
Today's release now uses a combination of strip and upx to bring considerable
savings in binary size. The Linux release (plugins incl.) has dropped from
475mb to 58mb(!!), making it 88% smaller. We're seeing similar improvements in
the sizes of the macOS and Windows releases.
|
2021-10-27 12:14:01 by pin | Files touched by this commit (3) | |
Log message:
shells/nushell: update to 0.39.0
Today, we're releasing 0.39 of Nu. This release is a bugfix release of 0.38.
What's New:
-History file is now removed when the history is cleared (fdncred)
-HTML selector has a regression fixed (lucassmmg)
-Unused dependencies were removed (lucassmmg)
-Updated clippy warnings were fixed (jt)
Engine-q progress
You'll notice that this release is pretty light, only a set of fixes on 0.38.
his is because our energy is now largely focused on engine-q.
We're excited to get this in front of you.
Just to tease a little of what will be possible, this week we added support for
processing streams in parallel in engine-q using a new par-each command.
We'll talk more about this as it develops.
|
2021-10-26 13:18:40 by Nia Alarie | Files touched by this commit (38) |
Log message:
shells: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-14 18:49:59 by pin | Files touched by this commit (1) |
Log message:
shells/nushell: fix PLIST
|
2021-10-08 10:24:13 by pin | Files touched by this commit (1) |
Log message:
shells/nushell: remove leftover
|
2021-10-07 17:54:23 by pin | Files touched by this commit (1) |
Log message:
shells/nushell: remove arch restriction
|
2021-10-07 16:56:13 by Nia Alarie | Files touched by this commit (38) |
Log message:
shells: Remove SHA1 hashes for distfiles
|