Skip to content

PSReadLine v2.3.1-beta1 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@daxian-dbw daxian-dbw released this 03 May 22:35
· 48 commits to master since this release
9e7b1fe

2.3.1-beta1 - 2023-05-03

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

  • Append reset VT sequence before rendering the inline prediction (#3669)
  • Support tooltip rendering in the prediction list view (#3667, #3671)
  • Fix the broken doc link about PowerShellGet (#3657) (Thanks @vimode!)
  • Add a sample for transforming Unicode code point to Unicode char by Alt+x (#3652)
  • Avoid running AddToHistoryHandler on command lines loaded from history file (#3643)
  • Force refreshing suggestion in the inline view when plugin is in use (#3644)
  • Improve the sensitive history scrubbing to allow retrieving token from az, gcloud, and kubectl (#3641)
  • Set the current location in PredictionClient when it's supported (#3639)
  • Improve the default sensitive history scrubbing to allow safe property access (#3630)
  • Make PSReadLine script hidden from debugger (#3629)