File tree 2 files changed +20
-1
lines changed 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 2.0.0-beta5
2
+
3
+ Pre-release notes:
4
+
5
+ Bug fixes:
6
+
7
+ * Handle the dead key on Windows properly (#933, #945)
8
+ * Fix duplicate menu at end of buffer (#937) (Thanks @parkovski)
9
+ * Get Buffer Info as part of the Environment data in bug reporting (#942)
10
+ * Add API to detect if the screen reader is active (#947)
11
+ * Fix `ArgumentOutOfRangeException` thrown when changing color of the error prompt (#967)
12
+ * Fix the 'ArgumentOutOfRangeException' caused by top of the text being scrolled up-off the buffer (#979)
13
+ * Add the missing single curly quote and double curly quote to `IsSingleQuote` and `IsDoubleQuote` checks (#985) (Thanks @msftrncs)
14
+ * Fix the color of operator token in the `ArgumentMode` in syntax highlighting (#1003) (Thanks @msftrncs)
15
+ * Prioritize highlight of command names, prevent bleed from aligned nested tokens in syntax highlighting (#989) (Thanks @msftrncs)
16
+ * Prevent 'ArgumentOutOfRangeException' when showing the tab completion menu (#984) (Thanks @msftrncs)
17
+ * Make `PageUp/PageDown` and `CtrlPageUp/CtrlPageDown` windows only (#1032)
18
+ * Fix `UpArrow` when the cursor is at the end of a wrapped line in a multiple-line text (#1028)
19
+
1
20
### Version 2.0.0-beta4
2
21
3
22
Pre-release notes:
Original file line number Diff line number Diff line change 6
6
<AssemblyName >Microsoft.PowerShell.PSReadLine2</AssemblyName >
7
7
<AssemblyVersion >2.0.0.0</AssemblyVersion >
8
8
<FileVersion >2.0.0</FileVersion >
9
- <InformationalVersion >2.0.0-beta4 </InformationalVersion >
9
+ <InformationalVersion >2.0.0-beta5 </InformationalVersion >
10
10
<TargetFrameworks >net461;netcoreapp2.1</TargetFrameworks >
11
11
</PropertyGroup >
12
12
You can’t perform that action at this time.
0 commit comments