Next | Query returned 56 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2021-11-17 12:20:32 by pin | Files touched by this commit (3) | Package updated
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) | Package updated
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
   2021-10-07 13:48:49 by pin | Files touched by this commit (3) | Package updated
Log message:
shells/nushell: update to 0.38.0

Today, we're releasing 0.38 of Nu. This release includes polish to the user
interface, improvements to how columns are passed, lots of bug fixes, and
updates on the upcoming engine.

What's New
-Quickly jump to a shell (tw4452852)
If you've used shells, you've no doubt used the n and p commands to quickly jump
between them. This can be a big time saver when you're working in multiple
directories.

In this release, we've added a g command that helps you quickly jump to a
particular shell. This helps in the cases where you end up with more than two
shells open and you already know what shell you want to jump to.

Additional improvements
-Improvements in updated table cell values
-update cells command now can take a list of columns
-You can now also pass a list of columns to select
-Improvements in how html table scraping works and also
-Fix to compiling on nightly
-Removed unused deps
-Completions now can complete inside of an argument
-We now expand tilde when reading plugin directories
-We also turn off ansi colors when not in a TTY
-Fixed some of the wasm deps
-Fixed a leak of a let-binding
-Use SIMD-enabled compiler flags
-Updated polars dependency to 0.16
-Updates to how path join works
-Moved nu-path tests into integration tests
-New support for converting to column paths
-Cleanup fixes to make tests more resilient
-Internal improvement to make working with spans easier
-Fix to gitpod
-Fix to big int handling in to
-Fixed a typo
-Fixed some typos in the tutor
-Removed the experimental scrolling support as it had broken
   2021-09-24 12:32:43 by pin | Files touched by this commit (2)
Log message:
shells/nushell: enable nu_plugin_textview

This is the last plugin belonging to core.
I'll keep testing the other plugins after the freeze.
   2021-09-23 12:15:28 by pin | Files touched by this commit (2)
Log message:
shells/nushell: enable nu_plugin_inc

Next | Query returned 56 messages, browsing 41 to 50 | Previous