- stormasm created [web_tables tests are now up and running](https://github.com/nushell/nushell/pull/4623), and [replace ValueStream with ListStream](https://github.com/nushell/nushell/pull/4621), and [add back in the tests for query_web in the nu_plugin_query](https://github.com/nushell/nushell/pull/4614), and [change wording on config file](https://github.com/nushell/nushell/pull/4555)
- elferherrera [allowed int and float as strings for arguments](https://github.com/nushell/nushell/pull/4615), and [remove repeated function](https://github.com/nushell/nushell/pull/4600), and [default config file](https://github.com/nushell/nushell/pull/4554), and [flag to pass config file in nu](https://github.com/nushell/nushell/pull/4552), and [Better keybinding parsing](https://github.com/nushell/nushell/pull/4543)
- kubouch created [Look up predecl only in the working set](https://github.com/nushell/nushell/pull/4592), and [Set visibility to true only when calling `use`](https://github.com/nushell/nushell/pull/4591), and [Use environment variable for env_conversions](https://github.com/nushell/nushell/pull/4566)
- JosephTLyons [striped trailing whitespace in files](https://github.com/nushell/nushell/pull/4575), and [Add indent flag to `to json` (first draft)](https://github.com/nushell/nushell/pull/4571), and [Reduce code duplication in `to json` command](https://github.com/nushell/nushell/pull/4551), and [Use join over custom join code](https://github.com/nushell/nushell/pull/4548), and [Fix `ps` command to show process name only](https://github.com/nushell/nushell/pull/4544)
- eggcaker [added custom header ability to post command](https://github.com/nushell/nushell/pull/4558)
- jaeheonji [fixed lose `ls_colors` in some filters commands](https://github.com/nushell/nushell/pull/4525)
## Documentation
- zkldi created [Document Visual C++ requirement on Windows.](https://github.com/nushell/nushell.github.io/pull/224)
## Nu_Scripts
- fdncred [reorganized site in preparation for beta and release](https://github.com/nushell/nu_scripts/pull/161)
- WindSoilder [ported conda.nu to engine-q](https://github.com/nushell/nu_scripts/pull/160)
- stormasm created [clear screen buf on mac / change ansi sequence](https://github.com/nushell/nu_scripts/pull/159), and [clear screen buffer via ansi commands](https://github.com/nushell/nu_scripts/pull/158), and [a script that shows nushell script writers parsing issues](https://github.com/nushell/nu_scripts/pull/157)
## reedline
- sholderbach created [Small fix to document need to configure completion](https://github.com/nushell/reedline/pull/325), and [Bump dependencies and edition to 2021](https://github.com/nushell/reedline/pull/310)
- elferherrera created [extra row for empty menu](https://github.com/nushell/reedline/pull/322), and [corrected padding for menu](https://github.com/nushell/reedline/pull/319)