You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PSReadLine/Changes.txt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
### [2.3.2-beta2] - 2023-08-17
2
+
3
+
- Work around `InvalidOperationException` from Console API (#3755) (Thanks @jazzdelightsme!)
4
+
- Add the `TerminateOrphanedConsoleApps` option on Windows to kill orphaned console-attached process that may mess up reading from Console input (#3764) (Thanks @jazzdelightsme!)
5
+
- Fix bot to add `needs-triage` label to newly opened issue (#3772)
6
+
- Update `actions/checkout` used in GitHub action to v3 (#3773)
7
+
- Supports the text-object command `diw` in the VI edit mode (#2059) (Thanks @springcomp!)
8
+
- Fix `NullReferenceException` when processing event subscribers (#3781)
9
+
- Point to `F7History` in the comment of the `F7` key-binding sample (#3782)
0 commit comments