Skip to content

Commit

Permalink
Sept release prep (#11498)
Browse files Browse the repository at this point in the history
* Sept release prep

* Update package lock per latest npm.
  • Loading branch information
rebornix authored Oct 3, 2022
1 parent 5e6012b commit 2910d29
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 10 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog

## 2022.9.100 (4 October 2022)

### Enhancements

1. Add code folding regions for `# %%` cells within python files.
([#1527](https://github.com/Microsoft/vscode-jupyter/issues/1527))
2. Deleting a cell in the interactive window is now an undo-able operation.
([#7756](https://github.com/Microsoft/vscode-jupyter/issues/7756))
3. Add cell tag and slideshow editing support.
([#1121](https://github.com/microsoft/vscode-jupyter/issues/1121))

### Fixes

1. The cell scrolled to will be selected after using the go to cell code lens.
([#7687](https://github.com/Microsoft/vscode-jupyter/issues/7687))
1. Make sure the "Install Python" and "Install Python Extension" commands only show up after we have loaded our controllers.
([#10960](https://github.com/Microsoft/vscode-jupyter/issues/10960))
1. Ensure the cache of kernels is not updated when kernel discovery ends midway.
([#11240](https://github.com/Microsoft/vscode-jupyter/issues/11240))
1. Don't show unclickable links when failing to connect to a jupyter server in the web extension.
([#11285](https://github.com/Microsoft/vscode-jupyter/issues/11285))

### Code Health

1. Removed delayed scrolling reveal in the interactive window now that core does auto-scrolling.
([#7686](https://github.com/Microsoft/vscode-jupyter/issues/7686))
1. Ignore errors when disposing a kernel.
([#11304](https://github.com/Microsoft/vscode-jupyter/issues/11304))

### Thanks

Thanks to the following projects which we fully rely on to provide some of
our features:

- [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
- [debugpy](https://pypi.org/project/debugpy/)

Also thanks to the various projects we provide integrations with which help
make this extension useful:

- [Jupyter](https://jupyter.org/):
[Notebooks](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest),
[JupyterHub](https://jupyterhub.readthedocs.io/en/stable/),
[ipywidgets](https://ipywidgets.readthedocs.io/en/latest/),
[nbconvert](https://nbconvert.readthedocs.io/en/latest/)

## 2022.8.100 (30 August 2022)

### Fixes
Expand Down
1 change: 0 additions & 1 deletion news/1 Enhancements/1527.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/7756.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/10960.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/11240.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/11285.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/7687.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/11304.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/7686.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"theme": "light"
},
"engines": {
"vscode": "^1.72.0-insider"
"vscode": "^1.72.0"
},
"keywords": [
"jupyter",
Expand Down

0 comments on commit 2910d29

Please sign in to comment.