Skip to content

Commit d2b5e7f

Browse files
authored
Update powershell-preview CHANGELOG for v2019.11.0 (#2263)
* Update CHANGELOG for v2019.11.0 * Increment version
1 parent 6a47a89 commit d2b5e7f

File tree

3 files changed

+75
-23
lines changed

3 files changed

+75
-23
lines changed

CHANGELOG.md

+73-21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# PowerShell Preview Extension Release History
22

3+
## v2019.11.0
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/vscode-powershell/issues/new/choose).
14+
15+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
16+
17+
- 🔧 [vscode-PowerShell #2262](https://github.com/PowerShell/vscode-PowerShell/pull/2262) -
18+
Introduce `powershell.integratedConsole.useLegacyReadline` setting disable PSReadLine.
19+
- 🛫🐛[vscode-powershell #2217](https://github.com/PowerShell/vscode-PowerShell/pull/2238) -
20+
Discover new PowerShell installations, fix startup issue with Windows PowerShell.
21+
- 📺 [vscode-PowerShell #2225](https://github.com/PowerShell/vscode-PowerShell/pull/2225) -
22+
Surface `InvokeRegisteredEditorCommand` in the Command Palette. (Thanks @jpogran!)
23+
- 📺 [vscode-PowerShell #2224](https://github.com/PowerShell/vscode-PowerShell/pull/2224) -
24+
Provide Run Selection button in editor title menu. (Thanks @jpogran!)
25+
- 👷 [vscode-powershell #2229](https://github.com/PowerShell/vscode-PowerShell/pull/2232) -
26+
Fix version check in Install-VSCode.ps1.
27+
- 🚂 [vscode-PowerShell #2226](https://github.com/PowerShell/vscode-PowerShell/pull/2226) -
28+
Changes needed for Omnisharp migration of PowerShellEditorServices.
29+
- 🔍 [vscode-powershell #2144](https://github.com/PowerShell/vscode-PowerShell/pull/2223) -
30+
Fix debugging restart capability by ensuring the session file is not deleted.
31+
32+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
33+
34+
- 🐛 [PowerShellEditorServices #1080](https://github.com/PowerShell/PowerShellEditorServices/pull/1080) -
35+
Remove extra newline in GetComment feature.
36+
- 🐛 [PowerShellEditorServices #1079](https://github.com/PowerShell/PowerShellEditorServices/pull/1079) -
37+
Fix duplicate diagnostics caused by DidChange handler.
38+
- 🔧 [PowerShellEditorServices #1076](https://github.com/PowerShell/PowerShellEditorServices/pull/1076) -
39+
Graduate PSReadLine feature and add UseLegacyReadLine.
40+
- ⚙️ [PowerShellEditorServices #1075](https://github.com/PowerShell/PowerShellEditorServices/pull/1075) -
41+
Lock OmniSharp dependencies to v0.14.0. (Thanks @mholo65!)
42+
- 📟 [PowerShellEditorServices #1064](https://github.com/PowerShell/PowerShellEditorServices/pull/1064) -
43+
Add support for terminal error color settings in PS7.
44+
- 🐛 [PowerShellEditorServices #1073](https://github.com/PowerShell/PowerShellEditorServices/pull/1073) -
45+
Fix prerelease version discovery and fix omnisharp change.
46+
- 🐛 [PowerShellEditorServices #1065](https://github.com/PowerShell/PowerShellEditorServices/pull/1065) -
47+
Fix TEMP debugging.
48+
- 🐛 [vscode-powershell #1753](https://github.com/PowerShell/PowerShellEditorServices/pull/1072) -
49+
Override PSRL ReadKey on Windows as well.
50+
- 🚂 [PowerShellEditorServices #1056](https://github.com/PowerShell/PowerShellEditorServices/pull/1056) -
51+
Re-architect PowerShell Editor Services to use the Omnisharp LSP platform.
52+
- 🐛 [vscode-powershell #2116](https://github.com/PowerShell/PowerShellEditorServices/pull/1044) -
53+
Fix UNC intellisense backslash.
54+
355
## v2019.9.0
456
### Monday, September 23, 2019
557
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
@@ -77,33 +129,33 @@
77129
- 👷 [vscode-PowerShell #1942](https://github.com/PowerShell/vscode-PowerShell/pull/1942) -
78130
Stop supporting 6.0
79131
-[vscode-PowerShell #1928](https://github.com/PowerShell/vscode-PowerShell/pull/1928) -
80-
Add RunCode command for CodeLens providers
132+
Add RunCode command for CodeLens providers
81133
- 🐛 [vscode-PowerShell #1927](https://github.com/PowerShell/vscode-PowerShell/pull/1927) -
82-
Fix change session by moving to async/await promise
134+
Fix change session by moving to async/await promise
83135
- 🐛 [vscode-PowerShell #1931](https://github.com/PowerShell/vscode-PowerShell/pull/1931) -
84-
Fix upload bug report
136+
Fix upload bug report
85137
- 🐛 [vscode-PowerShell #1925](https://github.com/PowerShell/vscode-PowerShell/pull/1925) -
86138
Fix error in HtmlContentView.ShowContent when no JS/CSS provided (Thanks @rkeithhill!)
87139
- 🐛 [vscode-PowerShell #1919](https://github.com/PowerShell/vscode-PowerShell/pull/1919) -
88-
Fix CustomViews by switching to WebViews
140+
Fix CustomViews by switching to WebViews
89141
- 🐛 [vscode-PowerShell #1922](https://github.com/PowerShell/vscode-PowerShell/pull/1922) -
90142
Fix small typo in Function-Inline description (Thanks @V-ed!)
91143
-[vscode-PowerShell #1908](https://github.com/PowerShell/vscode-PowerShell/pull/1908) -
92-
Add PowerShell version telemetry
144+
Add PowerShell version telemetry
93145
- 📖 [vscode-PowerShell #1900](https://github.com/PowerShell/vscode-PowerShell/pull/1900) -
94146
Small update to Azure Data Studio marketplace README (Thanks @SQLvariant!)
95147
- 💻 [vscode-PowerShell #1871](https://github.com/PowerShell/vscode-PowerShell/pull/1871) -
96148
Change CI to use Azure Pipelines
97149
- 🐛 [vscode-PowerShell #1867](https://github.com/PowerShell/vscode-PowerShell/pull/1867) -
98-
Change whitespace settings to camelCase
150+
Change whitespace settings to camelCase
99151
- 🐛 [vscode-PowerShell #1852](https://github.com/PowerShell/vscode-PowerShell/pull/1852) -
100152
Turn `powershell.codeformatting.useCorrectCasing` setting off by default until PSScriptAnalyzer issues are fixed (Thanks @bergmeister!)
101153
- 🐛 [vscode-powershell #1822](https://github.com/PowerShell/vscode-PowerShell/pull/1838) -
102-
Set featureFlag default to null so that it can be resolved by settings
154+
Set featureFlag default to null so that it can be resolved by settings
103155
- 💻 [vscode-PowerShell #1839](https://github.com/PowerShell/vscode-PowerShell/pull/1839) -
104-
Add initial credscan config ymls for CI
156+
Add initial credscan config ymls for CI
105157
- 🐛 [vscode-PowerShell #1837](https://github.com/PowerShell/vscode-PowerShell/pull/1837) -
106-
Don't use -EncodedCommand to start PowerShell on Windows
158+
Don't use -EncodedCommand to start PowerShell on Windows
107159
- 🐛 [vscode-PowerShell #1825](https://github.com/PowerShell/vscode-PowerShell/pull/1825) -
108160
Switch to current lowercase names for powershell and mdlint extensions (Thanks @rkeithhill!)
109161
- 👷 [vscode-PowerShell #1823](https://github.com/PowerShell/vscode-PowerShell/pull/1823) -
@@ -112,33 +164,33 @@
112164
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
113165

114166
-[PowerShellEditorServices #951](https://github.com/PowerShell/PowerShellEditorServices/pull/951) -
115-
Allow passing RunspaceName
167+
Allow passing RunspaceName
116168
- 🚨 [PowerShellEditorServices #944](https://github.com/PowerShell/PowerShellEditorServices/pull/944) -
117-
Add integration testing module with simple tests to verify PSES starts and stops
169+
Add integration testing module with simple tests to verify PSES starts and stops
118170
- 🐛 [PowerShellEditorServices #954](https://github.com/PowerShell/PowerShellEditorServices/pull/955) -
119-
Ensure NamedPipeServerStream is assigned in Windows PowerShell
171+
Ensure NamedPipeServerStream is assigned in Windows PowerShell
120172
-[PowerShellEditorServices #952](https://github.com/PowerShell/PowerShellEditorServices/pull/952) -
121-
Update to PSReadLine 2.0.0-beta4
173+
Update to PSReadLine 2.0.0-beta4
122174
-[PowerShellEditorServices #877](https://github.com/PowerShell/PowerShellEditorServices/pull/877) -
123175
Add filtering for CodeLens and References (Thanks @glennsarti!)
124176
- 🐛 [vscode-powershell #1933](https://github.com/PowerShell/PowerShellEditorServices/pull/949) -
125-
Stop crash when workspace doesn't exist
177+
Stop crash when workspace doesn't exist
126178
- 👷 [PowerShellEditorServices #878](https://github.com/PowerShell/PowerShellEditorServices/pull/878) -
127-
Remove native named pipes implementation
179+
Remove native named pipes implementation
128180
- 🐛 [PowerShellEditorServices #947](https://github.com/PowerShell/PowerShellEditorServices/pull/947) -
129-
Fix silent failure in VSCode WebViews by using Id for dictionary since multiple pages could have the same title
181+
Fix silent failure in VSCode WebViews by using Id for dictionary since multiple pages could have the same title
130182
- 🐛 [PowerShellEditorServices #946](https://github.com/PowerShell/PowerShellEditorServices/pull/946) -
131-
Rename to use async
183+
Rename to use async
132184
- 👷 [PowerShellEditorServices #943](https://github.com/PowerShell/PowerShellEditorServices/pull/943) -
133185
Improvements to the log parsing module (Thanks @rkeithhill!)
134186
- 💻 [PowerShellEditorServices #921](https://github.com/PowerShell/PowerShellEditorServices/pull/921) -
135-
Set up CI with Azure Pipelines
187+
Set up CI with Azure Pipelines
136188
- 🐛 [PowerShellEditorServices #908](https://github.com/PowerShell/PowerShellEditorServices/pull/908) -
137189
Fix issue with reference code lens not working with UNC paths (Thanks @rkeithhill!)
138190
- 🐛 [vscode-powershell #1571](https://github.com/PowerShell/PowerShellEditorServices/pull/911) -
139-
Fix faulty netfx check
191+
Fix faulty netfx check
140192
- 🐛 [PowerShellEditorServices #906](https://github.com/PowerShell/PowerShellEditorServices/pull/906) -
141-
Fix New-EditorFile with no folder or no files open
193+
Fix New-EditorFile with no folder or no files open
142194
-[vscode-powershell #1398](https://github.com/PowerShell/PowerShellEditorServices/pull/902) -
143195
Improve path auto-completion (Thanks @rkeithhill!)
144196
- 🐛 [PowerShellEditorServices #910](https://github.com/PowerShell/PowerShellEditorServices/pull/910) -
@@ -148,7 +200,7 @@
148200
- 👷 [PowerShellEditorServices #903](https://github.com/PowerShell/PowerShellEditorServices/pull/903) -
149201
Move temp folder into repo to avoid state that causes build errors from time to time when rebuilding locally (and packages have updated) (Thanks @bergmeister!)
150202
- 💻 [PowerShellEditorServices #904](https://github.com/PowerShell/PowerShellEditorServices/pull/904) -
151-
Add initial credscan configuation ymls for CI
203+
Add initial credscan configuation ymls for CI
152204
- 🐛 [PowerShellEditorServices #901](https://github.com/PowerShell/PowerShellEditorServices/pull/901) -
153205
Switch to current lowercase names for powershell and mdlint exts (Thanks @rkeithhill!)
154206

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2019.9.0",
4+
"version": "2019.11.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)