File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ ### [2.2.0-beta5] - 2022-01-05
2+
3+ - Improve `RecomputeInitialCoords` to be more robust and handle a couple special cases (#3074)
4+ - Add `BasicScrollingConsole` to support test cases for scrolling up scenarios (#3081)
5+ - Fix the regex matching in the issue-triage script (#3082, #3110, #3113)
6+ - Skip the AST analysis when command-line input has any parsing errors (#3075)
7+ - Trigger the GitHub action by issue-open event (#3041)
8+ - Fix the double quotes in the comment text for duplicate-issue handling (#3029, #3030)
9+ - Update GitHub action to handle the `TypeLoadException` issue (#3025)
10+ - Handle screen buffer scrolling correctly for inline dynamic help (#2951)
11+ - Fix 2 menu completion issues that happen when we need to scroll screen buffer (#2949)
12+
13+ [2.2.0-beta5]: https://github.com/PowerShell/PSReadLine/compare/v2.2.0-beta4...v2.2.0-beta5
14+
115### [2.2.0-beta4] - 2021-10-27
216
317- Generate `OnIdle` event only if the editing buffer is empty (#2934)
Original file line number Diff line number Diff line change 77 <NoWarn >$(NoWarn);CA1416</NoWarn >
88 <AssemblyVersion >2.2.0.0</AssemblyVersion >
99 <FileVersion >2.2.0</FileVersion >
10- <InformationalVersion >2.2.0-beta4 </InformationalVersion >
10+ <InformationalVersion >2.2.0-beta5 </InformationalVersion >
1111 <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
1212 <TargetFrameworks >net461;net6.0</TargetFrameworks >
1313 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
You can’t perform that action at this time.
0 commit comments