Skip to content

Commit fc1030d

Browse files
update cl for v2020.4.3-preview (#2668)
1 parent 986c910 commit fc1030d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

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

3+
## v2020.4.3-preview
4+
### Tuesday, April 28, 2020
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- 🛫 ✨ [vscode-powershell #2651](https://github.com/PowerShell/vscode-powershell/pull/2651) -
8+
Add setting for the PackageManagement update feature.
9+
- 👮‍ 🐛 [vscode-powershell #2659](https://github.com/PowerShell/vscode-powershell/pull/2659) -
10+
Remove broken 'Select PSScriptAnalyzer Rules' command. (Thanks @bergmeister!)
11+
- 🛫 ✨ [vscode-powershell #2526](https://github.com/PowerShell/vscode-powershell/pull/2653) -
12+
Clean up WaitForSessionFile logic and support increasing timeout with warning.
13+
- 📟 ✨ [vscode-powershell #2644](https://github.com/PowerShell/vscode-powershell/pull/2644) -
14+
Display preview state and version info in PSIC startup banner. (Thanks @rkeithhill!)
15+
- 👷 ✨ [vscode-powershell #2645](https://github.com/PowerShell/vscode-powershell/pull/2645) -
16+
Add workspace file to load both vscode-powershell and PSES. (Thanks @rkeithhill!)
17+
18+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
19+
20+
- 📟 🐛 [PowerShellEditorServices #1272](https://github.com/PowerShell/PowerShellEditorServices/pull/1272) -
21+
Allow progress colors to be settable and gettable from the internal host.
22+
- 🛫 ✨ [PowerShellEditorServices #1239](https://github.com/PowerShell/PowerShellEditorServices/pull/1239) -
23+
Prompt to update PackageManagement when using an old version.
24+
- 🛫 ✨ [PowerShellEditorServices #1269](https://github.com/PowerShell/PowerShellEditorServices/pull/1269) -
25+
Support ConstrainedLanguage mode.
26+
- 📺 ✨ [PowerShellEditorServices #1268](https://github.com/PowerShell/PowerShellEditorServices/pull/1268) -
27+
Refactor GetCommandHandler to not use dynamic.
28+
- 🔍 🐛 [vscode-powershell #2654](https://github.com/PowerShell/PowerShellEditorServices/pull/1270) -
29+
Fix interpolation in Log points, switch to double quotes. (Thanks @rkeithhill!)
30+
- [PowerShellEditorServices #1267](https://github.com/PowerShell/PowerShellEditorServices/pull/1267) -
31+
Update module manifest to match current module.
32+
- 📟 🐛 [vscode-powershell #2637](https://github.com/PowerShell/PowerShellEditorServices/pull/1264) -
33+
Leverage internal HostUI to check if VT100 is supported.
34+
- 📟 🐛 [vscode-powershell #2637](https://github.com/PowerShell/PowerShellEditorServices/pull/1263) -
35+
Use stable builds of PSReadLine for the PowerShell extension and preview builds for the PowerShell Preview extension.
36+
- 💎 ✨ [vscode-powershell #2543](https://github.com/PowerShell/PowerShellEditorServices/pull/1262) -
37+
Allow formatting when ScriptAnalysis setting is set to disabled.
38+
339
## v2020.4.0
440
### Thursday, April 15, 2020
541

0 commit comments

Comments
 (0)