Home Explore Blog CI



nushell

1st chunk of `blog/2021-04-02-twin0084.md`
b9330f6323774542a7917cac19ffbbe19809e67d000488e30000000100000586
# 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)

Title: Nushell Updates: Scripts, RFCs, Website, and Nushell Core Improvements
Summary
This week's Nushell update includes a new script, a proposal for shipping 1.0, website typo fixes, and improvements to Nushell core functionality such as ls, date to-timezone, math sqrt, and environment handling. A new release (0.29) was also published.