- Added the [`pathvar` command for updating the PATH](https://github.com/nushell/nushell/pull/3670) (nathom)
- Added a [`paste` command for pasting from clipboard](https://github.com/nushell/nushell/pull/3694) (1ntEgr8)
- Added [`$nu.lang` to reflect on the current commands](https://github.com/nushell/nushell/pull/3720) (fdncred)
## Additional improvements
- Updated [`into binary` to be more composable](https://github.com/nushell/nushell/pull/3758) (fdncred)
- Added [unique option to `uniq`](https://github.com/nushell/nushell/pull/3754) (mcbattirola)
- Removed an [outdated README note](https://github.com/nushell/nushell/pull/3751) (yaymukund)
- Added more [comparison coercions with `$nothing`](https://github.com/nushell/nushell/pull/3750) (sophiajt)
- Updated the [`version` command to output more info](https://github.com/nushell/nushell/pull/3749) (fdncred)
- Fixed a [broken unit test](https://github.com/nushell/nushell/pull/3745) (fdncred)
- Downgraded [crossterm to fix pager compilation](https://github.com/nushell/nushell/pull/3740) (kubouch)
- Removed [unused crate features](https://github.com/nushell/nushell/pull/3732) (waywardmonkeys)
- Updated a few [dependencies](https://github.com/nushell/nushell/pull/3723) and [here](https://github.com/nushell/nushell/pull/3724) and [here](https://github.com/nushell/nushell/pull/3739) and [here](https://github.com/nushell/nushell/pull/3741) and [here](https://github.com/nushell/nushell/pull/3757) (therealprof, waywardmonkeys)
- Added [dataframe take command](https://github.com/nushell/nushell/pull/3722) (elferherrera)
- Added [script to submit winget package during release](https://github.com/nushell/nushell/pull/3717) (TechWatching)
- Aligned [dataframe params to match other Nushell commands](https://github.com/nushell/nushell/pull/3713) (elferherrera)
- Added the [ansi osc string terminator](https://github.com/nushell/nushell/pull/3712) (fdncred)
- Removed [unused dependencies](https://github.com/nushell/nushell/pull/3709) and [also](https://github.com/nushell/nushell/pull/3716) (waywardmonkeys, andrasio)
- Added [casting operations for Series data](https://github.com/nushell/nushell/pull/3702) (elferherrera)