v2.2.0-beta1 - 11/4/2020
You can get the v2.2.0-beta1
version of the PSReadLine
module from PowerShell Gallery.
This release includes the following changes:
- Add the prediction
ListView
and also hook up with theCommandPrediction
APIs introduced in PS 7.1 (#1909)- Please see the PR description of #1909 for details about the Predictive IntelliSense feature.
- NOTE: the prediction
ListView
has been mainly tested in theWindows
edit mode. Testing in theEmacs
andVI
edit modes is very minimum as of today. But we will spend more time improving its user experience in these 2 edit modes.
- Update the release build to work with new module artifacts (#1930)