File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
### Version 2.0.0-beta5
2
22
3
23
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-beta5 </InformationalVersion >
9
+ <InformationalVersion >2.0.0-beta6 </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