Skip to content

Commit a4d5409

Browse files
authored
Update ChangeLog and version for 2.0.0-beta6 release (#1178)
1 parent a3e9172 commit a4d5409

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

PSReadLine/Changes.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
### Version 2.0.0-beta6
2+
3+
Pre-release notes:
4+
5+
Bug fixes:
6+
7+
* Fix `GenerateRender` to not throw `IndexOutOfRangeException` and `NullReferenceException` (#1049)
8+
* Filter sensitive history items and avoid writing them to the history file (#1058, #1061, #1068)
9+
* Clear the previous menu rendering correctly (#1073)
10+
* Fix correct way to get substring based on buffercells when encountering `CJK` chars (#1100)
11+
* Correct cursor jumping from line 2 to line 1 due to line 1 being empty (#1108) (Thanks @msftrncs)
12+
* In VI mode, moving left or right should stick cursor on logical line (#1120) (Thanks @springcomp)
13+
* Fix for a `NullReferenceException` thrown when `PSES` calls `ForcePSEventHandling` (#1097)
14+
* Return error if color property or value is invalid with `Set-PSReadLineOption -Colors` (#1124)
15+
* Handle cursor being moved off the end of buffer in `MoveCursor` (#1146) (Thanks @msftrncs)
16+
* Supporting line-wise yanks, including paste and undo (#811) (Thanks @springcomp)
17+
* `MoveCursor` should not call `SetCursorPosition` when there is a pending rendering (#1141) (Thanks @msftrncs)
18+
* Fix `y$` to yank to the end of the logical line instead of to the end of the whole buffer (#1168) (Thanks @springcomp)
19+
* Make `y0` yank up to the start of the logical line in `VI` mode (#1167) (Thanks @springcomp)
20+
121
### Version 2.0.0-beta5
222

323
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-beta5</InformationalVersion>
9+
<InformationalVersion>2.0.0-beta6</InformationalVersion>
1010
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)