File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 1.0.0.12
2
+
3
+ New features:
4
+ * Multi-line editing is now practical. Home/End go to the start/end of the current line or
5
+ start/end of the input in a reasonable way. Up/Down arrows will move across lines if the
6
+ input has multiple lines and you are not in the middle of recalling history.
7
+
8
+ Bug fixes:
9
+ * Color the prompt character if there is an error for any non-alphanumeric character
10
+ * Fix an issue related to undo (which was commonly hit via Escape) and using history search
11
+ * Fix a bug where PowerShell events are not written to the console until PSReadline returns
12
+ * Fixed so PowerTab now works with PSReadline
13
+ * Highlight from history search is cleared before accepting a line now.
14
+
15
+ New functions:
16
+ * NextLine
17
+ * PreviousLine
18
+ - These functions are added for completeness, neither is particularly useful as the usual
19
+ bindings for UpArrow/DownArrow are smart enough to recall history or change lines
20
+ depending on the context.
21
+
22
+ New key bindings:
23
+ * F8/Shift+F8 bound to HistorySearchBackward/HistorySearchForward in Windows mode
24
+
1
25
### Version 1.0.0.11
2
26
3
27
Bug fixes:
You can’t perform that action at this time.
0 commit comments