File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### [2.4.3-beta3] - 2025-07-23
2
+
3
+ - Allow accepting the current input automatically from within an `OnIdle` event handler (#4830)
4
+ - Add VS Code tasks and debug config (#4834, #4855)
5
+ - Add bound check for the cursor top value to `InvokePrompt` (#4791) (Thanks @jftkcs!)
6
+ - Fix typo in `SamplePSReadLineProfile.ps1` (#4725) (Thanks @mahir-cadirci!)
7
+ - Fix line ending and cache some reflection operations (#4709)
8
+ - Improve test reliability by making sure the PSReadLine one-time initialization is done (#4686) (Thanks @springcomp!)
9
+
10
+ [2.4.3-beta3]: https://github.com/PowerShell/PSReadLine/compare/v2.4.2-beta2...v2.4.3-beta3
11
+
1
12
### [2.4.2-beta2] - 2025-04-16
2
13
3
14
- Add a private field to indicate if PSReadLine is initialized and ready (#4706)
Original file line number Diff line number Diff line change 5
5
<RootNamespace >Microsoft.PowerShell.PSReadLine</RootNamespace >
6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine</AssemblyName >
7
7
<NoWarn >$(NoWarn);CA1416</NoWarn >
8
- <AssemblyVersion >2.4.2 .0</AssemblyVersion >
9
- <FileVersion >2.4.2 </FileVersion >
10
- <InformationalVersion >2.4.2-beta2 </InformationalVersion >
8
+ <AssemblyVersion >2.4.3 .0</AssemblyVersion >
9
+ <FileVersion >2.4.3 </FileVersion >
10
+ <InformationalVersion >2.4.3-beta3 </InformationalVersion >
11
11
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
12
12
<TargetFramework >netstandard2.0</TargetFramework >
13
13
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' PSReadLine.psm1'
3
3
NestedModules = @ (" Microsoft.PowerShell.PSReadLine.dll" )
4
- ModuleVersion = ' 2.4.2 '
4
+ ModuleVersion = ' 2.4.3 '
5
5
GUID = ' 5714753b-2afd-4492-a5fd-01d9e2cff8b5'
6
6
Author = ' Microsoft Corporation'
7
7
CompanyName = ' Microsoft Corporation'
You can’t perform that action at this time.
0 commit comments