- jt [released 0.62](https://github.com/nushell/nushell/pull/5422), and [Update path completions to handle spaces](https://github.com/nushell/nushell/pull/5419), and [Rename =^ to 'starts-with'](https://github.com/nushell/nushell/pull/5407), and [More escaping/unescaping fixes](https://github.com/nushell/nushell/pull/5403), and [Adds error printing back in a couple places](https://github.com/nushell/nushell/pull/5400), and [Add unescaping to external command parsing](https://github.com/nushell/nushell/pull/5399), and [Move uses of trim_quotes to unescape for filenames](https://github.com/nushell/nushell/pull/5398)
- Tropid [fixed erroneous removal of "./" folder prefix](https://github.com/nushell/nushell/pull/5416), and [Update reedline to use partial completion changes](https://github.com/nushell/nushell/pull/5401)
- stormasm [removed ctrl-l from config.nu as a way to clear scrollback](https://github.com/nushell/nushell/pull/5415), and [event ClearScrollback is working in reedline / update config.nu](https://github.com/nushell/nushell/pull/5405)
- rgwood [added job to build plugins](https://github.com/nushell/nushell/pull/5406), and [Add Miette "fancy" feature to fix plugin builds](https://github.com/nushell/nushell/pull/5402), and [CI: build virtualenv tests in dev profile for speed](https://github.com/nushell/nushell/pull/5396), and [Error printing changes for `watch`](https://github.com/nushell/nushell/pull/5389)
- panicbit [added ends-with operator and fix dataframe operator behavior](https://github.com/nushell/nushell/pull/5395)
- kubouch [fixed PATH update example](https://github.com/nushell/nushell/pull/5393)
- andrasio [removed 'empty' block support reminders, for now.](https://github.com/nushell/nushell/pull/5214)
## Documentation
- sholderbach [mentioned default values for command parameters.](https://github.com/nushell/nushell.github.io/pull/434)
- hustcer [refreshed docs for all commands](https://github.com/nushell/nushell.github.io/pull/430), and [Update zh-CN docs](https://github.com/nushell/nushell.github.io/pull/427), and [feat: Add github action related stuff](https://github.com/nushell/nushell.github.io/pull/425)
- rgwood [updated SQLite bits in 0.62 blog post](https://github.com/nushell/nushell.github.io/pull/429)
- jt [added 0.62 release](https://github.com/nushell/nushell.github.io/pull/428)
- reillysiemens [fixed broken nu_scripts repo link](https://github.com/nushell/nushell.github.io/pull/426)
## Nu_Scripts
- fdncred [removed title because it breaks kitty](https://github.com/nushell/nu_scripts/pull/215), and [update get_os_icon for wsl](https://github.com/nushell/nu_scripts/pull/214)
## reedline
- sholderbach created [Change keybinding for external editor](https://github.com/nushell/reedline/pull/422), and [Prepare the 0.5.0 release](https://github.com/nushell/reedline/pull/421), and [Fix README and lib.rs code examples](https://github.com/nushell/reedline/pull/419), and [Add doctests back to the CI](https://github.com/nushell/reedline/pull/418), and [Vi additions and fixes by @zim0369](https://github.com/nushell/reedline/pull/417), and [Attempt fix of `ClearScrollback`](https://github.com/nushell/reedline/pull/416), and [Fix the CI badge](https://github.com/nushell/reedline/pull/415), and [Change the CI to use caching](https://github.com/nushell/reedline/pull/414)
- elferherrera created [Buffer editor keybinding](https://github.com/nushell/reedline/pull/413)
- Tropid created [Only partial complete suggestions when input is a prefix](https://github.com/nushell/reedline/pull/412)
- gipsyh created [Append whitespace after selecting menu](https://github.com/nushell/reedline/pull/410)