Skip to content

Commit 881a970

Browse files
authored
Update version (#5435)
1 parent d7a6857 commit 881a970

File tree

14 files changed

+24
-13
lines changed

14 files changed

+24
-13
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@
5858
([#5219](https://github.com/Microsoft/vscode-python/issues/5219))
5959
1. Add telemetry for variable explorer and turn on by default.
6060
([#5337](https://github.com/Microsoft/vscode-python/issues/5337))
61+
1. Show a message when no variables are defined
62+
([#5228](https://github.com/Microsoft/vscode-python/issues/5228))
63+
1. Variable explorer UI fixes via PM / designer
64+
([#5274](https://github.com/Microsoft/vscode-python/issues/5274))
65+
1. Allow column sorting in variable explorer
66+
([#5281](https://github.com/Microsoft/vscode-python/issues/5281))
67+
1. Swap getsizeof size value for something more sensible in the variable explorer
68+
([#5368](https://github.com/Microsoft/vscode-python/issues/5368))
6169

6270
### Fixes
6371

@@ -110,6 +118,16 @@
110118
([#5333](https://github.com/Microsoft/vscode-python/issues/5333))
111119
1. Fix dataviewer header column alignment.
112120
([#5351](https://github.com/Microsoft/vscode-python/issues/5351))
121+
1. Make background cell color useable in all themes.
122+
([#5236](https://github.com/Microsoft/vscode-python/issues/5236))
123+
1. Filtered rows shows 'fetching' instead of No rows.
124+
([#5278](https://github.com/Microsoft/vscode-python/issues/5278))
125+
1. Multi-dimensional arrays don't open in the data viewer.
126+
([#5395](https://github.com/Microsoft/vscode-python/issues/5395))
127+
1. Fix sorting of lists with numbers and missing entries.
128+
([#5414](https://github.com/Microsoft/vscode-python/issues/5414))
129+
1. Fix error with bad len() values in variable explorer
130+
([#5420](https://github.com/Microsoft/vscode-python/issues/5420))
113131
1. Update ptvsd to [4.2.8](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.8).
114132
* Path mapping bug fixes.
115133
* Fix for hang when using debug console.
@@ -184,6 +202,10 @@
184202
([#5213](https://github.com/Microsoft/vscode-python/issues/5213))
185203
1. Fix failing variable explorer test.
186204
([#5348](https://github.com/Microsoft/vscode-python/issues/5348))
205+
1. Reliably end test tasks in Azure Pipelines.
206+
([#5129](https://github.com/Microsoft/vscode-python/issues/5129))
207+
1. Deprecate [travis](https://travis-ci.org/) in favor of [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/).
208+
([#4024](https://github.com/Microsoft/vscode-python/issues/4024))
187209

188210
### Thanks
189211

news/1 Enhancements/5228.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1 Enhancements/5274.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1 Enhancements/5281.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1 Enhancements/5368.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/5129.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/5236.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/5278.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/5395.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/5414.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)