|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## 1.7.0 |
| 4 | +### Wednesday, April 25, 2018 |
| 5 | + |
| 6 | +#### Fixes and Improvements |
| 7 | + |
| 8 | +- [PowerShell/PowerShellEditorServices #629](https://github.com/PowerShell/PowerShellEditorServices/pull/629) - |
| 9 | + Allow Tcp/NamedPipe/Stdio listeners to enable other editors to use PowerShell Editor Services. Thanks to [yatli](https://github.com/yatli) 🎉 |
| 10 | + |
| 11 | +- [PowerShell/PowerShellEditorServices #632](https://github.com/PowerShell/PowerShellEditorServices/pull/632) - |
| 12 | + Add events for PowerShell execution status (running, completed, etc). |
| 13 | + |
| 14 | +- [PowerShell/PowerShellEditorServices #638](https://github.com/PowerShell/PowerShellEditorServices/pull/638) - |
| 15 | + Refactor pester script detection. |
| 16 | + |
| 17 | +- [PowerShell/PowerShellEditorServices #639](https://github.com/PowerShell/PowerShellEditorServices/pull/639) - |
| 18 | + Add Start-EditorServices script from vscode-powershell repo. |
| 19 | + |
| 20 | +- [PowerShell/PowerShellEditorServices #641](https://github.com/PowerShell/PowerShellEditorServices/pull/641) - |
| 21 | + Fix GetVersionDetails error on non-Windows platforms. |
| 22 | + |
| 23 | +- [PowerShell/PowerShellEditorServices #642](https://github.com/PowerShell/PowerShellEditorServices/pull/642) - |
| 24 | + Add support for running xUnit tests in VS Test Explorer. |
| 25 | + |
| 26 | +- [PowerShell/PowerShellEditorServices #643](https://github.com/PowerShell/PowerShellEditorServices/pull/643/files) - |
| 27 | + Fix issue using pre-release version of NET Core SDK. |
| 28 | + |
| 29 | +- [PowerShell/PowerShellEditorServices #645](https://github.com/PowerShell/PowerShellEditorServices/pull/645) - |
| 30 | + Implemented a better way to test for in-memory file. |
| 31 | + |
| 32 | +- [PowerShell/PowerShellEditorServices #647](https://github.com/PowerShell/PowerShellEditorServices/pull/647) - |
| 33 | + Change PSES to be buildable as a standalone. |
| 34 | + |
| 35 | +- [PowerShell/PowerShellEditorServices #649](https://github.com/PowerShell/PowerShellEditorServices/pull/649) - |
| 36 | + Get rid of the unneeded exception variable causing a compile warning. |
| 37 | + |
| 38 | +- [PowerShell/PowerShellEditorServices #650](https://github.com/PowerShell/PowerShellEditorServices/pull/650) - |
| 39 | + Add $psEditor.GetEditorContext().CurrentFile.SaveAs("Name") support. |
| 40 | + |
| 41 | +- [PowerShell/PowerShellEditorServices #652](https://github.com/PowerShell/PowerShellEditorServices/pull/652) - |
| 42 | + Make the 'PSESRemoteSessionOpenFile' a support event. |
| 43 | + |
| 44 | +- [PowerShell/PowerShellEditorServices #654](https://github.com/PowerShell/PowerShellEditorServices/pull/654) - |
| 45 | +Add customize output color enhancement. Thanks to [KeroroLulu](https://github.com/KeroroLulu) 🎉 |
| 46 | + |
3 | 47 | ## 1.6.0
|
4 | 48 | ### Thursday, February 22, 2018
|
5 | 49 |
|
6 | 50 | #### Fixes and Improvements
|
7 | 51 |
|
8 | 52 | - [PowerShell/vscode-powershell #863](https://github.com/PowerShell/vscode-powershell/issues/863) -
|
9 |
| - Eliminate duplicate dgb prompt. |
| 53 | + Eliminate duplicate [DBG] prompt. |
10 | 54 |
|
11 | 55 | - [PowerShell/PowerShellEditorServices #626](https://github.com/PowerShell/PowerShellEditorServices/pull/626) -
|
12 | 56 | Switch to w3c log file timestamp format.
|
@@ -58,7 +102,7 @@ Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and set
|
58 | 102 | Add .Save() to FileContext API.
|
59 | 103 |
|
60 | 104 | - [PowerShell/PowerShellEditorServices #588](https://github.com/PowerShell/PowerShellEditorServices/pull/588) -
|
61 |
| - Fix bad pssa settings path crashes PSES. |
| 105 | + Fix bad PSScriptAnalyzer settings path crashes PSES. |
62 | 106 |
|
63 | 107 | - [PowerShell/PowerShellEditorServices #582](https://github.com/PowerShell/PowerShellEditorServices/issues/582) -
|
64 | 108 | Fix Very Large String crashes PS Editor Services.
|
|
0 commit comments