11---
22description : This article contains the list of changes for each released version of PSReadLine.
33Locale : en-US
4- ms.date : 01/23 /2025
4+ ms.date : 03/03 /2025
55online version : https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-5.1&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_PSReadLine_Release_Notes
@@ -11,7 +11,7 @@ title: about_PSReadLine_Release_Notes
1111This is a summary of changes to the ** PSReadLine** module. For a full list of
1212changes, see the ** PSReadLine** [ ChangeLog] [ 01 ] .
1313
14- - Current preview: v2.4.0-beta0
14+ - Current preview: v2.4.0-beta1
1515- Current stable release: v2.3.6
1616
1717## PSReadLine release history
@@ -29,6 +29,13 @@ Windows PowerShell 5.1.
2929
3030## Release Notes
3131
32+ ### v2.4.0-beta1 - 2025-02-28
33+
34+ - Avoid querying for cursor position when it's not necessary
35+ - Handle buffer changes made by an event handler
36+ - Update SelectCommandArgument to properly handle POSIX style options for CLI
37+ commands
38+
3239### v2.4.0-beta0 - 2024-03-01
3340
3441- Fix copying text to system clipboard on Linux using ` xclip `
@@ -75,7 +82,8 @@ enhancements:
7582- Add the ` TerminateOrphanedConsoleApps ` option on Windows to kill orphaned
7683 console-attached process that may mess up reading from Console input
7784- De-duplicate prediction results with the history results
78- - Make tab completion show results whose ` ListItemText ` are different by case only
85+ - Make tab completion show results whose ` ListItemText ` are different by case
86+ only
7987- Add support for upcasing, downcasing, and capitalizing word
8088- Handle multi-line description for parameter help content
8189
@@ -143,9 +151,11 @@ release:
143151 logical line
144152- Rename ` PredictionColor ` to ` InlinePredictionColor `
145153- Allow ` MaximumHistoryCount ` to be set from user's profile
146- - Add the parameter ` -PredictionSource ` to ` Set-PSReadLineOption ` , with the options ` None ` and ` History `
154+ - Add the parameter ` -PredictionSource ` to ` Set-PSReadLineOption ` , with the
155+ options ` None ` and ` History `
147156- Make the functions ` AcceptSuggestion ` and ` AcceptNextSuggestionWord ` bindable
148- - Relax the sensitive words we filter by changing ` key ` to ` apikey ` to reduce false positives
157+ - Relax the sensitive words we filter by changing ` key ` to ` apikey ` to reduce
158+ false positives
149159- Make ` ViForwardChar ` able to accept suggestions
150160- Expose ` ViBackwardChar ` and ` ViForwardChar ` as bindable functions
151161
0 commit comments