Skip to content

Commit 65bcbb1

Browse files
authored
[Ignore] Update CHANGELOG and version for preview.9 release (#1189)
1 parent 945d616 commit 65bcbb1

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.0.0-preview.9
4+
### Thursday, February 20, 2020
5+
6+
- 🐛📁 [vscode-PowerShell #2421](https://github.com/powershell/powershelleditorservices/pull/1161) -
7+
Fix WorkspacePath so that references work with non-ASCII characters.
8+
- 🐛📟 [vscode-PowerShell #2372](https://github.com/powershell/powershelleditorservices/pull/1162) -
9+
Fix prompt behavior when debugging.
10+
- 🐛🛫 [PowerShellEditorServices #1171](https://github.com/powershell/powershelleditorservices/pull/1171) -
11+
Fix race condition where running multiple profiles caused errors.
12+
- 🐛📟 [vscode-PowerShell #2420](https://github.com/powershell/powershelleditorservices/pull/1173) -
13+
Fix an issue where pasting to a `Get-Credential` prompt in some Windows versions caused a crash.
14+
- 🐛📟 [vscode-PowerShell #1790](https://github.com/powershell/powershelleditorservices/pull/1174) -
15+
Fix an inconsistency where `Read-Host -Prompt 'prompt'` would return `$null` rather than empty string
16+
when given no input.
17+
- 🐛🔗 [PowerShellEditorServices #1177](https://github.com/powershell/powershelleditorservices/pull/1174) -
18+
Fix an issue where untitled files did not work with CodeLens.
19+
- ⚡️⏱️ [PowerShellEditorServices #1172](https://github.com/powershell/powershelleditorservices/pull/1172) -
20+
Improve `async`/`await` and `Task` usage to reduce concurrency overhead and improve performance.
21+
- 🐛📟 [PowerShellEditorServices #1178](https://github.com/powershell/powershelleditorservices/pull/1178) -
22+
Improve PSReadLine experience where no new line is rendered in the console.
23+
- ✨🔍 [PowerShellEditorServices #1119](https://github.com/powershell/powershelleditorservices/pull/1119) -
24+
Enable new debugging APIs added in PowerShell 7, improving performance and fixing issues where
25+
the debugger would hang or be unable to update breakpoints while scripts were running.
26+
- 👷📟 [PowerShellEditorServices #1187](https://github.com/PowerShell/PowerShellEditorServices/pull/1187) -
27+
Upgrade built-in PSReadLine to 2.0.0 GA.
28+
- 🐛👮 [PowerShellEditorServices #1179](https://github.com/PowerShell/PowerShellEditorServices/pull/1179) -
29+
Improve integration with PSScriptAnalyzer, improving performance,
30+
fixing an error when PSScriptAnalyzer is not available, fix CodeActions not appearing on Windows,
31+
fix an issue where the PSModulePath is reset by PSScriptAnalyzer opening new runspaces.
32+
- 🚂 [PowerShellEditorServices #1183](https://github.com/PowerShell/PowerShellEditorServices/pull/1183) -
33+
Close over public APIs not intended for external use and replace with new, async-friendly APIs.
34+
335
## v2.0.0-preview.8
436
### Monday, January 13, 2020
537

PowerShellEditorServices.Common.props

+1-1
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.8</VersionSuffix>
4+
<VersionSuffix>preview.9</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)