Skip to content

Commit 9077066

Browse files
authored
Update CHANGELOG for v1.8.3 (#1483)
* Update CHANGELOG for v1.8.3 * Use conventional CHANGELOG format * Fix typo * Add PSES changes
1 parent 95ef921 commit 9077066

File tree

1 file changed

+32
-9
lines changed

1 file changed

+32
-9
lines changed

CHANGELOG.md

+32-9
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,54 @@
11
# vscode-powershell Release History
22

3+
## v1.8.3
4+
### Wednesday, August 15, 2018
5+
6+
#### [vscode-powershell](https://github.com/powershell/vscode-powershell)
7+
8+
- [PowerShell/vscode-powershell #1480](https://github.com/PowerShell/vscode-powershell/pull/1480) -
9+
Use PowerShell signing script in VSTS builds
10+
- [PowerShell/vscode-powershell #1460](https://github.com/PowerShell/vscode-powershell/pull/1460) -
11+
Use newer version for preleases
12+
- [PowerShell/vscode-powershell #1475](https://github.com/PowerShell/vscode-powershell/pull/1475) -
13+
Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob!)
14+
- [PowerShell/vscode-powershell #1467](https://github.com/PowerShell/vscode-powershell/pull/1467) -
15+
Remove region folding from non-region areas (Thanks @glennsarti!)
16+
17+
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
18+
19+
- [PowerShell/PowerShellEditorServices #722](https://github.com/PowerShell/PowerShellEditorServices/pull/722) -
20+
Add VSTS signing step
21+
- [PowerShell/PowerShellEditorServices #717](https://github.com/PowerShell/PowerShellEditorServices/pull/717) -
22+
Increment version for prerelease
23+
- [PowerShell/PowerShellEditorServices #715](https://github.com/PowerShell/PowerShellEditorServices/pull/715) -
24+
Reduce allocations when parsing files (Thanks @mattpwhite!)
25+
326
## v1.8.2
427
### Thursday, July 26, 2018
528

629
#### [vscode-powershell](https://github.com/powershell/vscode-powershell)
730

831
- [PowerShell/vscode-powershell #1438](https://github.com/PowerShell/vscode-powershell/pull/1438) -
9-
(GH-1437) Fix detecting contiguous comment blocks and regions (#1438) (Thanks @glennsarti!)
32+
Fix detecting contiguous comment blocks and regions (Thanks @glennsarti!)
1033
- [PowerShell/vscode-powershell #1436](https://github.com/PowerShell/vscode-powershell/pull/1436) -
11-
First approach to fix issue with dbg/run start before PSES running (#1436) (Thanks @rkeithhill!)
34+
First approach to fix issue with dbg/run start before PSES running (Thanks @rkeithhill!)
1235

1336
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
1437

1538
- [PowerShell/PowerShellEditorServices #712](https://github.com/PowerShell/PowerShellEditorServices/pull/712) -
16-
workaround to support inmemory:// (#712)
39+
workaround to support inmemory://
1740
- [PowerShell/PowerShellEditorServices #706](https://github.com/PowerShell/PowerShellEditorServices/pull/706) -
18-
Go To Definition works with different Ast types (#706)
41+
Go To Definition works with different Ast types
1942
- [PowerShell/PowerShellEditorServices #707](https://github.com/PowerShell/PowerShellEditorServices/pull/707) -
20-
fix stdio passing (#707)
43+
fix stdio passing
2144
- [PowerShell/PowerShellEditorServices #709](https://github.com/PowerShell/PowerShellEditorServices/pull/709) -
22-
Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio (#709)
45+
Stop Diagnostic logging from logging to stdio when the communication protocol is set to stdio
2346
- [PowerShell/PowerShellEditorServices #710](https://github.com/PowerShell/PowerShellEditorServices/pull/710) -
24-
stdio should only launch language service not debug (#710)
47+
stdio should only launch language service not debug
2548
- [PowerShell/PowerShellEditorServices #705](https://github.com/PowerShell/PowerShellEditorServices/pull/705) -
26-
Fix load order of PSSA modules (#705)
49+
Fix load order of PSSA modules
2750
- [PowerShell/PowerShellEditorServices #704](https://github.com/PowerShell/PowerShellEditorServices/pull/704) -
28-
Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (#704) (Thanks @bergmeister!)
51+
Do not enable PSAvoidTrailingWhitespace rule by default as it currenly flags whitespace-only lines as well (Thanks @bergmeister!)
2952

3053
## v1.8.1
3154
### Wednesday, July 11, 2018

0 commit comments

Comments
 (0)