Skip to content

Releases: nushell/nushell

0.94.2

03 Jun 19:55
be8c1dc
Compare
Choose a tag to compare

This is the 0.94.2 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-06-03-nushell_0_94_2.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

In this release, we're releasing two bugfixes:

  • Fix external command name parsing with backslashes, and add tests by @devyn in #13027
  • Fix run_external::expand_glob() to return paths that are PWD-relative but reflect the original intent by @devyn in #13028

This release was made possible by PR contributions from @devyn.

0.94.1

30 May 23:38
f3cf693
Compare
Choose a tag to compare

This is the 0.94.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-05-30-nushell_0_94_1.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

This release was made possible by PR contributions from @devyn, @fdncred, @IanManske, @WindSoilder

0.94.0

28 May 19:41
61182de
Compare
Choose a tag to compare

This is the 0.94.0 release of Nushell. You can learn more about this release here: http://www.nushell.sh/blog/2024-05-28-nushell_0_94_0.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

This release was made possible by PR contributions from @amtoine, @app/dependabot, @ayax79, @cablehead, @cptpiepmatz, @devyn, @ExaltedBagel, @fdncred, @FilipAndersson245, @francesco-gaglione, @hustcer, @IanManske, @kubouch, @lavafroth, @maxim-uvarov, @NotTheDr01ds, @rgwood, @rtpg, @sholderbach, @Skyppex, @szepeviktor, @WindSoilder, @YizhePKU

0.93.0

30 Apr 23:31
3b220e0
Compare
Choose a tag to compare

This is the 0.93.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-04-30-nushell_0_93_0.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

This release was made possible by PR contributions from @amtoine, @app/dependabot, @ayax79, @deepanchal, @devyn, @eopb, @fdncred, @friaes, @hustcer, @IanManske, @KAAtheWiseGit, @maxim-uvarov, @merelymyself, @NotTheDr01ds, @oornaque, @poliorcetics, @schrieveslaach, @sholderbach, @singh-priyank, @stormasm, @SylvanBrocard, @texastoland, @TheLostLambda, @WindSoilder, @woosaaahh, @YizhePKU, @ysthakur

0.92.2

10 Apr 21:56
Compare
Choose a tag to compare

This is the 0.92.2 patch release of Nushell.

This hot-fix addresses a security concern with how arguments are passed to external commands on Windows.

The underlying vulnerability was found in the interaction of the Rust standard library we use and the Windows command invocation logic and documented as CVE-2024-24576

To address this concern, we update the version of the Rust compiler and standard library used to build Nushell to the latest stable version (1.77.2).

Note: Distributors of Nushell need to upgrade their Rust toolchain to provide a patched Nushell build.

For convenience, we are providing full patched builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

0.92.1

04 Apr 15:36
c00a05a
Compare
Choose a tag to compare

This is the 0.92.1 patch release of Nushell.

This patch addresses several bugs and regressions present with 0.92.0:

  • The configured hooks should again properly affect the scope (e.g. virtualenv integrations using a hook to activate as an overlay) (#12383)
  • mkdir/touch did not correctly resolve relative paths after using cd. This is now fixed. (#12394)
  • The default config file created by 0.92.0 assumed that you built with the default feature set including the system-clipboard. This is not working on platforms like Android/Termux (termux builds with default-no-clipboard). Now we only create keybindings in config.nu that are supported on all platforms and provide suggestions as comments. You may want to recreate config.nu with 0.92.1 if you run into this issue. (#12385)
  • The timing of drop notifications sent to plugins has been corrected. (#12341)

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

This release was made possible by PR contributions from @deepanchal, @devyn, @fdncred, @IanManske, @kubouch, @merelymyself, @sholderbach

0.92.0

02 Apr 18:57
c3428b8
Compare
Choose a tag to compare

This is the 0.92.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-04-02-nushell_0_92_0.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

This release was made possible by PR contributions from @abusch, @AucaCoyan, @dannou812, @dead10ck, @devyn, @dj-sourbrough, @dmatos2012, @Dorumin, @fdncred, @FilipAndersson245, @hustcer, @IanManske, @Jasha10, @JoaoFidalgo1403, @kubouch, @lavafroth, @merelymyself, @nils-degroot, @NotTheDr01ds, @NowackiPatryk, @rgwood, @rtpg, @sarubo, @schrieveslaach, @sholderbach, @Tastaturtaste, @thomassimmer, @VlkrS, @wellweek, @WindSoilder, @YizhePKU, @ysthakur, and @zhiburt

0.91.0

05 Mar 22:24
3016d7a
Compare
Choose a tag to compare

This is the 0.91.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-03-05-nushell_0_91_0.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

This release was made possible by PR contributions from @0323pin, @132ikl, @abusch, @astral-l, @ayax79, @CAD97, @crides, @dannou812, @devyn, @dmatos2012, @Dorumin, @fdncred, @FilipAndersson245, @geekvest, @hustcer, @IanManske, @jordanst3wart, @KAAtheWiseGit, @kik4444, @kit494way, @klesh, @kubouch, @lpnh, @nibon7, @nils-degroot, @Olilin1, @PanGan21, @robjwells, @sholderbach, @TrMen, @WindSoilder, @ysthakur, @yurivict, @zhiburt, and @ZzMzaw

0.90.1

07 Feb 03:14
c2992d5
Compare
Choose a tag to compare

This is the 0.90.1 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-02-06-nushell_0_90_0.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

0.89.0

09 Jan 21:03
2c1560e
Compare
Choose a tag to compare

This is the 0.89.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2024-01-09-nushell_0_89_0.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

New Contributors

Full Changelog: 0.88.1...0.89.0