RC2 of PSReadLine 2.0
Pre-release
Pre-release
v2.0.0-rc2 - 1/14/2020
You can get the v2.0.0-rc2 version of the PSReadLine module from PowerShell Gallery.
This release includes the following bug fixes:
- Add
ProjectUriin module manifest (#1245) - Fix docs to note the
-PromptTextparameter ofSet-PSReadLineOptionis now of theString[]type (#1244) (Thanks @heaths) - Update key bindings in sample and docs now that the
Shiftkey is inferred (#1248) - Update
HelpInfoURIof thePSReadLinemodule to point to latest help content (#1251) - Fix
RepeatLastCharSearchandRepeatLastCharSearchBackwardsto not flip their functionalities (#1253) (Thanks @mikebattista) - Fix the exception when searching history with
ctrl+rorctrl+s(#1256) - Preserve and clear the saved current line properly to make the history operations work as expected (#1259)
- Update release build with compliance tasks (#1260)
- Update README.md to put
PSReadLineandPowerShellGetin backtick quotes (#1280) - Fix a few VI edit mode issues (#1262)
- Fix and enhance
SmartInsertQuoteto work better with closing braces, keywords and variables (#1288, #1289) (Thanks @theaquamarine) - Allow
InsertPairedBracesto wrap selected text (#1293) (Thanks @theaquamarine)