Skip to content

Commit 203d55c

Browse files
authored
Prepare for the v2.2.0-beta4 release (#2937)
1 parent e8b5d84 commit 203d55c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

PSReadLine/Changes.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### [2.2.0-beta4] - 2021-10-27
2+
3+
- Generate `OnIdle` event only if the editing buffer is empty (#2934)
4+
- Add private contract delegate for PSES to handle idle (#1679)
5+
- Disable warning for the private contract field used by PSES (#2935)
6+
- Reset all ANSI attributes before changing color in rendering to avoid color leaking (#2925)
7+
- Make the default sensitive history scrubbing function a little smarter (#2921)
8+
- Generate ADO SBOM for PSReadLine (#2918)
9+
- Update the issue templates to use form templates (#2898, #2900, #2917)
10+
- Update the inline suggestion rendering to not exceed the max window buffer (#2892)
11+
- VI Mode: "Undo" now leaves the cursor under the position at the start of the deletion (#2045) (Thanks @springcomp!)
12+
- Update `CreateCharInfoBuffer` to support continuous 'NextLineToken' (#2880)
13+
- Fix `GotoBrace` to handle the case when the text buffer is empty (#2879)
14+
- Fix rendering when continuation prompt is an empty string (#2875)
15+
- Release mutex when facing `AbandonedMutexException` (#2867)
16+
- Migrate the release build to use the 1ES agent pool and also fix the API scan (#2859)
17+
- Pass the cancellation token along instead of using the default one (#2636)
18+
- Don't ignore `ConsoleKey.Packet` type as that is simply Unicode (#2632)
19+
20+
[2.2.0-beta4]: https://github.com/PowerShell/PSReadLine/compare/v2.2.0-beta3...v2.2.0-beta4
21+
122
### [2.2.0-beta3] - 2021-06-01
223

324
- Update the use of the prediction interface to adapt to the breaking changes introduced in PowerShell 7.2.0-preview.6 (#2524)

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-beta3</InformationalVersion>
10+
<InformationalVersion>2.2.0-beta4</InformationalVersion>
1111
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1212
<TargetFrameworks>net461;net6.0</TargetFrameworks>
1313
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

0 commit comments

Comments
 (0)