2.3.2-beta2 - 2023-08-17
You can get the v2.3.2-beta2
version of the PSReadLine
module from PowerShell Gallery.
This release includes the following changes:
- Work around
InvalidOperationException
from Console API (#3755) (Thanks @jazzdelightsme!) - Add the
TerminateOrphanedConsoleApps
option on Windows to kill orphaned console-attached process that may mess up reading from Console input (#3764) (Thanks @jazzdelightsme!) - Fix bot to add
needs-triage
label to newly opened issue (#3772) - Update
actions/checkout
used in GitHub action to v3 (#3773) - Supports the text-object command
diw
in the VI edit mode (#2059) (Thanks @springcomp!) - Fix
NullReferenceException
when processing event subscribers (#3781) - Point to
F7History
in the comment of theF7
key-binding sample (#3782)