# This week in Nushell #135
## Nushell
- jt [fixed path join on streams](https://github.com/nushell/nushell/pull/4959), and [fixed 4946](https://github.com/nushell/nushell/pull/4951), and [Fix operator precedence parser](https://github.com/nushell/nushell/pull/4947), and [Don't assume external `ls`](https://github.com/nushell/nushell/pull/4925), and [Add licenses](https://github.com/nushell/nushell/pull/4893), and [Bump to 0.60](https://github.com/nushell/nushell/pull/4892), and [Externals shouldn't expand aliases](https://github.com/nushell/nushell/pull/4889), and [Allow 'error make' to make simple errors](https://github.com/nushell/nushell/pull/4881)
- stormasm [bumped cargo crate sys-locale to the latest version](https://github.com/nushell/nushell/pull/4957), and [align all of the serde_json crates to the same version](https://github.com/nushell/nushell/pull/4949), and [bump csv crate to the latest version 1.1.6](https://github.com/nushell/nushell/pull/4939)
- hustcer [fixed #4942, and add a table sorting example for `sort-by` command](https://github.com/nushell/nushell/pull/4948), and [chore: Update default register examples](https://github.com/nushell/nushell/pull/4904)
- bowlofeggs [set the minimum Rust version to 1.59](https://github.com/nushell/nushell/pull/4940)
- uasi [fixed parse_string_strict() to detect unbalanced quotes properly](https://github.com/nushell/nushell/pull/4928)
- jmoore34 created [CantConvert improvements](https://github.com/nushell/nushell/pull/4926)
- fdncred [updated link](https://github.com/nushell/nushell/pull/4915), and [rename export def to export alias](https://github.com/nushell/nushell/pull/4912), and [add ability to execute on demand](https://github.com/nushell/nushell/pull/4896), and [update comments, add other targets](https://github.com/nushell/nushell/pull/4891), and [created an alternate way to determine line count](https://github.com/nushell/nushell/pull/4887), and [update `size` command to be more accurate](https://github.com/nushell/nushell/pull/4885)
- vishalsodani [added missing metadata for drop and uniq #4763](https://github.com/nushell/nushell/pull/4908)
- LebsterFace [passed `/D` flag to `cmd.exe` to disable AutoRun](https://github.com/nushell/nushell/pull/4903)
- unional [fixed typo in default config](https://github.com/nushell/nushell/pull/4882)
## Extension
- fdncred created [update keywords and indentation rules](https://github.com/nushell/vscode-nushell-lang/pull/51)
- jt [added a few more keywords](https://github.com/nushell/vscode-nushell-lang/pull/50)
## Documentation
- hustcer created [Update examples for sort-by, fix some examples](https://github.com/nushell/nushell.github.io/pull/340), and [Fix broken table rendering for epub book, close #199](https://github.com/nushell/nushell.github.io/pull/336), and [Update oh-my-posh setup guide for mac users](https://github.com/nushell/nushell.github.io/pull/334), and [Update plugin register examples and regenerate docs for all commands](https://github.com/nushell/nushell.github.io/pull/331), and [Update make_docs.nu, add directory check](https://github.com/nushell/nushell.github.io/pull/318)