# This week in Nushell #138
## Nushell
- herlon214 added [Completion for variables of type Record](https://github.com/nushell/nushell/pull/5204), and [nu-cli/completions: add completion for $env.](https://github.com/nushell/nushell/pull/5199)
- fdncred [updated cargo.lock with cargo update](https://github.com/nushell/nushell/pull/5201), and [tweak ci building badge](https://github.com/nushell/nushell/pull/5187), and [allow default color shortcut names](https://github.com/nushell/nushell/pull/5177)
- dantswain [avoided duplicating post headers](https://github.com/nushell/nushell/pull/5200)
- ZetaNumbers [fixed reduce command have not redirected block's evaluation output](https://github.com/nushell/nushell/pull/5193)
- nibon7 [fixed timestamp parsing on 32-bit platforms](https://github.com/nushell/nushell/pull/5192)
- hustcer [fixed completions for `git push` and `git checkout` close: #5021 and #4599](https://github.com/nushell/nushell/pull/5188), and [Add a dockerfile example based on debian bullseye-slim](https://github.com/nushell/nushell/pull/5176)
- stormasm [updated crate chrono-tz to its latest version](https://github.com/nushell/nushell/pull/5184)
- tiffany352 [added `char -i` for chars from integers](https://github.com/nushell/nushell/pull/5183), and [Allow passing an integer to `char -u`](https://github.com/nushell/nushell/pull/5174)
- rgwood added [Initial SQLite functionality](https://github.com/nushell/nushell/pull/5182), and [Update Nu crate descriptions](https://github.com/nushell/nushell/pull/5159)
- strega-nil fixed [don't join paths to cwd ever in calls to external functions](https://github.com/nushell/nushell/pull/5180)
- zkat [documented ShellError errors.](https://github.com/nushell/nushell/pull/5172), and [bump miette to 4.4.0](https://github.com/nushell/nushell/pull/5167)
- sholderbach added [[no ci] Fix typo in link](https://github.com/nushell/nushell/pull/5168), and [Pin reedline version for 0.61 release](https://github.com/nushell/nushell/pull/5164), and [Clean REPL code, hide Hints without ANSI coloring](https://github.com/nushell/nushell/pull/5157), and [Support unbinding a particular key event](https://github.com/nushell/nushell/pull/5152), and [Allow overriding of menu keybindings](https://github.com/nushell/nushell/pull/5148)
- jt released [Bump 0.61](https://github.com/nushell/nushell/pull/5166), and [Remove the im crate dependency](https://github.com/nushell/nushell/pull/5161), and [Allows aliases in use lists](https://github.com/nushell/nushell/pull/5150)
- strega-nil-ms [fixed #5131](https://github.com/nushell/nushell/pull/5153)
- merkrafter added [Support binary literals with binary format](https://github.com/nushell/nushell/pull/5149)
- boyvanduuren [fixed failing unit tests on Windows (#5142)](https://github.com/nushell/nushell/pull/5143)