# This week in Nu #83
## Documentation
- suzanje fixed some [broken documentation links](https://github.com/nushell/nushell/pull/3198)
- mvolkmann fixed a [typo in the documentation](https://github.com/nushell/nushell/pull/3216)
- acanalis improved [documenation for the sample scripts](https://github.com/nushell/nu_scripts/pull/33)
- John-Goff added a [new sample prompt](https://github.com/nushell/nu_scripts/pull/32)
## VSCode plugin
- fdncred updated the [VSCode plugin to 0.12](https://github.com/nushell/vscode-nushell-lang/commit/d622b768d034197c2162ab178ae2d6875f491341)
## Nushell
- ahkrr fixed some [prompt-related issues](https://github.com/nushell/nushell/pull/3189)
- notryanb added [md5 hashing](https://github.com/nushell/nushell/pull/3197)
- gonatz added [forward slash completion for Windows](https://github.com/nushell/nushell/pull/3201)
- donnatpanic improved [timezone support](https://github.com/nushell/nushell/pull/3207)
- fdncred improved support for [tilde in the path](https://github.com/nushell/nushell/pull/3210)
- jonathandturner fixed the [Rust 1.51 warnings](https://github.com/nushell/nushell/pull/3214), experimented with some [new engine ideas](https://github.com/jonathandturner/enginep)
- andrasio updated [the test harness to use a custom config](https://github.com/nushell/nushell/pull/3217)