Skip to content

PSReadLine v2.2.1-rc1 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@daxian-dbw daxian-dbw released this 28 Jan 19:56
· 117 commits to master since this release
2184540

2.2.1-rc1 - 2022-01-28

You can get the v2.2.1-rc1 version of the PSReadLine module from PowerShell Gallery.
This release includes the following changes:

  • Update build agent to use PSMMS2019-Secure per requirement (#3174, #3187)
  • Update the HelpInfoURI to point to the latest help content (#3171)
  • Update the version of PowerShell nuget packages to 7.2.0 (#3170)
  • Update README.md with updated links to content helping get set up (#3149, #3152) (Thanks @cgorshing!)
  • Make Ctrl+r and Ctrl+s in Vi edit mode work the same way as in Emacs edit mode (#3148) (Thanks @davetapley!)
  • Make HistorySearchBackward and HistorySearchForward able to navigate the list view (#3144)