Skip to content

Commit 38eb016

Browse files
committed
Update Changes.txt
1 parent 255c857 commit 38eb016

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

PSReadLine/Changes.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### Version 1.1.1
1+
### Version 1.2
2+
3+
New features:
4+
* Vi editing mode
25

36
New functions:
47
* InsertLineAbove
@@ -12,10 +15,21 @@ New key bindings:
1215
* Ctrl+Enter bound to InsertLineAbove in Windows mode
1316
* Ctrl+Shift+Enter bound to InsertLineBelow in Windows mode
1417

15-
### Version 1.1.0
18+
Bug fixes:
19+
* Home the first line of multi-line input fixed
20+
* CaptureScreen captures colors colors correctly instead of guessing
21+
* CaptureScreen scrolls the screen to ensure the selected line is visible
22+
* CaptureScreen allows j/k for up/down (for the vi fans)
23+
* Fixed uncommon syntax coloring bug with bare words that start with a variable
24+
* Added sample handler for F7 emulation
25+
* Fixed sample handler for Set-StrictMode error
26+
* Improved error message when errors occur in custom handlers
27+
28+
### Version 1.1 (shipped w/ Windows 10)
1629

1730
Breaking change:
1831
* Namespace PSConsoleUtilities has been renamed to Microsoft.PowerShell
32+
* Default history file location changed to match Windows 10
1933

2034
### Version 1.0.0.13
2135

0 commit comments

Comments
 (0)