File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 2.0.1
2
+
3
+ Bug fixes:
4
+
5
+ * Correct the default foreground and background colors so the appropriate default value is set for `SelectionColor` (#1435)
6
+ * Add the `-Chord` parameter to `Get-PSReadLineKeyHandler` to allow searching for specific key bindings (#1298) (Thanks @theaquamarine)
7
+ * Update docs to reflect the new `-Chord` parameter to `Get-PSReadLineKeyHandler` (#1438)
8
+
1
9
### Version 2.0.0
2
10
3
11
Bug fixes:
Original file line number Diff line number Diff line change 4
4
<OutputType >Library</OutputType >
5
5
<RootNamespace >Microsoft.PowerShell.PSReadLine</RootNamespace >
6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
7
- <AssemblyVersion >2.0.0 .0</AssemblyVersion >
8
- <FileVersion >2.0.0 </FileVersion >
9
- <InformationalVersion >2.0.0 </InformationalVersion >
7
+ <AssemblyVersion >2.0.1 .0</AssemblyVersion >
8
+ <FileVersion >2.0.1 </FileVersion >
9
+ <InformationalVersion >2.0.1 </InformationalVersion >
10
10
<CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
11
11
<TargetFrameworks >net461;netcoreapp2.1</TargetFrameworks >
12
12
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments