PSReadLine v2.3.2-beta2 Release
Pre-release
Pre-release
·
74 commits
to master
since this release
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
InvalidOperationExceptionfrom Console API (#3755) (Thanks @jazzdelightsme!) - Add the
TerminateOrphanedConsoleAppsoption on Windows to kill orphaned console-attached process that may mess up reading from Console input (#3764) (Thanks @jazzdelightsme!) - Fix bot to add
needs-triagelabel to newly opened issue (#3772) - Update
actions/checkoutused in GitHub action to v3 (#3773) - Supports the text-object command
diwin the VI edit mode (#2059) (Thanks @springcomp!) - Fix
NullReferenceExceptionwhen processing event subscribers (#3781) - Point to
F7Historyin the comment of theF7key-binding sample (#3782)