- sholderbach [added F1-F12 key support](https://github.com/nushell/engine-q/pull/866), and [Accomodate reedline#270](https://github.com/nushell/engine-q/pull/863)
- eggcaker [fixed into datetime example parameter type](https://github.com/nushell/engine-q/pull/862), and [allow fetch command to add custom headers](https://github.com/nushell/engine-q/pull/840), and [Add how to setup oh-my-posh with engine-q document](https://github.com/nushell/engine-q/pull/810)
- elferherrera created [using menu trait](https://github.com/nushell/engine-q/pull/861), and [History menu](https://github.com/nushell/engine-q/pull/846)
- stormasm [added support for Floats for sort-by](https://github.com/nushell/engine-q/pull/857), and [fix several cases where sort-by was crashing engine-q](https://github.com/nushell/engine-q/pull/836), and [port sort_by without float (yet)](https://github.com/nushell/engine-q/pull/814)
- onthebridgetonowhere [added suport for Filesize and Date for sort-by command](https://github.com/nushell/engine-q/pull/855), and [Flatten records](https://github.com/nushell/engine-q/pull/845), and [Fix cd-ing into a file](https://github.com/nushell/engine-q/pull/831), and [Fix flatten's dropping column issue #756](https://github.com/nushell/engine-q/pull/805)
- fdncred [allowed find to respect ls_colors](https://github.com/nushell/engine-q/pull/834), and [capture keyboard event](https://github.com/nushell/engine-q/pull/832), and [ansi cut 2.0 update to cargo.lock](https://github.com/nushell/engine-q/pull/827), and [fix to retain ls_colors coloring from ls](https://github.com/nushell/engine-q/pull/824), and [add `hash base64` subcommand](https://github.com/nushell/engine-q/pull/813), and [added 3rd party prompt docs](https://github.com/nushell/engine-q/pull/811)
- kubouch [ported move](https://github.com/nushell/engine-q/pull/833)
- zhiburt [drafted: Bump `ansi-cut` version to 0.2.0](https://github.com/nushell/engine-q/pull/822)
- arthur-targaryen [ported `find` command](https://github.com/nushell/engine-q/pull/658)
## reedline
- sholderbach created [coerce to CRLF lazily](https://github.com/nushell/reedline/pull/281), and [Fix after entry cursor positioning at the bottom](https://github.com/nushell/reedline/pull/279), and [Small Painting changes to improve readability and correctness](https://github.com/nushell/reedline/pull/278), and [Remove outdated CompletionActionHandler(s)](https://github.com/nushell/reedline/pull/270)
- elferherrera created [chronological order search](https://github.com/nushell/reedline/pull/280), and [add return for multiline](https://github.com/nushell/reedline/pull/277), and [Generic menus](https://github.com/nushell/reedline/pull/276), and [History menu](https://github.com/nushell/reedline/pull/275), and [Long menu](https://github.com/nushell/reedline/pull/273)