File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### [2.3.1-beta1] - 2023-05-03
2
+
3
+ - Append reset VT sequence before rendering the ineline prediction (#3669)
4
+ - Support tooltip rendering in the prediction list view (#3667, #3671)
5
+ - Fix the broken doc link about `PowerShellGet` (#3657) (Thanks @vimode!)
6
+ - Add a sample for transforming Unicode code point to Unicode char by `Alt+x` (#3652)
7
+ - Avoid running `AddToHistoryHandler` on command lines loaded from history file (#3643)
8
+ - Force refreshing suggestion in the inline view when plugin is in use (#3644)
9
+ - Improve the sensitive history scrubbing to allow retrieving token from `az`, `gcloud`, and `kubectl` (#3641)
10
+ - Set the current location in `PredictionClient` when it's supported (#3639)
11
+ - Improve the default sensitive history scrubbing to allow safe property access (#3630)
12
+ - Make PSReadLine script hidden from debugger (#3629)
13
+
14
+ [2.3.1-beta1]: https://github.com/PowerShell/PSReadLine/compare/v2.3.0-beta0...v2.3.1-beta1
15
+
1
16
### [2.3.0-beta0] - 2023-03-07
2
17
3
18
- Fix the menu completion to better handle the backspace key (#3574)
Original file line number Diff line number Diff line change 5
5
<RootNamespace >Microsoft.PowerShell.PSReadLine</RootNamespace >
6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
7
7
<NoWarn >$(NoWarn);CA1416</NoWarn >
8
- <AssemblyVersion >2.3.0 .0</AssemblyVersion >
9
- <FileVersion >2.3.0 </FileVersion >
10
- <InformationalVersion >2.3.0-beta0 </InformationalVersion >
8
+ <AssemblyVersion >2.3.1 .0</AssemblyVersion >
9
+ <FileVersion >2.3.1 </FileVersion >
10
+ <InformationalVersion >2.3.1-beta1 </InformationalVersion >
11
11
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
12
12
<TargetFrameworks >net462;net6.0</TargetFrameworks >
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.PSReadLine2.dll" )
4
- ModuleVersion = ' 2.3.0 '
4
+ ModuleVersion = ' 2.3.1 '
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