Skip to content

Commit 6781b91

Browse files
authored
Update CHANGELOG for v2.0.0-preview.6 (#1081)
* Update CHANGELOG for v2.0.0-preview.6 * Increment prerelease version
1 parent 6340108 commit 6781b91

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.0.0-preview.6
4+
### Friday, November 1, 2019
5+
6+
#### Special Note
7+
In this release of the preview extension,
8+
we've merged significant architectural work into PowerShell Editor Services.
9+
After several months of work, PSES now uses the Omnisharp LSP library
10+
to handle Language Server Protocol interaction instead of rolling its own,
11+
allowing PSES to concentrate on being a good PowerShell backend.
12+
We hope you'll see increased performance and stability in this release.
13+
As always, [please let us know if you find any issues](https://github.com/PowerShell/PowerShellEditorServices/issues/new).
14+
15+
- 🐛 [PowerShellEditorServices #1080](https://github.com/PowerShell/PowerShellEditorServices/pull/1080) -
16+
Remove extra newline in GetComment feature.
17+
- 🐛 [PowerShellEditorServices #1079](https://github.com/PowerShell/PowerShellEditorServices/pull/1079) -
18+
Fix duplicate diagnostics caused by DidChange handler.
19+
- 🔧 [PowerShellEditorServices #1076](https://github.com/PowerShell/PowerShellEditorServices/pull/1076) -
20+
Graduate PSReadLine feature and add UseLegacyReadLine.
21+
- ⚙️ [PowerShellEditorServices #1075](https://github.com/PowerShell/PowerShellEditorServices/pull/1075) -
22+
Lock OmniSharp dependencies to v0.14.0. (Thanks @mholo65!)
23+
- 📟 [PowerShellEditorServices #1064](https://github.com/PowerShell/PowerShellEditorServices/pull/1064) -
24+
Add support for terminal error color settings in PS7.
25+
- 🐛 [PowerShellEditorServices #1073](https://github.com/PowerShell/PowerShellEditorServices/pull/1073) -
26+
Fix prerelease version discovery and fix omnisharp change.
27+
- 🐛 [PowerShellEditorServices #1065](https://github.com/PowerShell/PowerShellEditorServices/pull/1065) -
28+
Fix TEMP debugging.
29+
- 🐛 [vscode-powershell #1753](https://github.com/PowerShell/PowerShellEditorServices/pull/1072) -
30+
Override PSRL ReadKey on Windows as well.
31+
- 💭 [PowerShellEditorServices #1066](https://github.com/PowerShell/PowerShellEditorServices/pull/1066) -
32+
Rework Omnisharp logging integration to make logging to files work again.
33+
- 👷 [PowerShellEditorServices #1055](https://github.com/PowerShell/PowerShellEditorServices/pull/1055) -
34+
Update .Net Core SDK from 2.1.801 to 2.1.802 (latest patch). (Thanks @bergmeister!)
35+
- 🚂 [PowerShellEditorServices #1056](https://github.com/PowerShell/PowerShellEditorServices/pull/1056) -
36+
Re-architect PowerShell Editor Services to use the Omnisharp LSP platform.
37+
- 🐛 [vscode-powershell #2116](https://github.com/PowerShell/PowerShellEditorServices/pull/1044) -
38+
Fix UNC intellisense backslash.
39+
340
## v2.0.0-preview.5
441
### Monday, September 23, 2019
542

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.0.0</VersionPrefix>
4-
<VersionSuffix>preview.5</VersionSuffix>
4+
<VersionSuffix>preview.6</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
77
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

0 commit comments

Comments
 (0)