Skip to content

PSReadLine v2.3.2-beta2 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@daxian-dbw daxian-dbw released this 17 Aug 21:20
· 31 commits to master since this release
423cb47

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 the F7 key-binding sample (#3782)