# This week in Nu #87
## Nushell
- ccde177b5fb9b8c55078417b4c9fee removed the [ichwh dependency](https://github.com/nushell/nushell/pull/3349)
- jonathandturner created the release for nushell [0.30.0](https://github.com/nushell/nushell/pull/3333), fixed an [external redirect](https://github.com/nushell/nushell/pull/3345) issue, updated how [dynamic blocks](https://github.com/nushell/nushell/pull/3339) are evaluated, fixed a bug in how the [path environment](https://github.com/nushell/nushell/pull/3336) variable is handled and [synced](https://github.com/nushell/nushell/pull/3335), updated how [nth](https://github.com/nushell/nushell/pull/3330) works with streaming
- fdncred added an new experimental [query json](https://github.com/nushell/nushell/pull/3327) plugin
- LhKipp update the [any?](https://github.com/nushell/nushell/pull/3324), [all?](https://github.com/nushell/nushell/pull/3312), [compact](https://github.com/nushell/nushell/pull/3325) and [which](https://github.com/nushell/nushell/pull/3310) commands to the new engine-p style
- kubouch update the [path command](https://github.com/nushell/nushell/pull/3256) with several new features
## Extension
- fdncred fixed a [syntax highlighting](https://github.com/nushell/vscode-nushell-lang/pull/32) bug, tweaked the [dark theme](https://github.com/nushell/vscode-nushell-lang/pull/31) and updated syntax to include new nushell commands and created another pre-release v.0.2.2
## Documentation
- ChristopherBiscardi updated the [starship documentation](https://github.com/nushell/nushell.github.io/pull/125) for Nushell
- jonathandturner updated the release [blog post](https://github.com/nushell/nushell.github.io/pull/124)
- ammkrn updated the documentation for [ls -al](https://github.com/nushell/nushell.github.io/pull/123)
- Sympatron update the configuration docs for [completion_match_method](https://github.com/nushell/nushell.github.io/pull/121)