From 13a7db6899012c266946742bfc92fd88c78446b2 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 10 Apr 2019 14:37:15 -0700 Subject: [PATCH 1/3] Increment versions --- appveyor.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- src/main.ts | 2 +- tools/releaseBuild/Image/DockerFile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b960257237..3bda172ff7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.12.0-insiders-{build}' +version: '1.12.1-insiders-{build}' image: Visual Studio 2017 clone_depth: 10 skip_tags: true diff --git a/package-lock.json b/package-lock.json index 45ffd6c3b5..d3f493f79e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "powershell", - "version": "1.12.0", + "version": "1.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b3c2e22074..da5a345e1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell", "displayName": "PowerShell", - "version": "1.12.0", + "version": "1.12.1", "publisher": "ms-vscode", "description": "Develop PowerShell scripts in Visual Studio Code!", "engines": { diff --git a/src/main.ts b/src/main.ts index 8bda5e13a9..1116b26263 100644 --- a/src/main.ts +++ b/src/main.ts @@ -37,7 +37,7 @@ import utils = require("./utils"); // NOTE: We will need to find a better way to deal with the required // PS Editor Services version... -const requiredEditorServicesVersion = "1.12.0"; +const requiredEditorServicesVersion = "1.12.1"; let logger: Logger; let sessionManager: SessionManager; diff --git a/tools/releaseBuild/Image/DockerFile b/tools/releaseBuild/Image/DockerFile index e730aeb9fb..5ef5718610 100644 --- a/tools/releaseBuild/Image/DockerFile +++ b/tools/releaseBuild/Image/DockerFile @@ -23,7 +23,7 @@ COPY build.ps1 containerFiles/build.ps1 # Add an environment variable for build versioning ENV VSTS_BUILD=1 -ENV VSTS_BUILD_VERSION=1.12.0 +ENV VSTS_BUILD_VERSION=1.12.1 # Uncomment to debug locally # RUN Import-Module ./containerFiles/dockerInstall.psm1; ` From 33a80abee85a740440b5ac63ad7b3b337c8d38d3 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Wed, 10 Apr 2019 15:16:05 -0700 Subject: [PATCH 2/3] CHANGELOG --- CHANGELOG.md | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb51bd31e7..0d889137c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,28 @@ # vscode-powershell Release History -## v1.12.0 -### Friday, March 29, 2019 +## v1.12.1 +### Wednesday, April 10, 2019 + +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) -### Highlights +- [vscode-PowerShell #1852](https://github.com/PowerShell/vscode-PowerShell/pull/1852) - + Turn `powershell.codeformatting.useCorrectCasing` setting off by default until PSSA issues are fixed (Thanks @bergmeister!) +- [vscode-PowerShell #1837](https://github.com/PowerShell/vscode-PowerShell/pull/1837) - + Do not use -EncodedCommand on Windows -* Support for [PSScriptAnalyzer 1.18](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.18.0) 📝 -* The ability to debug any runspace in any process 🔎 -* Enable attach to process on Linux and macOS 🔎 +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) + +- [PowerShellEditorServices #906](https://github.com/PowerShell/PowerShellEditorServices/pull/906) - + Fix New-EditorFile with no folder or no files open +- [PowerShellEditorServices #908](https://github.com/PowerShell/PowerShellEditorServices/pull/908) - + Fix crash in CodeLens with UNC paths on Windows (Thanks @rkeithhill!) +- [PowerShellEditorServices #902](https://github.com/PowerShell/PowerShellEditorServices/pull/902) - + Improve path auto-completion (Thanks @rkeithhill!) +- [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) - + Fix UseCorrectCasing to be actually configurable via `powershell.codeFormatting.useCorrectCasing` (Thanks @bergmeister!) -There are a lot more goodies in this version. Checkout the changelog below! +## v1.12.0 +### Friday, March 29, 2019 #### [vscode-powershell](https://github.com/powershell/vscode-powershell) From 9ea76180e919d3b68f747a5faa56133019920ceb Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Thu, 11 Apr 2019 10:19:41 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d889137c7..d5ddd6ec3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ #### [vscode-powershell](https://github.com/powershell/vscode-powershell) +- [vscode-PowerShell #1865](https://github.com/PowerShell/vscode-powershell/pull/1867) - + Change casing of `powershell.codeformatting` settings for consistency: + - `powershell.codeformatting.WhitespaceInsideBrace` is now `powershell.codeformatting.whitespaceInsideBrace` + - `powershell.codeformatting.WhitespaceAroundPipe` is now `powershell.codeformatting.whitespaceAroundPipe` - [vscode-PowerShell #1852](https://github.com/PowerShell/vscode-PowerShell/pull/1852) - Turn `powershell.codeformatting.useCorrectCasing` setting off by default until PSSA issues are fixed (Thanks @bergmeister!) - [vscode-PowerShell #1837](https://github.com/PowerShell/vscode-PowerShell/pull/1837) -