Skip to content

Commit 2005773

Browse files
authored
Update ChangeLog and version for 2.1.0-beta2 release (#1588)
1 parent a2a409d commit 2005773

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.vsts-ci/templates/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
toolVersion: 5.8.2.1
3838
continueOnError: true
3939

40-
- task: securedevelopmentteam.vss-secure-development-tools.build-task-apiscan.APIScan@1
40+
- task: securedevelopmentteam.vss-secure-development-tools.build-task-apiscan.APIScan@2
4141
displayName: 'Run APIScan'
4242
inputs:
4343
softwareFolder: '$(Build.SourcesDirectory)'

PSReadLine/Changes.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
120
### Version 2.1.0-beta1
221

322
Pre-release notes:
423

524
* Experimental support for fish-like suggestions in PSReadLine.
625

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)
33+
734
### Version 2.0.1
835

936
Bug fixes:

PSReadLine/PSReadLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Microsoft.PowerShell.PSReadLine2</AssemblyName>
77
<AssemblyVersion>2.1.0.0</AssemblyVersion>
88
<FileVersion>2.1.0</FileVersion>
9-
<InformationalVersion>2.1.0-beta1</InformationalVersion>
9+
<InformationalVersion>2.1.0-beta2</InformationalVersion>
1010
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
1111
<TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks>
1212
<LangVersion>8.0</LangVersion>

0 commit comments

Comments
 (0)