Skip to content

Commit 8d217bd

Browse files
authored
Prepare for the 2.2.0-beta5 release of PSReadLine (#3136)
1 parent f46f15d commit 8d217bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

PSReadLine/Changes.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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)

PSReadLine/PSReadLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

0 commit comments

Comments
 (0)