Skip to content

Commit ae8a843

Browse files
committed
Update changes.txt
1 parent a181aac commit ae8a843

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

PSReadLine/Changes.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
### Version 1.0.0.11
226

327
Bug fixes:

0 commit comments

Comments
 (0)