|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
4 | | -## 2019.3.0-rc (19 March 2019) |
| 4 | +## 2019.3.1 (28 March 2019) |
| 5 | + |
| 6 | +### Enhancements |
| 7 | + |
| 8 | +1. Use the download same logic for `stable` channel of the `Language Server` as that in `beta`. |
| 9 | + ([#4960](https://github.com/Microsoft/vscode-python/issues/4960)) |
| 10 | + |
| 11 | +### Code Health |
| 12 | + |
| 13 | +1. Capture telemetry when tests are disabled.. |
| 14 | + ([#4801](https://github.com/Microsoft/vscode-python/issues/4801)) |
| 15 | + |
| 16 | +## 2019.3.6139 (26 March 2019) |
5 | 17 |
|
6 | 18 | ### Enhancements |
7 | 19 |
|
|
34 | 46 | ([#4718](https://github.com/Microsoft/vscode-python/issues/4718)) |
35 | 47 | 1. Update status of test suite when all tests pass |
36 | 48 | ([#4727](https://github.com/Microsoft/vscode-python/issues/4727)) |
| 49 | +1. Add button to ignore the message warning about the use of the macOS system install of Python. |
| 50 | + (thanks [Alina Lobastova](https://github.com/alina7091)) |
| 51 | + ([#4448](https://github.com/Microsoft/vscode-python/issues/4448)) |
| 52 | +1. Add "Run In Interactive" command to run the contents of a file not cell by cell. Group data science context commands in one group. Add run file command to explorer context menu. |
| 53 | + ([#4855](https://github.com/Microsoft/vscode-python/issues/4855)) |
37 | 54 |
|
38 | 55 | ### Fixes |
39 | 56 |
|
|
79 | 96 | ([#4743](https://github.com/Microsoft/vscode-python/issues/4743)) |
80 | 97 | 1. Perform case insensitive comparison of Python Environment paths |
81 | 98 | ([#4797](https://github.com/Microsoft/vscode-python/issues/4797)) |
| 99 | +1. Ensure `Jedi` uses the currently selected intepreter. |
| 100 | + (thanks [Selim Belhaouane](https://github.com/selimb)) |
| 101 | + ([#4687](https://github.com/Microsoft/vscode-python/issues/4687)) |
| 102 | +1. Multiline comments with text on the first line break Python Interactive window execution. |
| 103 | + ([#4791](https://github.com/Microsoft/vscode-python/issues/4791)) |
| 104 | +1. Fix status bar when using Live Share or just starting the Python Interactive window. |
| 105 | + ([#4853](https://github.com/Microsoft/vscode-python/issues/4853)) |
| 106 | +1. Change the names of our "Run All Cells Above" and "Run Cell and All Below" commands to be more concise |
| 107 | + ([#4876](https://github.com/Microsoft/vscode-python/issues/4876)) |
| 108 | +1. Ensure the `Python` output panel does not steal focus when there errors in the `Language Server`. |
| 109 | + ([#4868](https://github.com/Microsoft/vscode-python/issues/4868)) |
| 110 | +1. Update ptvsd to [4.2.5](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.5). |
| 111 | + ([#4932](https://github.com/Microsoft/vscode-python/issues/4932)) |
| 112 | + * Fix issues with django and jinja2 exceptions. |
| 113 | + * Detaching sometimes throws ValueError. |
| 114 | + * StackTrace request respecting just-my-code. |
| 115 | + * Don't give error redirecting output with pythonw. |
| 116 | + * Fix for stop on entry issue. |
| 117 | +1. Update the Python language server to 0.2.31. |
82 | 118 |
|
83 | 119 | ### Code Health |
84 | 120 |
|
|
119 | 155 | ([#4757](https://github.com/Microsoft/vscode-python/issues/4757)) |
120 | 156 | 1. Make cancel test and server cache test more robust |
121 | 157 | ([#4818](https://github.com/Microsoft/vscode-python/issues/4818)) |
| 158 | +1. Generalize code used to parse Test results service |
| 159 | + ([#4796](https://github.com/Microsoft/vscode-python/issues/4796)) |
122 | 160 |
|
123 | 161 | ### Thanks |
124 | 162 |
|
|
0 commit comments