From 7a9f33b58d158c56f0afcdaad88c34c2cc3e7160 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Wed, 21 Feb 2018 13:52:29 -0800 Subject: [PATCH 1/2] prep for 1.6.0 release. --- CHANGELOG.md | 69 +++++++++++++++++++ PowerShellEditorServices.Common.props | 2 +- appveyor.yml | 2 +- .../PowerShellEditorServices.psd1 | 2 +- 4 files changed, 72 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f9d263f..3322d4f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,74 @@ # PowerShell Editor Services Release History +## 1.6.0 +### Thursday, February 22, 2018 + +#### Fixes and Improvements + +- [PowerShell/vscode-powershell #863](https://github.com/PowerShell/vscode-powershell/issues/863) - + Eliminate duplicate dgb prompt. + +- [PowerShell/PowerShellEditorServices #626](https://github.com/PowerShell/PowerShellEditorServices/pull/626) - + Switch to w3c log file timestamp format. + +- [PowerShell/vscode-powershell #907](https://github.com/PowerShell/vscode-powershell/issues/907) - + Track tempIntegratedConsole launch param, do not exit when session ends. + +- [PowerShell/vscode-powershell #1159](https://github.com/PowerShell/vscode-powershell/issues/1159) - + Fix PSES crash on debug start when function breakpoint defined. + +- [PowerShell/PowerShellEditorServices #586](https://github.com/PowerShell/PowerShellEditorServices/issues/586) - + Add build.ps1 to follow consistent guidelines. + +- [PowerShell/PowerShellEditorServices #414](https://github.com/PowerShell/PowerShellEditorServices/issues/414) - + Enable piping text to `psedit` to open a new untitled buffer. + +- [PowerShell/PowerShellEditorServices #413](https://github.com/PowerShell/PowerShellEditorServices/issues/413) - + Enable piping multiple file paths through `psedit` to open those files. + +- [PowerShell/vscode-powershell #1185](https://github.com/PowerShell/vscode-powershell/issues/1185) - + Fix `PowerShell: Expand Alias` command in macOS. + +- [PowerShell/PowerShellEditorServices #612](https://github.com/PowerShell/PowerShellEditorServices/issues/612), +[PowerShell/vscode-powershell](https://github.com/PowerShell/vscode-powershell/issues/908) - + Fix macOS/linux crash with "too many open files". + +- [PowerShell/PowerShellEditorServices #528](https://github.com/PowerShell/PowerShellEditorServices/issues/528) - + Change psedit to Open-EditorFile and alias psedit to it. + +- [PowerShell/PowerShellEditorServices #597](https://github.com/PowerShell/PowerShellEditorServices/issues/597), +[PowerShell/vscode-powershell #789](https://github.com/PowerShell/vscode-powershell/issues/789) - +Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and setting ComputerName default. + +- [PowerShell/PowerShellEditorServices #598](https://github.com/PowerShell/PowerShellEditorServices/pull/598) - + Improve error logging for exec of pscommands. + +- [PowerShell/PowerShellEditorServices #594](https://github.com/PowerShell/PowerShellEditorServices/pull/594) - + Fixed markdown typo to correct the link to the contributing guidelines. Thanks to [dee-see](https://github.com/dee-see)! + +- [PowerShell/vscode-powershell #987](https://github.com/PowerShell/vscode-powershell/issues/987), +[PowerShell/vscode-powershell #1107](https://github.com/PowerShell/vscode-powershell/issues/1107), +[PowerShell/PowerShellEditorServices #554](https://github.com/PowerShell/PowerShellEditorServices/issues/554), +[PowerShell/vscode-powershell #1146](https://github.com/PowerShell/vscode-powershell/issues/1146), +[PowerShell/vscode-powershell #1119](https://github.com/PowerShell/vscode-powershell/issues/1119), +[PowerShell/vscode-powershell #120](https://github.com/PowerShell/vscode-powershell/issues/120) - + Fix debugger step through on Unix platforms. + +- [PowerShell/PowerShellEditorServices #590](https://github.com/PowerShell/PowerShellEditorServices/pull/590) - + Add .Save() to FileContext API. + +- [PowerShell/PowerShellEditorServices #588](https://github.com/PowerShell/PowerShellEditorServices/pull/588) - + Fix bad pssa settings path crashes PSES. + +- [PowerShell/PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices/issues/582) - + Fix Very Large String crashes PS Editor Services. + +- [PowerShell/vscode-powershell](https://github.com/PowerShell/vscode-powershell/issues/1114) - + Fix breakpoint on nonexisting file. + +- [PowerShell/vscode-powershell](https://github.com/PowerShell/vscode-powershell/issues/1014) - + Fix crash of PSES on startup when workspace folder has [] in path. + ## 1.5.1 ### Tuesday, November 14, 2017 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index 523112534..a7a0bb1ee 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,6 +1,6 @@ - 1.5.1 + 1.6.0 Microsoft © Microsoft Corporation. All rights reserved. PowerShell;editor;development;language;debugging diff --git a/appveyor.yml b/appveyor.yml index 1278b24bc..44cd78983 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '1.5.1.{build}' +version: '1.6.0.{build}' image: Visual Studio 2017 clone_depth: 10 skip_tags: true diff --git a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 index 82b3710b1..881bba557 100644 --- a/module/PowerShellEditorServices/PowerShellEditorServices.psd1 +++ b/module/PowerShellEditorServices/PowerShellEditorServices.psd1 @@ -12,7 +12,7 @@ RootModule = 'PowerShellEditorServices.psm1' # Version number of this module. -ModuleVersion = '1.5.1' +ModuleVersion = '1.6.0' # ID used to uniquely identify this module GUID = '9ca15887-53a2-479a-9cda-48d26bcb6c47' From 53b1bbd3ec2cfbaf901e7d4a7a5d856ded143ee3 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Wed, 21 Feb 2018 13:54:01 -0800 Subject: [PATCH 2/2] add numbers --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3322d4f09..1f622072e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,13 +60,13 @@ Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and set - [PowerShell/PowerShellEditorServices #588](https://github.com/PowerShell/PowerShellEditorServices/pull/588) - Fix bad pssa settings path crashes PSES. -- [PowerShell/PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices/issues/582) - +- [PowerShell/PowerShellEditorServices #582](https://github.com/PowerShell/PowerShellEditorServices/issues/582) - Fix Very Large String crashes PS Editor Services. -- [PowerShell/vscode-powershell](https://github.com/PowerShell/vscode-powershell/issues/1114) - +- [PowerShell/vscode-powershell #1114](https://github.com/PowerShell/vscode-powershell/issues/1114) - Fix breakpoint on nonexisting file. -- [PowerShell/vscode-powershell](https://github.com/PowerShell/vscode-powershell/issues/1014) - +- [PowerShell/vscode-powershell #1014](https://github.com/PowerShell/vscode-powershell/issues/1014) - Fix crash of PSES on startup when workspace folder has [] in path. ## 1.5.1