Skip to content

Releases: nushell/nushell

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

0.88.1

14 Dec 18:18
fd56768
Compare
Choose a tag to compare

This is the 0.88.1 patch release of Nushell.

With this hotfix we adress a regression in the redirection to external commands and fix build failures using cargo install and on some platforms.

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 @AntoineSebert, @Hofer-Julian, @sholderbach, and @WindSoilder

0.88.0

12 Dec 18:36
d43f425
Compare
Choose a tag to compare

This is the 0.88.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2023-12-12-nushell_0_88_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, @AucaCoyan, @ayax79, @CAESIUS-TIM, @cosineblast, @danielsomerfield, @dead10ck, @drbrain, @dtolnay, @fdncred, @hustcer, @IanManske, @KAAtheWiseGit, @kubouch, @MarikaChlebowska, @nibon7, @NotLebedev, @p00f, @poliorcetics, @rfaulhaber, @schrieveslaach, @sholderbach, @sigoden, @sophiajt, @tskinn, @WindSoilder, @ysthakur, @zhiburt

0.87.1

20 Nov 18:53
Compare
Choose a tag to compare

This is the 0.87.1 patch release of Nushell. In this hotfix we resolve two issues with the file system commands rm and cp.

Nushell's cp command in 0.87.0 did not correctly handle changes to the directory by the Nushell internal cd when invoked inside a block. Furthermore the rm command was not able to correctly handle paths requiring expansion.

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 @IanManske and @kubouch.