diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c49804e50f3..11c943b851c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,6 +58,14 @@ ([#5219](https://github.com/Microsoft/vscode-python/issues/5219)) 1. Add telemetry for variable explorer and turn on by default. ([#5337](https://github.com/Microsoft/vscode-python/issues/5337)) +1. Show a message when no variables are defined + ([#5228](https://github.com/Microsoft/vscode-python/issues/5228)) +1. Variable explorer UI fixes via PM / designer + ([#5274](https://github.com/Microsoft/vscode-python/issues/5274)) +1. Allow column sorting in variable explorer + ([#5281](https://github.com/Microsoft/vscode-python/issues/5281)) +1. Swap getsizeof size value for something more sensible in the variable explorer + ([#5368](https://github.com/Microsoft/vscode-python/issues/5368)) ### Fixes @@ -110,6 +118,16 @@ ([#5333](https://github.com/Microsoft/vscode-python/issues/5333)) 1. Fix dataviewer header column alignment. ([#5351](https://github.com/Microsoft/vscode-python/issues/5351)) +1. Make background cell color useable in all themes. + ([#5236](https://github.com/Microsoft/vscode-python/issues/5236)) +1. Filtered rows shows 'fetching' instead of No rows. + ([#5278](https://github.com/Microsoft/vscode-python/issues/5278)) +1. Multi-dimensional arrays don't open in the data viewer. + ([#5395](https://github.com/Microsoft/vscode-python/issues/5395)) +1. Fix sorting of lists with numbers and missing entries. + ([#5414](https://github.com/Microsoft/vscode-python/issues/5414)) +1. Fix error with bad len() values in variable explorer + ([#5420](https://github.com/Microsoft/vscode-python/issues/5420)) 1. Update ptvsd to [4.2.8](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.8). * Path mapping bug fixes. * Fix for hang when using debug console. @@ -184,6 +202,10 @@ ([#5213](https://github.com/Microsoft/vscode-python/issues/5213)) 1. Fix failing variable explorer test. ([#5348](https://github.com/Microsoft/vscode-python/issues/5348)) +1. Reliably end test tasks in Azure Pipelines. + ([#5129](https://github.com/Microsoft/vscode-python/issues/5129)) +1. Deprecate [travis](https://travis-ci.org/) in favor of [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/). + ([#4024](https://github.com/Microsoft/vscode-python/issues/4024)) ### Thanks diff --git a/news/1 Enhancements/5228.md b/news/1 Enhancements/5228.md deleted file mode 100644 index 1c17c72a4acb..000000000000 --- a/news/1 Enhancements/5228.md +++ /dev/null @@ -1 +0,0 @@ -Show a message when no variables are defined \ No newline at end of file diff --git a/news/1 Enhancements/5274.md b/news/1 Enhancements/5274.md deleted file mode 100644 index fcc6a776438b..000000000000 --- a/news/1 Enhancements/5274.md +++ /dev/null @@ -1 +0,0 @@ -Variable explorer UI fixes via PM / designer \ No newline at end of file diff --git a/news/1 Enhancements/5281.md b/news/1 Enhancements/5281.md deleted file mode 100644 index 835d225f713b..000000000000 --- a/news/1 Enhancements/5281.md +++ /dev/null @@ -1 +0,0 @@ -Allow column sorting in variable explorer \ No newline at end of file diff --git a/news/1 Enhancements/5368.md b/news/1 Enhancements/5368.md deleted file mode 100644 index a92213fde27c..000000000000 --- a/news/1 Enhancements/5368.md +++ /dev/null @@ -1 +0,0 @@ -Swap getsizeof size value for something more sensible in the variable explorer \ No newline at end of file diff --git a/news/2 Fixes/5129.md b/news/2 Fixes/5129.md deleted file mode 100644 index 3925ef3f0552..000000000000 --- a/news/2 Fixes/5129.md +++ /dev/null @@ -1 +0,0 @@ -Reliably end test tasks in Azure Pipelines. diff --git a/news/2 Fixes/5236.md b/news/2 Fixes/5236.md deleted file mode 100644 index 2ba2ca11f8ab..000000000000 --- a/news/2 Fixes/5236.md +++ /dev/null @@ -1 +0,0 @@ -Make background cell color useable in all themes. \ No newline at end of file diff --git a/news/2 Fixes/5278.md b/news/2 Fixes/5278.md deleted file mode 100644 index 9fbfad3a09e9..000000000000 --- a/news/2 Fixes/5278.md +++ /dev/null @@ -1 +0,0 @@ -Filtered rows shows 'fetching' instead of No rows. \ No newline at end of file diff --git a/news/2 Fixes/5395.md b/news/2 Fixes/5395.md deleted file mode 100644 index 3a5c8f629e77..000000000000 --- a/news/2 Fixes/5395.md +++ /dev/null @@ -1 +0,0 @@ -Multi-dimensional arrays don't open in the data viewer. \ No newline at end of file diff --git a/news/2 Fixes/5414.md b/news/2 Fixes/5414.md deleted file mode 100644 index ecb0fb690c81..000000000000 --- a/news/2 Fixes/5414.md +++ /dev/null @@ -1 +0,0 @@ -Fix sorting of lists with numbers and missing entries. \ No newline at end of file diff --git a/news/2 Fixes/5420.md b/news/2 Fixes/5420.md deleted file mode 100644 index 6d4600f32ea1..000000000000 --- a/news/2 Fixes/5420.md +++ /dev/null @@ -1 +0,0 @@ -Fix error with bad len() values in variable explorer \ No newline at end of file diff --git a/news/3 Code Health/4024.md b/news/3 Code Health/4024.md deleted file mode 100644 index 036c5e80a288..000000000000 --- a/news/3 Code Health/4024.md +++ /dev/null @@ -1 +0,0 @@ -Deprecate [travis](https://travis-ci.org/) in favor of [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/). \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6c9407ac56c5..b17df7ec20d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2019.4.0-rc", + "version": "2019.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee5e546b4ff6..27957d5c264a 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.4.0-rc", + "version": "2019.4.0", "languageServerVersion": "0.2.59", "publisher": "ms-python", "author": {