Skip to content

update cl for stable #2758

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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# PowerShell Extension Release History

## v2020.6.1
## v2020.6.0
### Thursday, June 11, 2020

- ⚡️🧠 Better performance of overall.
- ✨🛫 Support for ConstrainedLanguage mode.
- 🐛 Many squashed bugs
- ✨👮 Updated PSScriptAnalyzer to 1.19.0.
- More formatting settings! (Thanks @bergmeister!)
- 📟 ✨ Updated PSReadLine to 2.0.2.
(From now on,
the stable extension will have the latest stable version of PSReadLine and the PowerShell Preview extension will have the latest preview of PSReadLine)

## v2020.6.1-preview
### Monday, June 08, 2020
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

Expand All @@ -13,6 +25,12 @@
Use From instead of FromFileSystem fixing CodeLens references.
- 📟 ✨ [PowerShellEditorServices #1290](https://github.com/PowerShell/PowerShellEditorServices/pull/1290) -
Allow PSReadLine to work in ConstrainedLanguage mode.
- 📟 ✨ The PowerShell Preview extension now uses v2.1.0-preview.2 of PSReadLine.
If you want the predictions feature back, add the following to your `$PROFILE`:

```pwsh
Set-PSReadLineOption -PredictionSource History
```

## v2020.6.0-preview
### Monday, June 01, 2020
Expand Down