Skip to content

Commit 809c287

Browse files
authored
Update ChangeLog and version for 2.0.0-beta5 release (#1046)
1 parent 5afeced commit 809c287

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

PSReadLine/Changes.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
### Version 2.0.0-beta4
221

322
Pre-release notes:

PSReadLine/PSReadLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
77
<AssemblyVersion>2.0.0.0</AssemblyVersion>
88
<FileVersion>2.0.0</FileVersion>
9-
<InformationalVersion>2.0.0-beta4</InformationalVersion>
9+
<InformationalVersion>2.0.0-beta5</InformationalVersion>
1010
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)