PSReadLine v2.4.3-beta3 Release
Pre-release
Pre-release
2.4.3-beta3 - 2025-07-23
You can get the v2.4.3-beta3
version of the PSReadLine
module from PowerShell Gallery.
This release includes the following changes:
- Allow accepting the current input automatically from within an
OnIdle
event handler (#4830) - Add VS Code tasks and debug config (#4834, #4855)
- Add bound check for the cursor top value to
InvokePrompt
(#4791) (Thanks @jftkcs!) - Fix typo in
SamplePSReadLineProfile.ps1
(#4725) (Thanks @mahir-cadirci!) - Fix line ending and cache some reflection operations (#4709)
- Improve test reliability by making sure the PSReadLine one-time initialization is done (#4686) (Thanks @springcomp!)