# This week in Nu #71
- ymgyt updated the [Japanese translation of the Nushell book](https://github.com/nushell/nushell.github.io/pull/79)
- baoyachi removed [some unused code](https://github.com/nushell/nushell/pull/2827)
- stormasm has been [refactoring nu-cli to make it simpler](https://github.com/nushell/nushell/pull/2828) (also [here](https://github.com/nushell/nushell/pull/2831) and [here](https://github.com/nushell/nushell/pull/2833))
- fdncred changed [`ls` to output a path for the name](https://github.com/nushell/nushell/pull/2829)
- max-sixty simplified [the internal run_block functionality](https://github.com/nushell/nushell/pull/2830), and updated the [docs for explaining pipelines and groups](https://github.com/nushell/nushell.github.io/pull/78)
- ArturKovacs replaced ['clipboard' with the newer 'arboard' crate](https://github.com/nushell/nushell/pull/2832)
- LhKipp extended ['which' to show aliases and custom commands](https://github.com/nushell/nushell/pull/2834)
- JosephTLyons fixed [all the new Rust 1.49 linting warnings](https://github.com/nushell/nushell/pull/2835)
- jonathandturner fixed [the `source` command to properly error](https://github.com/nushell/nushell/pull/2836) ([video available](https://www.youtube.com/watch?v=pBOZpyqldZQ)), and fixed [commands created inside of other commands to not leak out to the global scope](https://github.com/nushell/nushell/pull/2837)