Skip to content

Commit 2910d29

Browse files
authored
Sept release prep (#11498)
* Sept release prep * Update package lock per latest npm.
1 parent 5e6012b commit 2910d29

File tree

11 files changed

+48
-10
lines changed

11 files changed

+48
-10
lines changed

Diff for: CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## 2022.9.100 (4 October 2022)
4+
5+
### Enhancements
6+
7+
1. Add code folding regions for `# %%` cells within python files.
8+
([#1527](https://github.com/Microsoft/vscode-jupyter/issues/1527))
9+
2. Deleting a cell in the interactive window is now an undo-able operation.
10+
([#7756](https://github.com/Microsoft/vscode-jupyter/issues/7756))
11+
3. Add cell tag and slideshow editing support.
12+
([#1121](https://github.com/microsoft/vscode-jupyter/issues/1121))
13+
14+
### Fixes
15+
16+
1. The cell scrolled to will be selected after using the go to cell code lens.
17+
([#7687](https://github.com/Microsoft/vscode-jupyter/issues/7687))
18+
1. Make sure the "Install Python" and "Install Python Extension" commands only show up after we have loaded our controllers.
19+
([#10960](https://github.com/Microsoft/vscode-jupyter/issues/10960))
20+
1. Ensure the cache of kernels is not updated when kernel discovery ends midway.
21+
([#11240](https://github.com/Microsoft/vscode-jupyter/issues/11240))
22+
1. Don't show unclickable links when failing to connect to a jupyter server in the web extension.
23+
([#11285](https://github.com/Microsoft/vscode-jupyter/issues/11285))
24+
25+
### Code Health
26+
27+
1. Removed delayed scrolling reveal in the interactive window now that core does auto-scrolling.
28+
([#7686](https://github.com/Microsoft/vscode-jupyter/issues/7686))
29+
1. Ignore errors when disposing a kernel.
30+
([#11304](https://github.com/Microsoft/vscode-jupyter/issues/11304))
31+
32+
### Thanks
33+
34+
Thanks to the following projects which we fully rely on to provide some of
35+
our features:
36+
37+
- [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
38+
- [debugpy](https://pypi.org/project/debugpy/)
39+
40+
Also thanks to the various projects we provide integrations with which help
41+
make this extension useful:
42+
43+
- [Jupyter](https://jupyter.org/):
44+
[Notebooks](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest),
45+
[JupyterHub](https://jupyterhub.readthedocs.io/en/stable/),
46+
[ipywidgets](https://ipywidgets.readthedocs.io/en/latest/),
47+
[nbconvert](https://nbconvert.readthedocs.io/en/latest/)
48+
349
## 2022.8.100 (30 August 2022)
450

551
### Fixes

Diff for: news/1 Enhancements/1527.md

-1
This file was deleted.

Diff for: news/1 Enhancements/7756.md

-1
This file was deleted.

Diff for: news/2 Fixes/10960.md

-1
This file was deleted.

Diff for: news/2 Fixes/11240.md

-1
This file was deleted.

Diff for: news/2 Fixes/11285.md

-1
This file was deleted.

Diff for: news/2 Fixes/7687.md

-1
This file was deleted.

Diff for: news/3 Code Health/11304.md

-1
This file was deleted.

Diff for: news/3 Code Health/7686.md

-1
This file was deleted.

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"theme": "light"
3030
},
3131
"engines": {
32-
"vscode": "^1.72.0-insider"
32+
"vscode": "^1.72.0"
3333
},
3434
"keywords": [
3535
"jupyter",

0 commit comments

Comments
 (0)