Skip to content

Commit afd2026

Browse files
committed
Bump version to 1.4.2, update CHANGELOG.md
1 parent 948ede2 commit afd2026

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# vscode-powershell Release History
22

3+
## 1.4.2
4+
### Tuesday, September 5, 2017
5+
6+
- [#993](https://github.com/PowerShell/vscode-powershell/issues/993) -
7+
`powershell.powerShellExePath` using Sysnative path should be automatically
8+
corrected when using 64-bit Visual Studio Code
9+
- [#1008](https://github.com/PowerShell/vscode-powershell/issues/1008) -
10+
Windows PowerShell versions (x64 and x86) are not enumerated correctly
11+
when using 64-bit Visual Studio Code
12+
- [#1009](https://github.com/PowerShell/vscode-powershell/issues/1009) -
13+
PowerShell version indicator in status bar is missing tooltip
14+
- [#1020](https://github.com/PowerShell/vscode-powershell/issues/1020) -
15+
"Show Session Menu", "Show Integrated Console", and "Restart Current Session"
16+
commands should cause PowerShell extension to be activated
317

418
## 1.4.1
519
### Thursday, June 22, 2017

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '1.4.1-insiders-{build}'
1+
version: '1.4.2-insiders-{build}'
22
image: Visual Studio 2017
33
clone_depth: 10
44
skip_tags: true

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)