Skip to content

Commit fd481f9

Browse files
Merge pull request #12294 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-18 22:00 UTC
2 parents b891441 + b5df2e3 commit fd481f9

File tree

20 files changed

+319
-105
lines changed

20 files changed

+319
-105
lines changed

.github/workflows/checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- name: Checkout Repository
2626
id: checkout_repo
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
- name: Verify Checklist
2929
id: verify_checklist
3030
uses: ./.github/actions/verification/checklist/v1

.github/workflows/expectations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout Repository
2222
id: checkout_repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: Comment on Community PRs
2525
uses: ./.github/actions/commenting/expectations/v1
2626
with:

.github/workflows/stale-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Checkout Repository
2424
id: checkout_repo
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Write Report
2727
uses: ./.github/actions/reporting/stale-content/v1
2828
with:

.github/workflows/targeting-repo-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Checkout Repository
3131
id: checkout_repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
- name: Authorized to Modify Repo Files?
3434
uses: ./.github/actions/verification/authorization/v1
3535
with:

.github/workflows/targeting-valid-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Checkout Repository
2020
id: checkout_repo
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Authorized to Target Live Branch?
2323
uses: ./.github/actions/verification/authorization/v1
2424
with:

.github/workflows/versioned-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Checkout Repository
2222
id: checkout_repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: Write Report
2525
uses: ./.github/actions/reporting/versioned-content/v1
2626
with:

reference/5.1/PSReadLine/About/about_PSReadLine.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: PSReadLine provides an improved command-line editing experience in the PowerShell console.
33
Locale: en-US
4-
ms.date: 03/03/2025
4+
ms.date: 08/18/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine
@@ -124,8 +124,11 @@ APIs are documented in [about_PSReadLine_Functions][02].
124124
### Command History
125125

126126
PSReadLine maintains a history file containing all the commands and data you've
127-
entered from the command line. The history files are a file named
128-
`$($Host.Name)_history.txt`. On Windows systems the history file is stored at
127+
entered from the command line. The history file is a file named
128+
`$($Host.Name)_history.txt`, which results in a unique file for each host. For
129+
example, the history file for the PowerShell Extension console in Visual Studio
130+
Code is `Visual Studio Code Host_history.txt`.
131+
The history file is stored at
129132
`$Env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine`.
130133

131134
The history can contain sensitive data including passwords. PSReadLine attempts

reference/5.1/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article contains the list of changes for each released version of PSReadLine.
33
Locale: en-US
4-
ms.date: 03/03/2025
4+
ms.date: 08/18/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-5.1&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -19,7 +19,7 @@ changes, see the **PSReadLine** [ChangeLog][01].
1919
There have been many updates to PSReadLine since the version that ships in
2020
Windows PowerShell 5.1.
2121

22-
- v2.3.6 shipped in PowerShell 7.5.0
22+
- v2.3.6 shipped in PowerShell 7.4.7 and 7.5.0
2323
- v2.3.5 shipped in PowerShell 7.4.2 and 7.5.0-preview.3
2424
- v2.3.4 shipped in PowerShell 7.4.0-rc.1
2525
- v2.2.6 shipped in PowerShell 7.3.0
@@ -29,7 +29,33 @@ Windows PowerShell 5.1.
2929

3030
## Release Notes
3131

32-
### v2.4.0-beta1 - 2025-02-28
32+
### v2.4.3-beta3 - 2025-07-23
33+
34+
You can get the v2.4.3-beta3 version of the PSReadLine module from PowerShell
35+
Gallery.
36+
37+
This release includes the following changes:
38+
39+
- Allow accepting the current input automatically from within an OnIdle event
40+
handler
41+
- Add VS Code tasks and debug config
42+
- Add bound check for the cursor top value to InvokePrompt
43+
- Fix typo in SamplePSReadLineProfile.ps1
44+
- Fix line ending and cache some reflection operations
45+
- Improve test reliability by making sure the PSReadLine one-time
46+
initialization is done
47+
48+
### v2.4.2-beta2 - 2025-04-16
49+
50+
You can get the v2.4.2-beta2 version of the PSReadLine module from PowerShell
51+
Gallery.
52+
53+
This release includes the following changes:
54+
55+
- Add a private field to indicate if PSReadLine is initialized and ready
56+
- Use CFS for installing module and deploy box for module publish
57+
58+
### v2.4.1-beta1 - 2025-02-28
3359

3460
- Avoid querying for cursor position when it's not necessary
3561
- Handle buffer changes made by an event handler

reference/7.4/PSReadLine/About/about_PSReadLine.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: PSReadLine provides an improved command-line editing experience in the PowerShell console.
33
Locale: en-US
4-
ms.date: 03/03/2025
4+
ms.date: 08/18/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine
@@ -159,11 +159,16 @@ APIs are documented in [about_PSReadLine_Functions][02].
159159
### Command History
160160

161161
PSReadLine maintains a history file containing all the commands and data you've
162-
entered from the command line. The history files are a file named
163-
`$($Host.Name)_history.txt`. On Windows systems the history file is stored at
164-
`$Env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine`. On non-Windows systems,
165-
the history files are stored at `$Env:XDG_DATA_HOME/powershell/PSReadLine` or
166-
`$Env:HOME/.local/share/powershell/PSReadLine`.
162+
entered from the command line. The history file is a file named
163+
`$($Host.Name)_history.txt`, which results in a unique file for each host. For
164+
example, the history file for the PowerShell Extension console in Visual Studio
165+
Code is `Visual Studio Code Host_history.txt`.
166+
167+
- On Windows systems, the history file is stored at
168+
`$Env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine`.
169+
- On non-Windows systems, the history files are stored at
170+
`$Env:XDG_DATA_HOME/powershell/PSReadLine` or
171+
`$Env:HOME/.local/share/powershell/PSReadLine`.
167172

168173
The history can contain sensitive data including passwords. PSReadLine attempts
169174
to filter out sensitive information. Any command lines containing the following

reference/7.4/PSReadLine/About/about_PSReadLine_Release_Notes.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: This article contains the list of changes for each released version of PSReadLine.
33
Locale: en-US
4-
ms.date: 03/03/2025
4+
ms.date: 08/18/2025
55
online version: https://learn.microsoft.com/powershell/module/psreadline/about/about_psreadline_release_notes?view=powershell-7.4&WT.mc_id=ps-gethelp
66
schema: 2.0.0
77
title: about_PSReadLine_Release_Notes
@@ -19,7 +19,7 @@ changes, see the **PSReadLine** [ChangeLog][01].
1919
There have been many updates to PSReadLine since the version that ships in
2020
Windows PowerShell 5.1.
2121

22-
- v2.3.6 shipped in PowerShell 7.5.0
22+
- v2.3.6 shipped in PowerShell 7.4.7 and 7.5.0
2323
- v2.3.5 shipped in PowerShell 7.4.2 and 7.5.0-preview.3
2424
- v2.3.4 shipped in PowerShell 7.4.0-rc.1
2525
- v2.2.6 shipped in PowerShell 7.3.0
@@ -29,7 +29,33 @@ Windows PowerShell 5.1.
2929

3030
## Release Notes
3131

32-
### v2.4.0-beta1 - 2025-02-28
32+
### v2.4.3-beta3 - 2025-07-23
33+
34+
You can get the v2.4.3-beta3 version of the PSReadLine module from PowerShell
35+
Gallery.
36+
37+
This release includes the following changes:
38+
39+
- Allow accepting the current input automatically from within an OnIdle event
40+
handler
41+
- Add VS Code tasks and debug config
42+
- Add bound check for the cursor top value to InvokePrompt
43+
- Fix typo in SamplePSReadLineProfile.ps1
44+
- Fix line ending and cache some reflection operations
45+
- Improve test reliability by making sure the PSReadLine one-time
46+
initialization is done
47+
48+
### v2.4.2-beta2 - 2025-04-16
49+
50+
You can get the v2.4.2-beta2 version of the PSReadLine module from PowerShell
51+
Gallery.
52+
53+
This release includes the following changes:
54+
55+
- Add a private field to indicate if PSReadLine is initialized and ready
56+
- Use CFS for installing module and deploy box for module publish
57+
58+
### v2.4.1-beta1 - 2025-02-28
3359

3460
- Avoid querying for cursor position when it's not necessary
3561
- Handle buffer changes made by an event handler

0 commit comments

Comments
 (0)