Skip to content

Commit ddc4a7a

Browse files
committed
Update CHANGELOG for v2021.2.0
1 parent 7f0b969 commit ddc4a7a

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

CHANGELOG.md

+88
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,93 @@
11
# PowerShell Extension Release History
22

3+
## v2021.2.0
4+
### Friday, February 19, 2021
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell/pull/3132) -
8+
Fix for issue #3131 in regards to brew discarding cask as an option. (Thanks @philippkahr!)
9+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
10+
Merge pull request #3177 from PowerShell/andschwa/delete-notebook-api.
11+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
12+
Delete VS Code Notebook API prototype.
13+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
14+
Merge pull request #3162 from PowerShell/andschwa/esrp.
15+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
16+
Fix `ci-general.yml` for change to build script.
17+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
18+
Scan `*.vsix` instead of signing.
19+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
20+
Fix artifact download task.
21+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
22+
Fix `Package` task for updated release pipline.
23+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
24+
Small cleanup of development instructions.
25+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
26+
Replace PackageES with ESRP template.
27+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
28+
Recognize Azure DevOps files appropriately.
29+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
30+
Add braces to PSCustomObject snippet to play nice with auto-closing pairs.
31+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
32+
Merge pull request #3136 from PowerShell/dependabot/npm_and_yarn/types/node-fetch-2.5.8.
33+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
34+
Merge pull request #3149 from PowerShell/dependabot/npm_and_yarn/types/node-14.14.22.
35+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
36+
Merge pull request #3150 from PowerShell/dependabot/npm_and_yarn/sinon-9.2.4.
37+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
38+
Merge pull request #3151 from PowerShell/dependabot/npm_and_yarn/vsce-1.84.0.
39+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
40+
Set DFS to false in package build.
41+
- [vscode-powershell #3132](https://github.com/PowerShell/vscode-powershell) -
42+
Add self as maintainer to readme.
43+
- [vscode-powershell #3099](https://github.com/PowerShell/vscode-powershell/pull/3099) -
44+
Update dependencies to fix CI on macOS.
45+
- [vscode-powershell #3089](https://github.com/PowerShell/vscode-powershell/pull/3089) -
46+
Remove hardcoded output format.
47+
- [vscode-powershell #3086](https://github.com/PowerShell/vscode-powershell/pull/3086) -
48+
Fix typo in description of legacy codelens description. (Thanks @nexxai!)
49+
- [vscode-powershell #3053](https://github.com/PowerShell/vscode-powershell/pull/3053) -
50+
Send telemetry from pses.
51+
- [vscode-powershell #3047](https://github.com/PowerShell/vscode-powershell/pull/3047) -
52+
Update language server client.
53+
- [vscode-powershell #2998](https://github.com/PowerShell/vscode-powershell/pull/2998) -
54+
Added Pester v5 support to problem matcher. (Thanks @fflaten!)
55+
- [vscode-powershell #3023](https://github.com/PowerShell/vscode-powershell/pull/3023) -
56+
Help completion should only run on powershell scripts.
57+
- [vscode-powershell #3023](https://github.com/PowerShell/vscode-powershell) -
58+
Fix automatic notebooks by making glob case-insensitive. (Thanks @github-actions[bot]!)
59+
- [vscode-powershell #2973](https://github.com/PowerShell/vscode-powershell/pull/2973) -
60+
Issue #2906. (Thanks @jeffpatton1971!)
61+
62+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
63+
64+
- Fix publish step.
65+
- Merge pull request #1408 from PowerShell/andschwa/esrp.
66+
- Fix issues caught by PoliCheck.
67+
- Exclude .git folder from PoliCheck.
68+
- Point PoliCheck to source subfolder.
69+
- Replace compliance tasks with template.
70+
- Delete deprecated signing.xml.
71+
- Use ADO tasks instead of pwsh inline scripts.
72+
- Start simplifying release build.
73+
- Replace PackageES with ESRP template.
74+
- Add self as maintainer to readme.
75+
- Set DFS to false in package build.
76+
- [PowerShellEditorServices #1398](https://github.com/PowerShell/PowerShellEditorServices/pull/1398) -
77+
Refactor e2e tests.
78+
- [PowerShellEditorServices #1381](https://github.com/PowerShell/PowerShellEditorServices/pull/1381) -
79+
Hook up Telemetry LSP event and add telemetry event when users opt-out/in to features.
80+
- [PowerShellEditorServices #1397](https://github.com/PowerShell/PowerShellEditorServices/pull/1397) -
81+
More compliant NuGet.config.
82+
- [vscode-powershell #3071](https://github.com/PowerShell/PowerShellEditorServices/pull/1394) -
83+
Fix #1393: Always use local help to return cmdlet help text. (Thanks @deadlydog!)
84+
- [PowerShellEditorServices #1376](https://github.com/PowerShell/PowerShellEditorServices/pull/1376) -
85+
Move to Omnisharp lib 0.18.x.
86+
- 🛫 🐛 [vscode-powershell #2965](https://github.com/PowerShell/PowerShellEditorServices/pull/1363) -
87+
Fix error when started in low .NET versions.
88+
- [PowerShellEditorServices #1364](https://github.com/PowerShell/PowerShellEditorServices/pull/1364) -
89+
Typos in README.md. (Thanks @robotboyfriend!)
90+
391
## v2020.9.0-preview
492
### Wednesday, September 16, 2020
593
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

0 commit comments

Comments
 (0)