|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## 1.6.0 |
| 4 | +### Thursday, February 22, 2018 |
| 5 | + |
| 6 | +#### Fixes and Improvements |
| 7 | + |
| 8 | +- [PowerShell/vscode-powershell #863](https://github.com/PowerShell/vscode-powershell/issues/863) - |
| 9 | + Eliminate duplicate dgb prompt. |
| 10 | + |
| 11 | +- [PowerShell/PowerShellEditorServices #626](https://github.com/PowerShell/PowerShellEditorServices/pull/626) - |
| 12 | + Switch to w3c log file timestamp format. |
| 13 | + |
| 14 | +- [PowerShell/vscode-powershell #907](https://github.com/PowerShell/vscode-powershell/issues/907) - |
| 15 | + Track tempIntegratedConsole launch param, do not exit when session ends. |
| 16 | + |
| 17 | +- [PowerShell/vscode-powershell #1159](https://github.com/PowerShell/vscode-powershell/issues/1159) - |
| 18 | + Fix PSES crash on debug start when function breakpoint defined. |
| 19 | + |
| 20 | +- [PowerShell/PowerShellEditorServices #586](https://github.com/PowerShell/PowerShellEditorServices/issues/586) - |
| 21 | + Add build.ps1 to follow consistent guidelines. |
| 22 | + |
| 23 | +- [PowerShell/PowerShellEditorServices #414](https://github.com/PowerShell/PowerShellEditorServices/issues/414) - |
| 24 | + Enable piping text to `psedit` to open a new untitled buffer. |
| 25 | + |
| 26 | +- [PowerShell/PowerShellEditorServices #413](https://github.com/PowerShell/PowerShellEditorServices/issues/413) - |
| 27 | + Enable piping multiple file paths through `psedit` to open those files. |
| 28 | + |
| 29 | +- [PowerShell/vscode-powershell #1185](https://github.com/PowerShell/vscode-powershell/issues/1185) - |
| 30 | + Fix `PowerShell: Expand Alias` command in macOS. |
| 31 | + |
| 32 | +- [PowerShell/PowerShellEditorServices #612](https://github.com/PowerShell/PowerShellEditorServices/issues/612), |
| 33 | +[PowerShell/vscode-powershell](https://github.com/PowerShell/vscode-powershell/issues/908) - |
| 34 | + Fix macOS/linux crash with "too many open files". |
| 35 | + |
| 36 | +- [PowerShell/PowerShellEditorServices #528](https://github.com/PowerShell/PowerShellEditorServices/issues/528) - |
| 37 | + Change psedit to Open-EditorFile and alias psedit to it. |
| 38 | + |
| 39 | +- [PowerShell/PowerShellEditorServices #597](https://github.com/PowerShell/PowerShellEditorServices/issues/597), |
| 40 | +[PowerShell/vscode-powershell #789](https://github.com/PowerShell/vscode-powershell/issues/789) - |
| 41 | +Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and setting ComputerName default. |
| 42 | + |
| 43 | +- [PowerShell/PowerShellEditorServices #598](https://github.com/PowerShell/PowerShellEditorServices/pull/598) - |
| 44 | + Improve error logging for exec of pscommands. |
| 45 | + |
| 46 | +- [PowerShell/PowerShellEditorServices #594](https://github.com/PowerShell/PowerShellEditorServices/pull/594) - |
| 47 | + Fixed markdown typo to correct the link to the contributing guidelines. Thanks to [dee-see](https://github.com/dee-see)! |
| 48 | + |
| 49 | +- [PowerShell/vscode-powershell #987](https://github.com/PowerShell/vscode-powershell/issues/987), |
| 50 | +[PowerShell/vscode-powershell #1107](https://github.com/PowerShell/vscode-powershell/issues/1107), |
| 51 | +[PowerShell/PowerShellEditorServices #554](https://github.com/PowerShell/PowerShellEditorServices/issues/554), |
| 52 | +[PowerShell/vscode-powershell #1146](https://github.com/PowerShell/vscode-powershell/issues/1146), |
| 53 | +[PowerShell/vscode-powershell #1119](https://github.com/PowerShell/vscode-powershell/issues/1119), |
| 54 | +[PowerShell/vscode-powershell #120](https://github.com/PowerShell/vscode-powershell/issues/120) - |
| 55 | + Fix debugger step through on Unix platforms. |
| 56 | + |
| 57 | +- [PowerShell/PowerShellEditorServices #590](https://github.com/PowerShell/PowerShellEditorServices/pull/590) - |
| 58 | + Add .Save() to FileContext API. |
| 59 | + |
| 60 | +- [PowerShell/PowerShellEditorServices #588](https://github.com/PowerShell/PowerShellEditorServices/pull/588) - |
| 61 | + Fix bad pssa settings path crashes PSES. |
| 62 | + |
| 63 | +- [PowerShell/PowerShellEditorServices #582](https://github.com/PowerShell/PowerShellEditorServices/issues/582) - |
| 64 | + Fix Very Large String crashes PS Editor Services. |
| 65 | + |
| 66 | +- [PowerShell/vscode-powershell #1114](https://github.com/PowerShell/vscode-powershell/issues/1114) - |
| 67 | + Fix breakpoint on nonexisting file. |
| 68 | + |
| 69 | +- [PowerShell/vscode-powershell #1014](https://github.com/PowerShell/vscode-powershell/issues/1014) - |
| 70 | + Fix crash of PSES on startup when workspace folder has [] in path. |
| 71 | + |
3 | 72 | ## 1.5.1
|
4 | 73 | ### Tuesday, November 14, 2017
|
5 | 74 |
|
|
0 commit comments