Skip to content

Commit 4c37ea8

Browse files
committed
Publish 2.0.0
SHA256 hashes: jupyterlab-quickopen-2.0.0.tgz: 90c03da51d05795b70b9fe21fc5356f6df676e13148dd0c0e89307c40ad9e626 jupyterlab_quickopen-2.0.0-py3-none-any.whl: 07f6d5218eb7dcd6b587a34cd5811beeea8f8e37a33e872f8c722304ee99cdf3 jupyterlab_quickopen-2.0.0.tar.gz: 662101681cb1ab53efbf4afdb7fc70c853447dd37526ba1044884b8b21967f72
1 parent ec87ceb commit 4c37ea8

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 2.0.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/1.2.0...ec87ceb2cb87900d45db06f265c8ce7034caa876))
8+
9+
### :sparkles: Highlights :sparkles:
10+
11+
This version adds support for JupyterLab 4.
12+
13+
It also changes the Quick Open widget to be a modal widget instead of being located in the left area, for consistency with the command palette:
14+
15+
![the quick open widget in JupyterLab](https://github.com/user-attachments/assets/c158ecad-c2ed-4138-af82-80cc5b04a3d9)
16+
17+
The shortcut to open the Quick Open widget is <kbd>Accel Ctrl P</kbd>. It can also be opened via the `View > Quick Open` menu:
18+
19+
![how to open the quick open widget via the view menu](https://github.com/user-attachments/assets/971d3bf8-ed9f-4bca-b1e8-7a38a99da37f)
20+
21+
### Enhancements made
22+
23+
- Update to JupyterLab 4 [#48](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/48) ([@jtpio](https://github.com/jtpio))
24+
- Add to the menu [#57](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/57) ([@jtpio](https://github.com/jtpio))
25+
26+
### Maintenance and upkeep improvements
27+
28+
- More cleanups [#55](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/55) ([@jtpio](https://github.com/jtpio))
29+
- Cleanups [#54](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/54) ([@jtpio](https://github.com/jtpio))
30+
31+
### Documentation improvements
32+
33+
- Populate changelog with previous releases [#56](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/56) ([@jtpio](https://github.com/jtpio))
34+
- Fix link to Binder [#53](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/53) ([@jtpio](https://github.com/jtpio))
35+
- Add screencasts to the README [#51](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/pull/51) ([@jtpio](https://github.com/jtpio))
36+
37+
### Contributors to this release
38+
39+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/graphs/contributors?from=2021-12-12&to=2024-09-30&type=c))
40+
41+
[@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Agithub-actions+updated%3A2021-12-12..2024-09-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Ajtpio+updated%3A2021-12-12..2024-09-30&type=Issues)
42+
43+
<!-- <END NEW CHANGELOG ENTRY> -->
44+
545
## 1.2.0
646

747
([full changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/311f367...dd12b63))
@@ -16,8 +56,6 @@
1656

1757
[@parente](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Aparente+updated%3A2021-08-14..2021-12-12&type=Issues)
1858

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2159
## 1.1.0
2260

2361
([full changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/65a2eac...311f367))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-quickopen",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Quickly open a file in JupyterLab by part of its name",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)