Skip to content

Commit 1b154d6

Browse files
committed
Add hide-env change
1 parent 895fdce commit 1b154d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

blog/2024-05-28-nushell_0_94_0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ As part of this release, we also publish a set of optional plugins you can insta
4848
- [*`bytes build`*](#bytes-build-toc)
4949
- [*`from nuon` and `to nuon`*](#from-nuon-and-to-nuon-toc)
5050
- [*`save`*](#save-toc)
51+
- [*`hide-env`*](#hide-env-toc)
5152
- [*CWD fixes*](#cwd-fixes-toc)
5253
- [*`nu-highlight`*](#nu-highlight-toc)
5354
- [*`into sqlite`*](#into-sqlite-toc)
@@ -296,6 +297,10 @@ The nuon commands can now serialize and deserialize cell path values after [#127
296297

297298
With [#12833](https://github.com/nushell/nushell/pull/12833), custom converters now work again for the `save` command. E.g., `save output.custom` now uses the `to custom` command if it exists (note that this is currently not done for singular string value inputs).
298299

300+
#### `hide-env` [[toc](#table-of-content)]
301+
302+
A long-standing bug with `hide-env` is that it would not hide environment variables from external commands / child processes in certain cases. With [#12901](https://github.com/nushell/nushell/pull/12901), this issue has finally been fixed.
303+
299304
#### CWD fixes [[toc](#table-of-content)]
300305

301306
Some commands are incorrectly using the current working directory of the shell process, instead of the internal `$env.CWD` tracked in the engine state. This release fixes a few of these commands:

0 commit comments

Comments
 (0)