From 32f171759d2d904cae2b5398875224475c64fc1d Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 15 Aug 2018 10:27:03 -0700 Subject: [PATCH 1/4] Update CHANGELOG for v1.8.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e71fdc4676..336dd02af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # vscode-powershell Release History +## v1.8.3 +### Wednesday, August 15, 2018 +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) + +- Use PowerShell signing script in VSTS builds (#1480) +- Use newer version for preleases (#1460) +- Change resourceLangId to editorLangId so right-click works properly with unsaved files (#1475) (Thanks @corbob!) +- (GH-1458) Remove region folding from non-region areas (#1467) (Thanks @glennsarti!) + ## v1.8.2 ### Thursday, July 26, 2018 From cc8c590f15a024f7c4770c8dabaf2b96f253047c Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 15 Aug 2018 10:33:29 -0700 Subject: [PATCH 2/4] Use conventional CHANGELOG format --- CHANGELOG.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 336dd02af6..bb32cbaea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ ### Wednesday, August 15, 2018 #### [vscode-powershell](https://github.com/powershell/vscode-powershell) -- Use PowerShell signing script in VSTS builds (#1480) -- Use newer version for preleases (#1460) -- Change resourceLangId to editorLangId so right-click works properly with unsaved files (#1475) (Thanks @corbob!) -- (GH-1458) Remove region folding from non-region areas (#1467) (Thanks @glennsarti!) +- [PowerShell/vscode-powershell #1480](https://github.com/PowerShell/vscode-powershell/pull/1480) - + Use PowerShell signing script in VSTS builds +- [PowerShell/vscode-powershell #1460](https://github.com/PowerShell/vscode-powershell/pull/1460) - + Use newer version for preleases +- [PowerShell/vscode-powershell #1475](https://github.com/PowerShell/vscode-powershell/pull/1475) - + Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob!) +- [PowerShell/vscode-powershell #1467](https://github.com/PowerShell/vscode-powershell/pull/1467) - + Remove region folding from non-region areas (Thanks @glennsarti!) ## v1.8.2 ### Thursday, July 26, 2018 @@ -15,26 +19,26 @@ #### [vscode-powershell](https://github.com/powershell/vscode-powershell) - [PowerShell/vscode-powershell #1438](https://github.com/PowerShell/vscode-powershell/pull/1438) - - (GH-1437) Fix detecting contiguous comment blocks and regions (#1438) (Thanks @glennsarti!) + Fix detecting contiguous comment blocks and regions (#1438) (Thanks @glennsarti!) - [PowerShell/vscode-powershell #1436](https://github.com/PowerShell/vscode-powershell/pull/1436) - First approach to fix issue with dbg/run start before PSES running (#1436) (Thanks @rkeithhill!) #### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) - [PowerShell/PowerShellEditorServices #712](https://github.com/PowerShell/PowerShellEditorServices/pull/712) - - workaround to support inmemory:// (#712) + workaround to support inmemory:// - [PowerShell/PowerShellEditorServices #706](https://github.com/PowerShell/PowerShellEditorServices/pull/706) - - Go To Definition works with different Ast types (#706) + Go To Definition works with different Ast types - [PowerShell/PowerShellEditorServices #707](https://github.com/PowerShell/PowerShellEditorServices/pull/707) - - fix stdio passing (#707) + fix stdio passing - [PowerShell/PowerShellEditorServices #709](https://github.com/PowerShell/PowerShellEditorServices/pull/709) - - Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709) + Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio - [PowerShell/PowerShellEditorServices #710](https://github.com/PowerShell/PowerShellEditorServices/pull/710) - - stdio should only launch language service not debug (#710) + stdio should only launch language service not debug - [PowerShell/PowerShellEditorServices #705](https://github.com/PowerShell/PowerShellEditorServices/pull/705) - - Fix load order of PSSA modules (#705) + Fix load order of PSSA modules - [PowerShell/PowerShellEditorServices #704](https://github.com/PowerShell/PowerShellEditorServices/pull/704) - - Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704) (Thanks @bergmeister!) + Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (Thanks @bergmeister!) ## v1.8.1 ### Wednesday, July 11, 2018 From 257a15851c7097c73a6046e264deaaeae170351e Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 15 Aug 2018 10:39:40 -0700 Subject: [PATCH 3/4] Fix typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb32cbaea7..8a4d10eec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,9 @@ #### [vscode-powershell](https://github.com/powershell/vscode-powershell) - [PowerShell/vscode-powershell #1438](https://github.com/PowerShell/vscode-powershell/pull/1438) - - Fix detecting contiguous comment blocks and regions (#1438) (Thanks @glennsarti!) + Fix detecting contiguous comment blocks and regions (Thanks @glennsarti!) - [PowerShell/vscode-powershell #1436](https://github.com/PowerShell/vscode-powershell/pull/1436) - - First approach to fix issue with dbg/run start before PSES running (#1436) (Thanks @rkeithhill!) + First approach to fix issue with dbg/run start before PSES running (Thanks @rkeithhill!) #### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) From 54342a729fca250214e01eb7d2386065d721ca49 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 15 Aug 2018 10:41:31 -0700 Subject: [PATCH 4/4] Add PSES changes --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4d10eec4..5da5ca774d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## v1.8.3 ### Wednesday, August 15, 2018 + #### [vscode-powershell](https://github.com/powershell/vscode-powershell) - [PowerShell/vscode-powershell #1480](https://github.com/PowerShell/vscode-powershell/pull/1480) - @@ -12,6 +13,15 @@ Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob!) - [PowerShell/vscode-powershell #1467](https://github.com/PowerShell/vscode-powershell/pull/1467) - Remove region folding from non-region areas (Thanks @glennsarti!) + + #### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) + +- [PowerShell/PowerShellEditorServices #722](https://github.com/PowerShell/PowerShellEditorServices/pull/722) - + Add VSTS signing step +- [PowerShell/PowerShellEditorServices #717](https://github.com/PowerShell/PowerShellEditorServices/pull/717) - + Increment version for prerelease +- [PowerShell/PowerShellEditorServices #715](https://github.com/PowerShell/PowerShellEditorServices/pull/715) - + Reduce allocations when parsing files (Thanks @mattpwhite!) ## v1.8.2 ### Thursday, July 26, 2018