|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
| 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 | + |
| 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 | + |
| 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 | + |
5 | 45 | ## 1.2.0
|
6 | 46 |
|
7 | 47 | ([full changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/311f367...dd12b63))
|
|
16 | 56 |
|
17 | 57 | [@parente](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-quickopen+involves%3Aparente+updated%3A2021-08-14..2021-12-12&type=Issues)
|
18 | 58 |
|
19 |
| -<!-- <END NEW CHANGELOG ENTRY> --> |
20 |
| - |
21 | 59 | ## 1.1.0
|
22 | 60 |
|
23 | 61 | ([full changelog](https://github.com/jupyterlab-contrib/jupyterlab-quickopen/compare/65a2eac...311f367))
|
|
0 commit comments