github nushell/nushell 0.92.1

latest release: 0.92.2
25 days ago

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

Don't miss a new nushell release

NewReleases is sending notifications on new releases.