|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## v1.8.0 |
| 4 | +### Tuesday, July 10, 2018 |
| 5 | + |
| 6 | +#### Fixes and Improvements |
| 7 | + |
| 8 | +- [PowerShell/PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices/) - |
| 9 | + (Breaking Change) Remove TCP as a transport and secure named-pipe usage |
| 10 | + |
| 11 | +- [Powershell/PowerShellEditorServices #696](https://github.com/PowerShell/PowerShellEditorServices/pull/696) - |
| 12 | + Add RenameProvider capability (Thanks @adamdriscoll!) |
| 13 | + |
| 14 | +- [Powershell/PowerShellEditorServices #667](https://github.com/PowerShell/PowerShellEditorServices/pull/667) - |
| 15 | + Add .gitattributes, .editorconfig and extensions.json (Thanks @rkeithhill!) |
| 16 | + |
| 17 | +- [Powershell/PowerShellEditorServices #668](https://github.com/PowerShell/PowerShellEditorServices/pull/668) - |
| 18 | + Stop the debugger service before we restart it |
| 19 | + |
| 20 | +- [Powershell/PowerShellEditorServices #666](https://github.com/PowerShell/PowerShellEditorServices/pull/666) - |
| 21 | + Change logging to use Serilog |
| 22 | + |
| 23 | +- [Powershell/PowerShellEditorServices #674](https://github.com/PowerShell/PowerShellEditorServices/pull/674) - |
| 24 | + Implement initialized notification handler to get rid of log error (Thanks @rkeithhill!) |
| 25 | + |
| 26 | +- [Powershell/PowerShellEditorServices #675](https://github.com/PowerShell/PowerShellEditorServices/pull/675) - |
| 27 | + Add symbols to modules built in Debug configuration |
| 28 | + |
| 29 | +- [Powershell/PowerShellEditorServices #669](https://github.com/PowerShell/PowerShellEditorServices/pull/669) - |
| 30 | + Add more useful PSSA rules that should be enabled by default (Thanks @bergmeister!) |
| 31 | + |
| 32 | +- [Powershell/PowerShellEditorServices #681](https://github.com/PowerShell/PowerShellEditorServices/pull/681) - |
| 33 | + Initial CODEOWNERS file to auto assign PR reviewers (Thanks @rkeithhill!) |
| 34 | + |
| 35 | +- [Powershell/PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices/) - |
| 36 | + Include ThirdPartyNotices.txt |
| 37 | + |
| 38 | +- [Powershell/PowerShellEditorServices #685](https://github.com/PowerShell/PowerShellEditorServices/pull/685) - |
| 39 | + Fix PSES crash that happens if you format an empty PS doc (Thanks @rkeithhill!) |
| 40 | + |
| 41 | +- [Powershell/PowerShellEditorServices #677](https://github.com/PowerShell/PowerShellEditorServices/pull/677) - |
| 42 | + Make AnalysisService use the latest version of PSScriptAnalyzer |
| 43 | + |
| 44 | +- [Powershell/PowerShellEditorServices #686](https://github.com/PowerShell/PowerShellEditorServices/pull/686) - |
| 45 | + Fix issue where MS Dynamics CRM (Thanks @rkeithhill!) |
| 46 | + |
| 47 | +- [Powershell/PowerShellEditorServices #687](https://github.com/PowerShell/PowerShellEditorServices/pull/687) - |
| 48 | + Add what to do when there's a vulnerability to docs |
| 49 | + |
| 50 | +- [Powershell/PowerShellEditorServices #693](https://github.com/PowerShell/PowerShellEditorServices/pull/693) - |
| 51 | + Set DocumentRangeFormattingProvider value to false. (Thanks @adamdriscoll!) |
| 52 | + |
| 53 | +- [Powershell/PowerShellEditorServices #691](https://github.com/PowerShell/PowerShellEditorServices/pull/691) - |
| 54 | + Fix error w/Start-EditorServices transcript logging using temp console (Thanks @rkeithhill!) |
| 55 | + |
| 56 | +- [Powershell/PowerShellEditorServices #694](https://github.com/PowerShell/PowerShellEditorServices/pull/694) - |
| 57 | + Change debug launch handler to treat null/empty cwd to not change dir (Thanks @rkeithhill!) |
| 58 | + |
| 59 | +- [Powershell/PowerShellEditorServices #664](https://github.com/PowerShell/PowerShellEditorServices/pull/664) - |
| 60 | + Ignore .idea folder that jetbrains products like to spit out (Rider, IntelliJ, Resharper) (#664) |
| 61 | + |
| 62 | +- [Powershell/PowerShellEditorServices #663](https://github.com/PowerShell/PowerShellEditorServices/pull/663) - |
| 63 | + Close stray processes on exit (#663) |
| 64 | + |
3 | 65 | ## 1.7.0
|
4 | 66 | ### Wednesday, April 25, 2018
|
5 | 67 |
|
|
0 commit comments