2.2.0-beta5 - 2022-01-06
You can get the v2.2.0-beta5
version of the PSReadLine
module from PowerShell Gallery.
This release includes the following changes:
- Improve
RecomputeInitialCoords
to be more robust and handle a couple special cases (#3074) - Add
BasicScrollingConsole
to support test cases for scrolling up scenarios (#3081) - Fix the regex matching in the issue-triage script (#3082, #3110, #3113)
- Skip the AST analysis when command-line input has any parsing errors (#3075)
- Trigger the GitHub action by issue-open event (#3041)
- Fix the double quotes in the comment text for duplicate-issue handling (#3029, #3030)
- Update GitHub action to handle the
TypeLoadException
issue (#3025) - Handle screen buffer scrolling correctly for inline dynamic help (#2951)
- Fix 2 menu completion issues that happen when we need to scroll screen buffer (#2949)