Skip to content

PSReadLine v2.2.6 Servicing Release

Compare
Choose a tag to compare
@daxian-dbw daxian-dbw released this 27 Jun 17:08
· 79 commits to master since this release
59caa5f

2.2.6 - 2022-06-27

You can get the v2.2.6 version of the PSReadLine module from PowerShell Gallery.
This release includes the following changes:

  • Enable Predictive IntelliSense by default (#3351)
    • when virtual terminal is not supported, PredictionSource is set to None by default.
    • when virtual terminal is supported and it's running with PowerShell 7.2+, PredictionSource is set to HistoryAndPlugin by default.
    • when virtual terminal is supported and it's running with PowerShell prior to 7.2, PredictionSource is set to History by default.