# This week in Nu #84
## Scripts
- fdncred added a new [script to the script repo](https://github.com/nushell/nu_scripts/pull/34)
## RFCs
- jonathandturner put up the [proposal for shipping 1.0](https://github.com/nushell/rfcs/pull/6), which covers the steps to get to 1.0 and beyond. We'd love to get your feedback on this proposal.
## Website and documentation
- LyesSaadi fixed [two](https://github.com/nushell/nushell.github.io/pull/113) [typos](https://github.com/nushell/nushell.github.io/pull/114)
## Nushell
- lucasmmg improved [ls when the user doesn't have file permissions](https://github.com/nushell/nushell/pull/3218), fixed a [panic with decimal point rounding](https://github.com/nushell/nushell/pull/3224), fixed [FIFO deletion](https://github.com/nushell/nushell/pull/3235), added [`math sqrt`](https://github.com/nushell/nushell/pull/3246)
- fdncred updated [`date to-timezone`](https://github.com/nushell/nushell/pull/3223)
- jonathandturner released [0.29](https://github.com/nushell/nushell/pull/3230)
- stormasm added [`$scope` to inspect in-scope aliases](https://github.com/nushell/nushell/pull/3203)
- LhKipp refactored [how environments are handled inside Nushell's engine](https://github.com/nushell/nushell/pull/3041), added [tags to reloaded frames](https://github.com/nushell/nushell/pull/3246), and improved some [internal logs](https://github.com/nushell/nushell/pull/3247)