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
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,36 @@
1
+
### Version 2.1.0-beta2
2
+
3
+
Pre-release notes:
4
+
5
+
Bug fixes:
6
+
7
+
* Fix the environment data script and print buffer info in case of exception (#1482)
8
+
* Add the parameter `-PredictionSource` to `Set-PSReadLineOption`, with the options `None` and `History` (#1496)
9
+
* Make the predictive suggestion feature disabled by default (`PredictionSource` set to `None`). It can be enabled by `Set-PSReadLineOption -PredictionSource History` (#1496)
10
+
* Make the functions `AcceptSuggestion` and `AcceptNextSuggestionWord` bindable (#1496)
11
+
* Fix the `ArgumentOutOfRangeException` caused by trimming the command line before saving to history (#1496)
12
+
* Refactor `SelfInsert` to avoid duplicate logic (#1510)
13
+
* Relax the sensitive words we filter by changing `key` to `apikey` to reduce false positives (#1517)
14
+
* Make edit group more stable in VI mode (#1526)
15
+
* Make `ViForwardChar` able to accept suggestions (#1528)
16
+
* Update build as we move help content to the `PowerShell-Docs` repository (#1537)
17
+
* Reset all VT attributes for `PromptText` if it contains VT sequences (#1544)
18
+
* Expose `ViBackwardChar` and `ViForwardChar` as bindable functions (#1547)
19
+
1
20
### Version 2.1.0-beta1
2
21
3
22
Pre-release notes:
4
23
5
24
* Experimental support for fish-like suggestions in PSReadLine.
6
25
26
+
### Version 2.0.2
27
+
28
+
Bug fixes:
29
+
30
+
* Add the template parameter to the bug report link (#1441) (Thanks @anthonyvdotbe)
31
+
* Update the release build to create the NuGet package for publish (#1480)
32
+
* Run script in local scope to make PSReadLine works in PSES in `ConstrainedLanguageMode` (#1527)
0 commit comments