diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c543c478..5c10667ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # vscode-powershell Release History +## v2019.11.0 +### Friday, November 1, 2019 +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) + +- 🐛 [vscode-PowerShell #2252](https://github.com/PowerShell/vscode-PowerShell/pull/2252) - + Fix bug finding Windows PowerShell when PowerShell 6+ not installed. +- 🔍 [vscode-powershell #2144](https://github.com/PowerShell/vscode-PowerShell/pull/2223) - + Fix debugging restart capability by ensuring the session file is not deleted. +- 📺 [vscode-PowerShell #2224](https://github.com/PowerShell/vscode-PowerShell/pull/2224) - + Provide Run Selection button in Editor Title Menu. (Thanks @jpogran!) +- 📺 [vscode-PowerShell #2225](https://github.com/PowerShell/vscode-PowerShell/pull/2225) - + Surface Invoke Registered Editor Command. (Thanks @jpogran!) + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) + +- 📟 [PowerShellEditorServices #1077](https://github.com/PowerShell/PowerShellEditorServices/pull/1077) - + Support new console color configuration in PowerShell 7. +- 🐛 [vscode-powershell #2116](https://github.com/PowerShell/PowerShellEditorServices/pull/1044) - + Fix UNC intellisense backslash. +- 🐛 [vscode-powershell #2214](https://github.com/PowerShell/PowerShellEditorServices/pull/1050) - + Fix issue where PipelineIndentationStyle setting is ignored. + ## v2019.9.0 ### Monday, September 23, 2019 #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)