Skip to content

Beta5 of PSReadLine 2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@daxian-dbw daxian-dbw released this 13 Sep 21:12
· 280 commits to master since this release
809c287

v2.0.0-beta5 - 09/13/2019

You can get the v2.0.0-beta5 version of the PSReadLine module from PowerShell Gallery.
This release includes the following bug fixes:

  • Handle the dead key on Windows properly (#933, #945)
  • Fix duplicate menu at end of buffer (#937) (Thanks @parkovski)
  • Get Buffer Info as part of the Environment data in bug reporting (#942)
  • Add API to detect if the screen reader is active (#947)
  • Fix ArgumentOutOfRangeException thrown when changing color of the error prompt (#967)
  • Fix the ArgumentOutOfRangeException caused by top of the text being scrolled up-off the buffer (#979)
  • Add the missing single curly quote and double curly quote to IsSingleQuote and IsDoubleQuote checks (#985) (Thanks @msftrncs)
  • Fix the color of operator token in the ArgumentMode in syntax highlighting (#1003) (Thanks @msftrncs)
  • Prioritize highlight of command names, prevent bleed from aligned nested tokens in syntax highlighting (#989) (Thanks @msftrncs)
  • Prevent ArgumentOutOfRangeException when showing the tab completion menu (#984) (Thanks @msftrncs)
  • Make PageUp/PageDown and CtrlPageUp/CtrlPageDown windows only (#1032)
  • Fix UpArrow when the cursor is at the end of a wrapped line in a multiple-line text (#1028)