# This week in Nushell #120
## Nushell
- 0323pin [fixed build on NetBSD](https://github.com/nushell/nushell/pull/4192)
- hustcer [fixed `into column_path` to `into column-path` (breaking change) (#4185)](https://github.com/nushell/nushell/pull/4189)
- jt [release 0.41](https://github.com/nushell/nushell/pull/4187)
- waldyrious [fixed Configuration section in bug report template](https://github.com/nushell/nushell/pull/4181)
- ahouts [fixed unnecessary allocation](https://github.com/nushell/nushell/pull/4178)
- closetool [fixed implicit coercion of boolean false and empty value #4094](https://github.com/nushell/nushell/pull/4120)
## Nu_Scripts
- fdncred [added timed_weather_run to run get_weather at interval](https://github.com/nushell/nu_scripts/pull/114), and [fixed weather script so it's outputting structured data appropriately.](https://github.com/nushell/nu_scripts/pull/113), and [removed a debug comment](https://github.com/nushell/nu_scripts/pull/112), and add [kind of a radar looking thing that draws stars](https://github.com/nushell/nu_scripts/pull/111)
- Yethal [added docker scripts](https://github.com/nushell/nu_scripts/pull/110)
## engine-q
- luccasmmg [added zip-support to extra](https://github.com/nushell/engine-q/pull/462), and [`To html` and `to md`](https://github.com/nushell/engine-q/pull/453)
- fdncred [fixed 1 off table wrapping for help commands](https://github.com/nushell/engine-q/pull/460), and [updated to latest reedline, change config point name, enable output without ansi](https://github.com/nushell/engine-q/pull/458), and added [filesize formatting](https://github.com/nushell/engine-q/pull/456), and added ability to [optionally remove table output color](https://github.com/nushell/engine-q/pull/455), and [added default-run so cargo r works](https://github.com/nushell/engine-q/pull/451), and [allowed decimals/floats to be formatted with precision](https://github.com/nushell/engine-q/pull/449), and [enabled `cargo build --features=extra` to build plugins](https://github.com/nushell/engine-q/pull/448), and [introduced `gstat`, a new command to get the git status](https://github.com/nushell/engine-q/pull/443)