# This week in Nushell #132
## Nushell
- elferherrera fixed [partial completions bug](https://github.com/nushell/nushell/pull/4728), and added [partial completions](https://github.com/nushell/nushell/pull/4704), and [dataframe list command](https://github.com/nushell/nushell/pull/4681), and [Polars upgrade](https://github.com/nushell/nushell/pull/4665), and [flags for find](https://github.com/nushell/nushell/pull/4663), and [menu keybindings in default file](https://github.com/nushell/nushell/pull/4651), and [Plugins without file](https://github.com/nushell/nushell/pull/4650), and [Find with regex flag](https://github.com/nushell/nushell/pull/4649)
- fdncred fixed [match is now in the find command](https://github.com/nushell/nushell/pull/4727), and [remove some old documentation, relocate others](https://github.com/nushell/nushell/pull/4726), and [add windows build script](https://github.com/nushell/nushell/pull/4720), and [removed decode from pipeline for vivid](https://github.com/nushell/nushell/pull/4688), and [relocate default config in sample_config folder](https://github.com/nushell/nushell/pull/4678), and [add last exit code to starship parameters](https://github.com/nushell/nushell/pull/4670), and [add char separators](https://github.com/nushell/nushell/pull/4667)
- jt [moved $scope variable into $nu variable](https://github.com/nushell/nushell/pull/4725), and [Move old plugins](https://github.com/nushell/nushell/pull/4721), and [Remove the pack-in plugins](https://github.com/nushell/nushell/pull/4719), and [Add support for escape characters, make nuon a JSON superset](https://github.com/nushell/nushell/pull/4706), and [Make sure we have text before json parse](https://github.com/nushell/nushell/pull/4697), and [Experiment: Allow both $true/true and $false/false](https://github.com/nushell/nushell/pull/4696), and [Pass redirects into call](https://github.com/nushell/nushell/pull/4694), and [Bump to 0.59.1](https://github.com/nushell/nushell/pull/4689), and [Move to latest stable crossterm, with fix](https://github.com/nushell/nushell/pull/4684), and [Add binary literals](https://github.com/nushell/nushell/pull/4680), and [Fix open ended ranges](https://github.com/nushell/nushell/pull/4677), and [Use default_config.nu by default](https://github.com/nushell/nushell/pull/4675), and [Add back in default keybindings](https://github.com/nushell/nushell/pull/4673), and [don't use table compaction in to nuon if not a table](https://github.com/nushell/nushell/pull/4671), and [Add shortcircuiting boolean operators](https://github.com/nushell/nushell/pull/4668), and [Lets internals also have exit codes](https://github.com/nushell/nushell/pull/4664)
- hustcer [fixed typo, update some examples and regenerate docs](https://github.com/nushell/nushell/pull/4718), and [Update some examples and docs](https://github.com/nushell/nushell/pull/4682), and [Fix unsupported type message for some math related commands](https://github.com/nushell/nushell/pull/4672)
- dgalbraith [added installation instructions using Chocolatey](https://github.com/nushell/nushell/pull/4714)
- wingertge [added aliases to command completions](https://github.com/nushell/nushell/pull/4708), and [Fix aliases to known externals](https://github.com/nushell/nushell/pull/4707), and [Add completion options for custom completions](https://github.com/nushell/nushell/pull/4674)
- dreilly [added tab indentation option for JSON files.](https://github.com/nushell/nushell/pull/4705)
- m-rutter [documented environment variable for starship prompt](https://github.com/nushell/nushell/pull/4691)
- kubouch fixed [use Nushell's PATH in which](https://github.com/nushell/nushell/pull/4690)
- ohno418 [added `into duration`](https://github.com/nushell/nushell/pull/4683)
- lucatrv [fixed alias in `docs/sample_config/config.toml`](https://github.com/nushell/nushell/pull/4669)
- jmoore34 added [date parse refactor](https://github.com/nushell/nushell/pull/4661)
- sholderbach [updated reedline, revert crossterm](https://github.com/nushell/nushell/pull/4657), and [Add profiling build profile and symbol strip](https://github.com/nushell/nushell/pull/4630)