|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v2.2.0-preview.1 |
| 4 | +### Tuesday, April 28, 2020 |
| 5 | + |
| 6 | +- 📟 🐛 [PowerShellEditorServices #1272](https://github.com/PowerShell/PowerShellEditorServices/pull/1272) - |
| 7 | + Allow progress colors to be settable and gettable from the internal host. |
| 8 | +- 🛫 ✨ [PowerShellEditorServices #1239](https://github.com/PowerShell/PowerShellEditorServices/pull/1239) - |
| 9 | + Prompt to update PackageManagement when using an old version. |
| 10 | +- 🛫 ✨ [PowerShellEditorServices #1269](https://github.com/PowerShell/PowerShellEditorServices/pull/1269) - |
| 11 | + Support ConstrainedLanguage mode. |
| 12 | +- 📺 ✨ [PowerShellEditorServices #1268](https://github.com/PowerShell/PowerShellEditorServices/pull/1268) - |
| 13 | + Refactor GetCommandHandler to not use dynamic. |
| 14 | +- 🔍 🐛 [vscode-powershell #2654](https://github.com/PowerShell/PowerShellEditorServices/pull/1270) - |
| 15 | + Fix interpolation in Log points, switch to double quotes. (Thanks @rkeithhill!) |
| 16 | +- [PowerShellEditorServices #1267](https://github.com/PowerShell/PowerShellEditorServices/pull/1267) - |
| 17 | + Update module manifest to match current module. |
| 18 | +- 📟 🐛 [vscode-powershell #2637](https://github.com/PowerShell/PowerShellEditorServices/pull/1264) - |
| 19 | + Leverage internal HostUI to check if VT100 is supported. |
| 20 | +- 📟 🐛 [vscode-powershell #2637](https://github.com/PowerShell/PowerShellEditorServices/pull/1263) - |
| 21 | + Use stable builds of PSReadLine for the PowerShell extension and preview builds for the PowerShell Preview extension. |
| 22 | +- 💎 ✨ [vscode-powershell #2543](https://github.com/PowerShell/PowerShellEditorServices/pull/1262) - |
| 23 | + Allow formatting when ScriptAnalysis setting is set to disabled. |
| 24 | + |
3 | 25 | ## v2.1.0
|
4 | 26 | ### Thursday, April 15, 2020
|
5 | 27 | #### Notable features and fixes
|
|
0 commit comments