Path to this page:
Subject: CVS commit: pkgsrc/shells/nushell
From: pin
Date: 2024-04-05 09:31:25
Message id: 20240405073125.51775FA2C@cvs.NetBSD.org
Log Message:
shells/nushell: update to 0.92.1
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)
Files: