PSReadLine v2.0.1 Release
v2.0.1 - 3/31/2020
You can get the v2.0.1 version of the PSReadLine module from PowerShell Gallery.
This release includes the following changes:
- Correct the default foreground and background colors so the appropriate default value is set for
SelectionColor(#1435) - Add the
-Chordparameter toGet-PSReadLineKeyHandlerto allow searching for specific key bindings (#1298) (Thanks @theaquamarine) - Update docs to reflect the new
-Chordparameter toGet-PSReadLineKeyHandler(#1438)