diff --git a/CHANGELOG.md b/CHANGELOG.md index 788ffecdf582..fccbc7e085e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2019.9.1 (6 September 2019) + +### Fixes + +1. Fixes to automatic scrolling on the interactive window. + ([#6580](https://github.com/Microsoft/vscode-python/issues/6580)) + ## 2019.9.0 (3 September 2019) ### Enhancements diff --git a/news/2 Fixes/6580.md b/news/2 Fixes/6580.md index aa561e6c0150..a47d9e84ac74 100644 --- a/news/2 Fixes/6580.md +++ b/news/2 Fixes/6580.md @@ -3,4 +3,5 @@ Still the interactive window will snap to the bottom if you already are at the b Tested to work with: - regular code - dataframes -- big and regular plots \ No newline at end of file +- big and regular plots +Turned the check of the scroll at the bottom from checking equal to checking a range to make it work with fractions. diff --git a/package-lock.json b/package-lock.json index ad64686e22f9..00d44c7ba51b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2019.10.0-dev", + "version": "2019.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13742,7 +13742,7 @@ "dependencies": { "buffer": { "version": "4.9.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", + "resolved": "http://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", "dev": true, "requires": { @@ -13765,7 +13765,7 @@ }, "readable-stream": { "version": "2.3.6", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "dev": true, "requires": { @@ -18732,7 +18732,7 @@ "dependencies": { "json5": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-1.0.1.tgz", "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", "dev": true, "requires": { diff --git a/package.json b/package.json index f5c2761f9379..1d746b0971fc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.", - "version": "2019.10.0-dev", + "version": "2019.9.1", "languageServerVersion": "0.3.66", "publisher": "ms-python", "author": {