-
Notifications
You must be signed in to change notification settings - Fork 235
prep for 1.6.0 release #628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
TylerLeonhardt
merged 2 commits into
PowerShell:master
from
TylerLeonhardt:prep-for-1.6.0-release
Feb 21, 2018
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,74 @@ | ||
# PowerShell Editor Services Release History | ||
|
||
## 1.6.0 | ||
### Thursday, February 22, 2018 | ||
|
||
#### Fixes and Improvements | ||
|
||
- [PowerShell/vscode-powershell #863](https://github.com/PowerShell/vscode-powershell/issues/863) - | ||
Eliminate duplicate dgb prompt. | ||
|
||
- [PowerShell/PowerShellEditorServices #626](https://github.com/PowerShell/PowerShellEditorServices/pull/626) - | ||
Switch to w3c log file timestamp format. | ||
|
||
- [PowerShell/vscode-powershell #907](https://github.com/PowerShell/vscode-powershell/issues/907) - | ||
Track tempIntegratedConsole launch param, do not exit when session ends. | ||
|
||
- [PowerShell/vscode-powershell #1159](https://github.com/PowerShell/vscode-powershell/issues/1159) - | ||
Fix PSES crash on debug start when function breakpoint defined. | ||
|
||
- [PowerShell/PowerShellEditorServices #586](https://github.com/PowerShell/PowerShellEditorServices/issues/586) - | ||
Add build.ps1 to follow consistent guidelines. | ||
|
||
- [PowerShell/PowerShellEditorServices #414](https://github.com/PowerShell/PowerShellEditorServices/issues/414) - | ||
Enable piping text to `psedit` to open a new untitled buffer. | ||
|
||
- [PowerShell/PowerShellEditorServices #413](https://github.com/PowerShell/PowerShellEditorServices/issues/413) - | ||
Enable piping multiple file paths through `psedit` to open those files. | ||
|
||
- [PowerShell/vscode-powershell #1185](https://github.com/PowerShell/vscode-powershell/issues/1185) - | ||
Fix `PowerShell: Expand Alias` command in macOS. | ||
|
||
- [PowerShell/PowerShellEditorServices #612](https://github.com/PowerShell/PowerShellEditorServices/issues/612), | ||
[PowerShell/vscode-powershell](https://github.com/PowerShell/vscode-powershell/issues/908) - | ||
Fix macOS/linux crash with "too many open files". | ||
|
||
- [PowerShell/PowerShellEditorServices #528](https://github.com/PowerShell/PowerShellEditorServices/issues/528) - | ||
Change psedit to Open-EditorFile and alias psedit to it. | ||
|
||
- [PowerShell/PowerShellEditorServices #597](https://github.com/PowerShell/PowerShellEditorServices/issues/597), | ||
[PowerShell/vscode-powershell #789](https://github.com/PowerShell/vscode-powershell/issues/789) - | ||
Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and setting ComputerName default. | ||
|
||
- [PowerShell/PowerShellEditorServices #598](https://github.com/PowerShell/PowerShellEditorServices/pull/598) - | ||
Improve error logging for exec of pscommands. | ||
|
||
- [PowerShell/PowerShellEditorServices #594](https://github.com/PowerShell/PowerShellEditorServices/pull/594) - | ||
Fixed markdown typo to correct the link to the contributing guidelines. Thanks to [dee-see](https://github.com/dee-see)! | ||
|
||
- [PowerShell/vscode-powershell #987](https://github.com/PowerShell/vscode-powershell/issues/987), | ||
[PowerShell/vscode-powershell #1107](https://github.com/PowerShell/vscode-powershell/issues/1107), | ||
[PowerShell/PowerShellEditorServices #554](https://github.com/PowerShell/PowerShellEditorServices/issues/554), | ||
[PowerShell/vscode-powershell #1146](https://github.com/PowerShell/vscode-powershell/issues/1146), | ||
[PowerShell/vscode-powershell #1119](https://github.com/PowerShell/vscode-powershell/issues/1119), | ||
[PowerShell/vscode-powershell #120](https://github.com/PowerShell/vscode-powershell/issues/120) - | ||
Fix debugger step through on Unix platforms. | ||
|
||
- [PowerShell/PowerShellEditorServices #590](https://github.com/PowerShell/PowerShellEditorServices/pull/590) - | ||
Add .Save() to FileContext API. | ||
|
||
- [PowerShell/PowerShellEditorServices #588](https://github.com/PowerShell/PowerShellEditorServices/pull/588) - | ||
Fix bad pssa settings path crashes PSES. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pssa -> PSScriptAnalyzer |
||
|
||
- [PowerShell/PowerShellEditorServices #582](https://github.com/PowerShell/PowerShellEditorServices/issues/582) - | ||
Fix Very Large String crashes PS Editor Services. | ||
|
||
- [PowerShell/vscode-powershell #1114](https://github.com/PowerShell/vscode-powershell/issues/1114) - | ||
Fix breakpoint on nonexisting file. | ||
|
||
- [PowerShell/vscode-powershell #1014](https://github.com/PowerShell/vscode-powershell/issues/1014) - | ||
Fix crash of PSES on startup when workspace folder has [] in path. | ||
|
||
## 1.5.1 | ||
### Tuesday, November 14, 2017 | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: '1.5.1.{build}' | ||
version: '1.6.0.{build}' | ||
image: Visual Studio 2017 | ||
clone_depth: 10 | ||
skip_tags: true | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dgb -> [DBG]