Skip to content

PSReadLine v2.2.0-beta1 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@daxian-dbw daxian-dbw released this 05 Nov 04:31
· 177 commits to master since this release
b3f0d76

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 the CommandPrediction 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 the Windows edit mode. Testing in the Emacs and VI 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)