# This week in Nushell #115
## Nushell
- ahkrr [fixed panic! during parsing](https://github.com/nushell/nushell/pull/4107)
- jt [updated stale.yml](https://github.com/nushell/nushell/pull/4106), and [Update stale.yml](https://github.com/nushell/nushell/pull/4102)
- oscard0m [got rid of header bold option](https://github.com/nushell/nushell/pull/4076)
## Nu_Scripts
- efx created [ls mod: hidden files](https://github.com/nushell/nu_scripts/pull/104)
- Yethal [updated scraping.nu](https://github.com/nushell/nu_scripts/pull/103)
## engine-q
- luccasmmg created [Last three math commands, `eval`, `variance` and `stddev`](https://github.com/nushell/engine-q/pull/292), and [math: floor, ceil, median and mode](https://github.com/nushell/engine-q/pull/282), and [New math commands(product, round, sqrt and sum)](https://github.com/nushell/engine-q/pull/273), and [Added math and min commands](https://github.com/nushell/engine-q/pull/266)
- jt [added updating cell paths](https://github.com/nushell/engine-q/pull/290), [added env shorthand](https://github.com/nushell/engine-q/pull/285), [added more api docs](https://github.com/nushell/engine-q/pull/281), [documented some code and doing cleanups](https://github.com/nushell/engine-q/pull/279), [fixed some machine epsilon warnings](https://github.com/nushell/engine-q/pull/276), [added zip command](https://github.com/nushell/engine-q/pull/275), and [added a simple scope variable](https://github.com/nushell/engine-q/pull/274)
- elferherrera created [Multiple commands per plugin](https://github.com/nushell/engine-q/pull/288), and [Plugins for engine q](https://github.com/nushell/engine-q/pull/270)
- onthebridgetonowhere [added back binary support for the first command](https://github.com/nushell/engine-q/pull/284), [ported into string command](https://github.com/nushell/engine-q/pull/278), [ported first command](https://github.com/nushell/engine-q/pull/277), and [ported date commands to enqine-q](https://github.com/nushell/engine-q/pull/268)
- aslynatilla [ported format](https://github.com/nushell/engine-q/pull/283), and [ported echo command](https://github.com/nushell/engine-q/pull/271)
- stormasm [ported the filter command range from nushell](https://github.com/nushell/engine-q/pull/267)
- kubouch created [Loading modules from files](https://github.com/nushell/engine-q/pull/243)
## reedline
- josh-59 created [Builder to customize and disable idle animations](https://github.com/nushell/reedline/pull/168)