File tree 1 file changed +16
-2
lines changed 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- ### Version 1.1.1
1
+ ### Version 1.2
2
+
3
+ New features:
4
+ * Vi editing mode
2
5
3
6
New functions:
4
7
* InsertLineAbove
@@ -12,10 +15,21 @@ New key bindings:
12
15
* Ctrl+Enter bound to InsertLineAbove in Windows mode
13
16
* Ctrl+Shift+Enter bound to InsertLineBelow in Windows mode
14
17
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)
16
29
17
30
Breaking change:
18
31
* Namespace PSConsoleUtilities has been renamed to Microsoft.PowerShell
32
+ * Default history file location changed to match Windows 10
19
33
20
34
### Version 1.0.0.13
21
35
You can’t perform that action at this time.
0 commit comments