v2.1.0-beta2 - 6/5/2020
You can get the v2.1.0-beta2 version of the PSReadLine module from PowerShell Gallery.
This release includes the following bug fixes:
- Fix the environment data script and print buffer info in case of exception (#1482)
- Add the parameter
-PredictionSourcetoSet-PSReadLineOption, with the optionsNoneandHistory(#1496) - Make the predictive suggestion feature disabled by default (
PredictionSourceset toNone).
It can be enabled bySet-PSReadLineOption -PredictionSource History(#1496) - Make the functions
AcceptSuggestionandAcceptNextSuggestionWordbindable (#1496) - Fix the
ArgumentOutOfRangeExceptioncaused by trimming the command line before saving to history (#1496) - Refactor
SelfInsertto avoid duplicate logic (#1510) - Relax the sensitive words we filter by changing
keytoapikeyto reduce false positives (#1517) - Make edit group more stable in VI mode (#1526)
- Make
ViForwardCharable to accept suggestions (#1528) - Update build as we move help content to the
PowerShell-Docsrepository (#1537) - Reset all VT attributes for
PromptTextif it contains VT sequences (#1544) - Expose
ViBackwardCharandViForwardCharas bindable functions (#1547)