Skip to content

Releases: jupyterlab-contrib/jupyterlab-quickopen

v2.0.2

21 Oct 07:29
Compare
Choose a tag to compare

2.0.2

(Full Changelog)

Bugs fixed

  • Use a relative path because a path cannot start with a drive letter #65 (@yjoer)

Contributors to this release

(GitHub contributors page for this release)

@yjoer

v2.0.1

09 Oct 19:20
Compare
Choose a tag to compare

2.0.1

(Full Changelog)

Bugs fixed

  • Ensure compatibility with both sync and async contents managers #62 (@yjoer)

Documentation improvements

  • Add conda-forge install to the README #64 (@jtpio)
  • add apt.text with wamerican to add /usr/share/dict/words #60 (@fomightez)
  • Add ready badge to the README #59 (@jtpio)

Contributors to this release

(GitHub contributors page for this release)

@fomightez | @github-actions | @jtpio | @yjoer

v2.0.0

30 Sep 06:39
Compare
Choose a tag to compare

2.0.0

(Full Changelog)

✨ Highlights ✨

This version adds support for JupyterLab 4.

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:

the quick open widget in JupyterLab

The shortcut to open the Quick Open widget is Accel Ctrl P. It can also be opened via the View > Quick Open menu:

how to open the quick open widget via the view menu

Enhancements made

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@github-actions | @jtpio

Release 1.2.0

12 Dec 18:28
Compare
Choose a tag to compare

Update to use JupyterLab 3.2 components.

Release 1.1.0

14 Aug 21:40
311f367
Compare
Choose a tag to compare

Updated to use JupyterLab 3.1 components and latest extension-cookiecutter-ts packaging.

Release 1.0.0

31 Dec 18:06
65a2eac
Compare
Choose a tag to compare

Updated for compatibility with JupyterLab 3.0. See #17 for some background and the README for user and dev notes.