Skip to content
Merged
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2020.1.1 (9 January 2020)

### Enhancements


### Fixes

1. Fix the Data Science "Enable Plot Viewer" setting to pass figure_formats correctly when turned off.
([#9420](https://github.com/Microsoft/vscode-python/issues/9420))
1. Shift+Enter can no longer send multiple lines to the interactive window.
([#9437](https://github.com/Microsoft/vscode-python/issues/9437))
1. Shift+Enter can no longer run code in the terminal.
([#9439](https://github.com/Microsoft/vscode-python/issues/9439))
1. Scrape output to get the details of the registered kernel.
([#9444](https://github.com/Microsoft/vscode-python/issues/9444))

### Code Health


## 2020.1.0 (6 January 2020)

### Enhancements
Expand Down
1 change: 0 additions & 1 deletion news/2 Fixes/9420.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/9437.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/9439.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/9444.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2020.1.0",
"version": "2020.1.1",
"languageServerVersion": "0.4.114",
"publisher": "ms-python",
"author": {
Expand Down